Uses of Interface
net.opengis.ows11.BoundingBoxType
-
-
Uses of BoundingBoxType in net.opengis.ows11
Subinterfaces of BoundingBoxType in net.opengis.ows11 Modifier and Type Interface Description interface
WGS84BoundingBoxType
A representation of the model object 'WGS84 Bounding Box Type'.Methods in net.opengis.ows11 that return BoundingBoxType Modifier and Type Method Description BoundingBoxType
Ows11Factory. createBoundingBoxType()
Returns a new object of class 'Bounding Box Type'.BoundingBoxType
DocumentRoot. getBoundingBox()
Returns the value of the 'Bounding Box' containment reference.Methods in net.opengis.ows11 with parameters of type BoundingBoxType Modifier and Type Method Description void
DocumentRoot. setBoundingBox(BoundingBoxType value)
Sets the value of the 'Bounding Box
' containment reference. -
Uses of BoundingBoxType in net.opengis.ows11.impl
Classes in net.opengis.ows11.impl that implement BoundingBoxType Modifier and Type Class Description class
BoundingBoxTypeImpl
An implementation of the model object 'Bounding Box Type'.class
WGS84BoundingBoxTypeImpl
An implementation of the model object 'WGS84 Bounding Box Type'.Methods in net.opengis.ows11.impl that return BoundingBoxType Modifier and Type Method Description BoundingBoxType
Ows11FactoryImpl. createBoundingBoxType()
BoundingBoxType
DocumentRootImpl. getBoundingBox()
Methods in net.opengis.ows11.impl with parameters of type BoundingBoxType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetBoundingBox(BoundingBoxType newBoundingBox, NotificationChain msgs)
void
DocumentRootImpl. setBoundingBox(BoundingBoxType newBoundingBox)
-
Uses of BoundingBoxType in net.opengis.ows11.util
Methods in net.opengis.ows11.util with parameters of type BoundingBoxType Modifier and Type Method Description Object
Ows11Switch. caseBoundingBoxType(BoundingBoxType object)
Returns the result of interpreting the object as an instance of 'Bounding Box Type'.boolean
Ows11Validator. validateBoundingBoxType(BoundingBoxType boundingBoxType, DiagnosticChain diagnostics, Map context)
-
Uses of BoundingBoxType in net.opengis.ows11.validation
Methods in net.opengis.ows11.validation with parameters of type BoundingBoxType Modifier and Type Method Description boolean
DocumentRootValidator. validateBoundingBox(BoundingBoxType value)
-
Uses of BoundingBoxType in net.opengis.wcs11
Methods in net.opengis.wcs11 that return BoundingBoxType Modifier and Type Method Description BoundingBoxType
DomainSubsetType. getBoundingBox()
Returns the value of the 'Bounding Box' containment reference.Methods in net.opengis.wcs11 with parameters of type BoundingBoxType Modifier and Type Method Description void
DomainSubsetType. setBoundingBox(BoundingBoxType value)
Sets the value of the 'Bounding Box
' containment reference. -
Uses of BoundingBoxType in net.opengis.wcs11.impl
Methods in net.opengis.wcs11.impl that return BoundingBoxType Modifier and Type Method Description BoundingBoxType
DomainSubsetTypeImpl. getBoundingBox()
Methods in net.opengis.wcs11.impl with parameters of type BoundingBoxType Modifier and Type Method Description NotificationChain
DomainSubsetTypeImpl. basicSetBoundingBox(BoundingBoxType newBoundingBox, NotificationChain msgs)
void
DomainSubsetTypeImpl. setBoundingBox(BoundingBoxType newBoundingBox)
-
Uses of BoundingBoxType in net.opengis.wcs11.validation
Methods in net.opengis.wcs11.validation with parameters of type BoundingBoxType Modifier and Type Method Description boolean
DomainSubsetTypeValidator. validateBoundingBox(BoundingBoxType value)
-
Uses of BoundingBoxType in net.opengis.wmts.v_1
Methods in net.opengis.wmts.v_1 that return BoundingBoxType Modifier and Type Method Description BoundingBoxType
TileMatrixSetType. getBoundingBox()
Returns the value of the 'Bounding Box' containment reference.Methods in net.opengis.wmts.v_1 with parameters of type BoundingBoxType Modifier and Type Method Description void
TileMatrixSetType. setBoundingBox(BoundingBoxType value)
Sets the value of the 'Bounding Box
' containment reference. -
Uses of BoundingBoxType in net.opengis.wmts.v_1.impl
Methods in net.opengis.wmts.v_1.impl that return BoundingBoxType Modifier and Type Method Description BoundingBoxType
TileMatrixSetTypeImpl. getBoundingBox()
Methods in net.opengis.wmts.v_1.impl with parameters of type BoundingBoxType Modifier and Type Method Description NotificationChain
TileMatrixSetTypeImpl. basicSetBoundingBox(BoundingBoxType newBoundingBox, NotificationChain msgs)
void
TileMatrixSetTypeImpl. setBoundingBox(BoundingBoxType newBoundingBox)
-
Uses of BoundingBoxType in net.opengis.wps10
Methods in net.opengis.wps10 that return BoundingBoxType Modifier and Type Method Description BoundingBoxType
DataType. getBoundingBoxData()
Returns the value of the 'Bounding Box Data' containment reference.Methods in net.opengis.wps10 with parameters of type BoundingBoxType Modifier and Type Method Description void
DataType. setBoundingBoxData(BoundingBoxType value)
Sets the value of the 'Bounding Box Data
' containment reference. -
Uses of BoundingBoxType in net.opengis.wps10.impl
Fields in net.opengis.wps10.impl declared as BoundingBoxType Modifier and Type Field Description protected BoundingBoxType
DataTypeImpl. boundingBoxData
The cached value of the 'Bounding Box Data
' containment reference.Methods in net.opengis.wps10.impl that return BoundingBoxType Modifier and Type Method Description BoundingBoxType
DataTypeImpl. getBoundingBoxData()
Methods in net.opengis.wps10.impl with parameters of type BoundingBoxType Modifier and Type Method Description NotificationChain
DataTypeImpl. basicSetBoundingBoxData(BoundingBoxType newBoundingBoxData, NotificationChain msgs)
void
DataTypeImpl. setBoundingBoxData(BoundingBoxType newBoundingBoxData)
-
Uses of BoundingBoxType in net.opengis.wps10.validation
Methods in net.opengis.wps10.validation with parameters of type BoundingBoxType Modifier and Type Method Description boolean
DataTypeValidator. validateBoundingBoxData(BoundingBoxType value)
-
Uses of BoundingBoxType in org.geotools.ows.wmts.model
Methods in org.geotools.ows.wmts.model with parameters of type BoundingBoxType Modifier and Type Method Description static CRSEnvelope
WMTSCapabilities. bbox2bbox(BoundingBoxType bbox)
-