geo:Feature
A geospatial feature; any real world object with location; e.g. building, road, river, county, town, parcel, traffic sign.
Element information
Namespace: http://niem.gov/niem/geospatial/2.0
Schema document: geospatial/2.0/geospatial.xsd
Content
- Choice [1..*]
- mo:MovingObject
- mo:MovingObjectCollection
- wfs:FeatureCollection This element is a container for the response to a GetFeature or GetFeatureWithLock (WFS-transaction.xsd) request.
- gml:FeatureCollection
- om:Event
- om:CommonObservation Observation event
- om:Observation Generic Observation event
- om:Measurement Measurement event
- om:CategoryObservation Observation, in which the result is a textual value from a controlled vocabulary
- om:CountObservation Observation, in which the result is an integer representing the count of the observed property
- om:TruthObservation Observation, in which the result is a boolean value representing the truth value (usually existence) of the observed property
- om:ComplexObservation Observation, in which the result is a record representing a multi-component phenomenon
- om:DiscreteCoverageObservation Observation, in which the result is a generalized discrete coverage
- om:PointCoverageObservation Observation, in which the result is a point coverage which samples a property at points in the feature of interest
- om:TimeSeriesObservation Observation, in which the result is a time-instant coverage which samples a property of the feature of interest at different times
- om:ElementCoverageObservation Observation, in which the result is a coverage whose domain elements contain references to objects encoded elsewhere, sampling the feature of interest in some way
- om:DiscreteCoverageObs Observation event
- om:PointCoverageObs Observation event
- om:TimeSeriesObs Observation event
- om:ObservationCollection Observation collection, using the "Composite" pattern
- om:ProcedureEvent Description of an event involving a procedure.
from subst. group gml:_Featurefrom subst. group gml:_FeatureCollectionfrom subst. group gml:_DiscreteCoveragefrom subst. group om:Eventfrom subst. group om:AbstractObservationfrom subst. group om:ProcedureEvent
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 geo:LocationPropertyType
- Type geo:RelativeLocationType (Element geo:RelativeLocation)
- Type geo:GeospatialPropertyType (Elements geo:GeospatialProperty, geo:LocationProperty)
Substitution hierarchy
- geo:Geospatial
- can be substituted with geo:Location
- can be substituted with geo:Feature
- can be substituted with geo:Location
Sample instance
<geo:Feature> <mo:MovingObject> <gml:metaDataProperty> <!--any element--> </gml:metaDataProperty> <gml:description>string</gml:description> <gml:name>string</gml:name> <gml:boundedBy> <gml:Envelope>... </gml:Envelope> </gml:boundedBy> <mo:geometryProperty> <gml:Point>... </gml:Point> </mo:geometryProperty> <gml:validTime> <gml:TimeInstant>... </gml:TimeInstant> </gml:validTime> <mo:track> <mo:MovingObjectStatus>... </mo:MovingObjectStatus> </mo:track> <gml:dataSource>string</gml:dataSource> </mo:MovingObject> </geo:Feature>