Uses of Interface
net.opengis.ows11.BoundingBoxType
Packages that use BoundingBoxType
Package
Description
-
Uses of BoundingBoxType in net.opengis.ows11
Subinterfaces of BoundingBoxType in net.opengis.ows11Modifier and TypeInterfaceDescriptioninterface
A representation of the model object 'WGS84 Bounding Box Type'.Methods in net.opengis.ows11 that return BoundingBoxTypeModifier and TypeMethodDescriptionOws11Factory.createBoundingBoxType()
Returns a new object of class 'Bounding Box Type'.DocumentRoot.getBoundingBox()
Returns the value of the 'Bounding Box' containment reference.Methods in net.opengis.ows11 with parameters of type BoundingBoxTypeModifier and TypeMethodDescriptionvoid
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 BoundingBoxTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Bounding Box Type'.class
An implementation of the model object 'WGS84 Bounding Box Type'.Methods in net.opengis.ows11.impl that return BoundingBoxTypeModifier and TypeMethodDescriptionOws11FactoryImpl.createBoundingBoxType()
DocumentRootImpl.getBoundingBox()
Methods in net.opengis.ows11.impl with parameters of type BoundingBoxTypeModifier and TypeMethodDescriptionNotificationChain
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 BoundingBoxTypeModifier and TypeMethodDescriptionOws11Switch.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 BoundingBoxTypeModifier and TypeMethodDescriptionboolean
DocumentRootValidator.validateBoundingBox
(BoundingBoxType value) -
Uses of BoundingBoxType in net.opengis.wcs11
Methods in net.opengis.wcs11 that return BoundingBoxTypeModifier and TypeMethodDescriptionDomainSubsetType.getBoundingBox()
Returns the value of the 'Bounding Box' containment reference.Methods in net.opengis.wcs11 with parameters of type BoundingBoxTypeModifier and TypeMethodDescriptionvoid
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 BoundingBoxTypeMethods in net.opengis.wcs11.impl with parameters of type BoundingBoxTypeModifier and TypeMethodDescriptionNotificationChain
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 BoundingBoxTypeModifier and TypeMethodDescriptionboolean
DomainSubsetTypeValidator.validateBoundingBox
(BoundingBoxType value) -
Uses of BoundingBoxType in net.opengis.wmts.v_1
Methods in net.opengis.wmts.v_1 that return BoundingBoxTypeModifier and TypeMethodDescriptionTileMatrixSetType.getBoundingBox()
Returns the value of the 'Bounding Box' containment reference.Methods in net.opengis.wmts.v_1 with parameters of type BoundingBoxTypeModifier and TypeMethodDescriptionvoid
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 BoundingBoxTypeMethods in net.opengis.wmts.v_1.impl with parameters of type BoundingBoxTypeModifier and TypeMethodDescriptionNotificationChain
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 BoundingBoxTypeModifier and TypeMethodDescriptionDataType.getBoundingBoxData()
Returns the value of the 'Bounding Box Data' containment reference.Methods in net.opengis.wps10 with parameters of type BoundingBoxTypeModifier and TypeMethodDescriptionvoid
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 BoundingBoxTypeModifier and TypeFieldDescriptionprotected BoundingBoxType
DataTypeImpl.boundingBoxData
The cached value of the 'Bounding Box Data
' containment reference.Methods in net.opengis.wps10.impl that return BoundingBoxTypeMethods in net.opengis.wps10.impl with parameters of type BoundingBoxTypeModifier and TypeMethodDescriptionNotificationChain
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 BoundingBoxTypeModifier and TypeMethodDescriptionboolean
DataTypeValidator.validateBoundingBoxData
(BoundingBoxType value) -
Uses of BoundingBoxType in org.geotools.ows.wmts.model
Methods in org.geotools.ows.wmts.model with parameters of type BoundingBoxTypeModifier and TypeMethodDescriptionstatic CRSEnvelope
WMTSCapabilities.bbox2bbox
(BoundingBoxType bbox)