Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element gml:Envelope
Namespace http://www.opengis.net/gml/3.2
Annotations
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.
Diagram
Diagram index15.tmp#id109 index993.tmp#id106 index993.tmp#id116 index163.tmp#id117 index174.tmp#id118 index993.tmp#id105 index1193.tmp#id104
Type gml:EnvelopeType
Properties
content: complex
Used by
Complex Type gml:BoundingShapeType
Model (gml:lowerCorner , gml:upperCorner) | gml:pos{2,2} | gml:coordinates
Children gml:coordinates, gml:lowerCorner, gml:pos, gml:upperCorner
Instance
<gml:Envelope axisLabels="" srsDimension="" srsName="" uomLabels="">
  <gml:lowerCorner axisLabels="" srsDimension="" srsName="" uomLabels="">{1,1}</gml:lowerCorner>
  <gml:upperCorner axisLabels="" srsDimension="" srsName="" uomLabels="">{1,1}</gml:upperCorner>
  <gml:pos axisLabels="" srsDimension="" srsName="" uomLabels="">{2,2}</gml:pos>
  <gml:coordinates cs="," decimal="." ts=" ">{1,1}</gml:coordinates>
</gml:Envelope>
Attributes
QName Type Fixed Default Use Annotation
axisLabels gml:NCNameList optional
srsDimension positiveInteger optional
srsName anyURI optional
uomLabels gml:NCNameList optional
Source
<element name="Envelope" type="gml:EnvelopeType" substitutionGroup="gml:AbstractObject">
  <annotation>
    <documentation>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.</documentation>
  </annotation>
</element>
Schema location http://schemas.opengis.net/gml/3.2.1/geometryBasic0d1d.xsd