nc:CircularRegionCenterCoordinate
A geographic coordinate located at the center of a circular region.
Element information
Namespace: http://niem.gov/niem/niem-core/2.0
Schema document: niem-core/2.0/niem-core.xsd
Type: nc:TwoDimensionalGeographicCoordinateType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- nc:GeographicDatumCode [0..1] A spatial reference system.
- nc:GeographicCoordinateLatitude [1..1] A measurement of the angular distance between a point on the Earth and the Equator.
- nc:GeographicCoordinateLongitude [1..1] A measurement of the angular distance between a point on the Earth and the Prime Meridian.
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
s:id | [0..1] | xsd:ID | from type s:ComplexObjectType | |
s:metadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType | |
s:linkMetadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType |
Used in
- Type nc:CircularRegionType (Elements nc:AreaCircularRegion, nc:CircularRegion)
Sample instance
<nc:CircularRegionCenterCoordinate> <nc:GeographicDatumCode>ADI-A</nc:GeographicDatumCode> <nc:GeographicCoordinateLatitude> <nc:LatitudeDegreeValue>1.0</nc:LatitudeDegreeValue> <nc:LatitudeMinuteValue>1.0</nc:LatitudeMinuteValue> <nc:LatitudeSecondValue>1.0</nc:LatitudeSecondValue> </nc:GeographicCoordinateLatitude> <nc:GeographicCoordinateLongitude> <nc:LongitudeDegreeValue>1.0</nc:LongitudeDegreeValue> <nc:LongitudeMinuteValue>1.0</nc:LongitudeMinuteValue> <nc:LongitudeSecondValue>1.0</nc:LongitudeSecondValue> </nc:GeographicCoordinateLongitude> </nc:CircularRegionCenterCoordinate>