Package nl.b3p.csw.jaxb.ows
Class WGS84BoundingBoxType
- java.lang.Object
-
- nl.b3p.csw.jaxb.ows.BoundingBoxType
-
- nl.b3p.csw.jaxb.ows.WGS84BoundingBoxType
-
public class WGS84BoundingBoxType extends BoundingBoxType
This type is adapted from the general BoundingBoxType, with modified contents and documentation for use with the 2D WGS 84 coordinate reference system.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>
-
-
Field Summary
-
Fields inherited from class nl.b3p.csw.jaxb.ows.BoundingBoxType
crs, dimensions, lowerCorner, upperCorner
-
-
Constructor Summary
Constructors Constructor Description WGS84BoundingBoxType()Default no-arg constructorWGS84BoundingBoxType(List<Double> lowerCorner, List<Double> upperCorner, String crs, BigInteger dimensions)Fully-initialising value constructor
-
Method Summary
-
Methods inherited from class nl.b3p.csw.jaxb.ows.BoundingBoxType
getCrs, getDimensions, getLowerCorner, getUpperCorner, setCrs, setDimensions
-
-