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.
Element information
Namespace: http://www.opengis.net/gml/3.2
Schema document: external/ogc/gml/3.2.1/geometryBasic0d1d.xsd
Type: gml:EnvelopeType
Properties: Global, Qualified
Content
- Choice [1..1]
- Sequence [1..1]
- gml:lowerCorner [1..1]
- gml:upperCorner [1..1]
- gml:pos [2..2]
- gml:coordinates deprecated
- Sequence [1..1]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
srsName | [0..1] | xsd:anyURI | from group gml:SRSReferenceGroup | |
srsDimension | [0..1] | xsd:positiveInteger | from group gml:SRSReferenceGroup | |
axisLabels | [0..1] | gml:NCNameList | from group gml:SRSInformationGroup | |
uomLabels | [0..1] | gml:NCNameList | from group gml:SRSInformationGroup |
Used in
- Type gml:ArrayAssociationType (Element gml:members)
- Type gml:BoundingShapeType (Element gml:boundedBy)
- Type geo:EnvelopeType (Elements m:VesselTrackBoundingArea, geo:Envelope)
Substitution hierarchy
- gml:AbstractObject
- can be substituted with gml:Envelope
- can be substituted with gml:EnvelopeWithTimePeriod
- can be substituted with gml:Envelope
Sample instance
<gml:Envelope> <gml:lowerCorner>1.0 1.0</gml:lowerCorner> <gml:upperCorner>1.0 1.0</gml:upperCorner> </gml:Envelope>