mo:WGS84LocationCylinder
A location identified by a cylinder oriented vertically and centered on a point described with WGS84 coordinates. If it is appropriate for the radius and half-height properties to represent an error value (for example, because the event is a laser-designated target), then the true event location follows a normal distribution such that the cylinder defines the one-sigma (p≈0.67) deviation. (A cylinder with twice the volume would be the two-sigma (p≈0.95) deviation, etc.) Otherwise the cylinder encloses the full physical extent of the event.
Element information
Namespace: http://release.niem.gov/niem/domains/militaryOperations/3.1/
Schema document: domains/militaryOperations/3.1/mo.xsd
Type: mo:WGS84LocationCylinderType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- structures:ObjectAugmentationPointAbstract [0..*]An augmentation point for ObjectType
- mo:WGS84LocationPoint [0..*]A data type for a 3D geometric point, defined by a single coordinate tuple with values from the WGS84 coordinate reference system.
- mo:LocationCylinderRadiusValue [0..*]A radius of a cylinder, measured in meters.
- mo:LocationCylinderHalfHeightValue [0..*]A value one-half of the height of a cylinder, measured in meters.
- mo:LocationCreationCode [0..*]A code indicating the method used to generate a location.
- mo:WGS84LocationCylinderAugmentationPointAbstract [0..*]An augmentation point for type mo:WGS84LocationCylinderType
from type structures:ObjectTypefrom subst. group structures:ObjectAugmentationPointfrom subst. group mo:LocationCreationCodeAbstractfrom subst. group mo:WGS84LocationCylinderAugmentationPoint
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
structures:id | [0..1] | xsd:ID | from type structures:ObjectType | |
structures:ref | [0..1] | xsd:IDREF | from type structures:ObjectType | |
structures:metadata | [0..1] | xsd:IDREFS | from type structures:ObjectType | |
structures:relationshipMetadata | [0..1] | xsd:IDREFS | from type structures:ObjectType | |
Any attribute | [0..*] | Namespace: urn:us:gov:ic:ism urn:us:gov:ic:ntk, Process Contents: lax | from type structures:ObjectType |
Used in
- Type biom:CaptureLocationType via extension of nc:LocationType (Element biom:CaptureLocation)
- Type em:AlertAffectedLocationType via extension of nc:LocationType (Element em:AlertAffectedLocation)
- Type em:NotificationTargetLocationType via extension of nc:LocationType (Element em:NotificationTargetLocation)
- Type it:GoodsLocationType via extension of nc:LocationType (Element it:GoodsLocation)
- Type it:GoodsOriginType via extension of nc:LocationType (Element it:CountryOfOrigin)
- Type it:LoadingLocationType via extension of nc:LocationType (Element it:LoadingLocation)
- Type it:TranshipmentLocationType via extension of nc:LocationType (Element it:TranshipmentLocation)
- Type it:UnloadingLocationType via extension of nc:LocationType (Element it:UnloadingLocation)
- Type nc:LocationType (Elements cyfs:AdoptionLocation, cyfs:PlacementOtherLocation, em:AlarmEventLocation, em:AlarmLocation, em:ArrivalLocation, em:ResourceCurrentLocation, em:ResourceDepartureLocation ...more)
Substitution hierarchy
- nc:LocationGeospatialCoordinate
- can be substituted with mo:WGS84LocationCylinder
Sample instance
<mo:WGS84LocationCylinder> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <mo:WGS84LocationPoint> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <gml:Point gml:id="ID"> <gml:metaDataProperty>... </gml:metaDataProperty> <gml:description>string</gml:description> <gml:descriptionReference/> <gml:identifier codeSpace="http://www.example.com/">string</gml:identifier> <gml:name>string</gml:name> <gml:pos>1.0 1.0</gml:pos> </gml:Point> </mo:WGS84LocationPoint> <mo:LocationCylinderRadiusValue>1.0</mo:LocationCylinderRadiusValue> <mo:LocationCylinderHalfHeightValue>1.0</mo:LocationCylinderHalfHeightValue> <mo:LocationCreationCode>HUMAN</mo:LocationCreationCode> <mo:WGS84LocationCylinderAugmentationPoint>any content</mo:WGS84LocationCylinderAugmentationPoint> </mo:WGS84LocationCylinder>