Class LonLatEnvelopeBaseTypeBinding

Object
AbstractComplexBinding
LonLatEnvelopeBaseTypeBinding
All Implemented Interfaces:
Binding, ComplexBinding

public class LonLatEnvelopeBaseTypeBinding extends AbstractComplexBinding
Binding object for the type http://www.opengis.net/wcs:LonLatEnvelopeBaseType.

  
  <complexType name="LonLatEnvelopeBaseType">
      <annotation>
          <documentation>For WCS use, LonLatEnvelopeBaseType restricts gml:Envelope to the WGS84 geographic CRS with Longitude preceding Latitude and both using decimal degrees only. If included, height values are third and use metre units. </documentation>
          <documentation>Envelope defines an extent using a pair of positions defining opposite corners in arbitrary dimensions. </documentation>
      </annotation>
      <complexContent>
          <restriction base="gml:EnvelopeType">
              <sequence>
                  <element maxOccurs="2" minOccurs="2" ref="gml:pos"/>
              </sequence>
              <attribute fixed="urn:ogc:def:crs:OGC:1.3:CRS84"
                  name="srsName" type="anyURI" use="optional"/>
          </restriction>
      </complexContent>
  </complexType>