gml:boundedBy
This property describes the minimum bounding box or rectangle that encloses the entire feature.
Element information
Namespace: http://www.opengis.net/gml/3.2
Schema document: external/ogc/gml/3.2.1/feature.xsd
Type: gml:BoundingShapeType
Properties: Global, Qualified, Nillable
Content
- Choice [1..1]
- gml:Envelope Envelope defines an extent using a pair of positions defining opposite corners in arbitrary dimensions. The first direct position is the "lower corner" (a coordinate position consisting of all the minimal ordinates for each dimension for all points within the envelope), the second one the "upper corner" (a coordinate position consisting of all the maximal ordinates for each dimension for all points within the envelope). The use of the properties "coordinates" and "pos" has been deprecated. The explicitly named properties "lowerCorner" and "upperCorner" shall be used instead.
- gml:EnvelopeWithTimePeriod gml:EnvelopeWithTimePeriod is provided for envelopes that include a temporal extent. It adds two time position properties, gml:beginPosition and gml:endPosition, which describe the extent of a time-envelope. Since gml:EnvelopeWithTimePeriod is assigned to the substitution group headed by gml:Envelope, it may be used whenever gml:Envelope is valid.
- gml:Null deprecated
from subst. group gml:Envelope
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
nilReason | [0..1] | gml:NilReasonType |
Used in
- Type gml:BoundedFeatureType
- Type gml:AbstractFeatureType (Element gml:AbstractFeature)
- Type gml:AbstractContinuousCoverageType via extension of gml:AbstractFeatureType (Element gml:AbstractContinuousCoverage)
- Type gml:AbstractCoverageType via extension of gml:AbstractFeatureType (Element gml:AbstractCoverage)
- Type gml:AbstractFeatureCollectionType via extension of gml:AbstractFeatureType (Element gml:AbstractFeatureCollection)
- Type gml:DirectedObservationAtDistanceType via extension of gml:AbstractFeatureType (Element gml:DirectedObservationAtDistance)
- Type gml:DirectedObservationType via extension of gml:AbstractFeatureType (Element gml:DirectedObservation)
- Type gml:DynamicFeatureCollectionType via extension of gml:AbstractFeatureType (Element gml:DynamicFeatureCollection)
- Type gml:DynamicFeatureType via extension of gml:AbstractFeatureType (Element gml:DynamicFeature)
- Type gml:FeatureCollectionType via extension of gml:AbstractFeatureType (Element gml:FeatureCollection)
- Type gml:ObservationType via extension of gml:AbstractFeatureType (Element gml:Observation)
- Type gml:DiscreteCoverageType via extension of gml:AbstractFeatureType (Elements gml:AbstractDiscreteCoverage, gml:MultiPointCoverage, gml:MultiCurveCoverage, gml:MultiSurfaceCoverage, gml:MultiSolidCoverage, gml:GridCoverage, gml:RectifiedGridCoverage)
Sample instance
<gml:boundedBy> <gml:Envelope> <gml:lowerCorner>1.0 1.0</gml:lowerCorner> <gml:upperCorner>1.0 1.0</gml:upperCorner> </gml:Envelope> </gml:boundedBy>