Uses of Class
net.opengis.ows.v_2_0.BoundingBoxType

Uses of BoundingBoxType in net.opengis.ows.v_2_0
 

Subclasses of BoundingBoxType in net.opengis.ows.v_2_0
 class WGS84BoundingBoxType
          This type is adapted from the general BoundingBoxType, with modified contents and documentation for use with the 2D WGS 84 coordinate reference system.
 

Fields in net.opengis.ows.v_2_0 with type parameters of type BoundingBoxType
protected  List<JAXBElement<? extends BoundingBoxType>> IdentificationType.boundingBox
           
protected  List<JAXBElement<? extends BoundingBoxType>> DatasetDescriptionSummaryBaseType.boundingBox
           
 

Methods in net.opengis.ows.v_2_0 that return BoundingBoxType
 BoundingBoxType ObjectFactory.createBoundingBoxType()
          Create an instance of BoundingBoxType
 BoundingBoxType BoundingBoxType.withCrs(String value)
           
 BoundingBoxType BoundingBoxType.withDimensions(BigInteger value)
           
 BoundingBoxType BoundingBoxType.withLowerCorner(Collection<Double> values)
           
 BoundingBoxType BoundingBoxType.withLowerCorner(Double... values)
           
 BoundingBoxType BoundingBoxType.withLowerCorner(List<Double> value)
           
 BoundingBoxType BoundingBoxType.withUpperCorner(Collection<Double> values)
           
 BoundingBoxType BoundingBoxType.withUpperCorner(Double... values)
           
 BoundingBoxType BoundingBoxType.withUpperCorner(List<Double> value)
           
 

Methods in net.opengis.ows.v_2_0 that return types with arguments of type BoundingBoxType
 JAXBElement<BoundingBoxType> ObjectFactory.createBoundingBox(BoundingBoxType value)
          Create an instance of JAXBElement<BoundingBoxType>}
 List<JAXBElement<? extends BoundingBoxType>> IdentificationType.getBoundingBox()
          Unordered list of zero or more bounding boxes whose union describes the extent of this dataset.Gets the value of the boundingBox property.
 List<JAXBElement<? extends BoundingBoxType>> DatasetDescriptionSummaryBaseType.getBoundingBox()
          Unordered list of zero or more minimum bounding rectangles surrounding coverage data, in AvailableCRSs.
 

Methods in net.opengis.ows.v_2_0 with parameters of type BoundingBoxType
 JAXBElement<BoundingBoxType> ObjectFactory.createBoundingBox(BoundingBoxType value)
          Create an instance of JAXBElement<BoundingBoxType>}
 

Method parameters in net.opengis.ows.v_2_0 with type arguments of type BoundingBoxType
 void IdentificationType.setBoundingBox(List<JAXBElement<? extends BoundingBoxType>> value)
           
 void DatasetDescriptionSummaryBaseType.setBoundingBox(List<JAXBElement<? extends BoundingBoxType>> value)
           
 IdentificationType IdentificationType.withBoundingBox(Collection<JAXBElement<? extends BoundingBoxType>> values)
           
 DatasetDescriptionSummaryBaseType DatasetDescriptionSummaryBaseType.withBoundingBox(Collection<JAXBElement<? extends BoundingBoxType>> values)
           
 IdentificationType IdentificationType.withBoundingBox(List<JAXBElement<? extends BoundingBoxType>> value)
           
 DatasetDescriptionSummaryBaseType DatasetDescriptionSummaryBaseType.withBoundingBox(List<JAXBElement<? extends BoundingBoxType>> value)
           
 



Copyright © 2008-2014 Highsource. All Rights Reserved.