public class WGS84BoundingBoxType extends BoundingBoxType
Java class for WGS84BoundingBoxType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WGS84BoundingBoxType">
<complexContent>
<restriction base="{http://www.opengis.net/ows}BoundingBoxType">
<sequence>
<element name="LowerCorner" type="{http://www.opengis.net/ows}PositionType2D"/>
<element name="UpperCorner" type="{http://www.opengis.net/ows}PositionType2D"/>
</sequence>
<attribute name="crs" type="{http://www.w3.org/2001/XMLSchema}anyURI" fixed="urn:ogc:def:crs:OGC:2:84" />
<attribute name="dimensions" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" fixed="2" />
</restriction>
</complexContent>
</complexType>
crs, dimensions, lowerCorner, upperCorner| Constructor and Description |
|---|
WGS84BoundingBoxType()
Default no-arg constructor
|
WGS84BoundingBoxType(List<Double> lowerCorner,
List<Double> upperCorner,
String crs,
BigInteger dimensions)
Fully-initialising value constructor
|
getCrs, getDimensions, getLowerCorner, getUpperCorner, setCrs, setDimensionsCopyright © 2015. All rights reserved.