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 interfaceWGS84BoundingBoxTypeA representation of the model object 'WGS84 Bounding Box Type'.Methods in net.opengis.ows11 that return BoundingBoxType Modifier and Type Method Description BoundingBoxTypeOws11Factory. createBoundingBoxType()Returns a new object of class 'Bounding Box Type'.BoundingBoxTypeDocumentRoot. 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 voidDocumentRoot. 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 classBoundingBoxTypeImplAn implementation of the model object 'Bounding Box Type'.classWGS84BoundingBoxTypeImplAn implementation of the model object 'WGS84 Bounding Box Type'.Methods in net.opengis.ows11.impl that return BoundingBoxType Modifier and Type Method Description BoundingBoxTypeOws11FactoryImpl. createBoundingBoxType()BoundingBoxTypeDocumentRootImpl. getBoundingBox()Methods in net.opengis.ows11.impl with parameters of type BoundingBoxType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetBoundingBox(BoundingBoxType newBoundingBox, NotificationChain msgs)voidDocumentRootImpl. 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 ObjectOws11Switch. caseBoundingBoxType(BoundingBoxType object)Returns the result of interpreting the object as an instance of 'Bounding Box Type'.booleanOws11Validator. 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 booleanDocumentRootValidator. validateBoundingBox(BoundingBoxType value) -
Uses of BoundingBoxType in net.opengis.wcs11
Methods in net.opengis.wcs11 that return BoundingBoxType Modifier and Type Method Description BoundingBoxTypeDomainSubsetType. 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 voidDomainSubsetType. 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 BoundingBoxTypeDomainSubsetTypeImpl. getBoundingBox()Methods in net.opengis.wcs11.impl with parameters of type BoundingBoxType Modifier and Type Method Description NotificationChainDomainSubsetTypeImpl. basicSetBoundingBox(BoundingBoxType newBoundingBox, NotificationChain msgs)voidDomainSubsetTypeImpl. 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 booleanDomainSubsetTypeValidator. 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 BoundingBoxTypeTileMatrixSetType. 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 voidTileMatrixSetType. 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 BoundingBoxTypeTileMatrixSetTypeImpl. getBoundingBox()Methods in net.opengis.wmts.v_1.impl with parameters of type BoundingBoxType Modifier and Type Method Description NotificationChainTileMatrixSetTypeImpl. basicSetBoundingBox(BoundingBoxType newBoundingBox, NotificationChain msgs)voidTileMatrixSetTypeImpl. setBoundingBox(BoundingBoxType newBoundingBox) -
Uses of BoundingBoxType in net.opengis.wps10
Methods in net.opengis.wps10 that return BoundingBoxType Modifier and Type Method Description BoundingBoxTypeDataType. 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 voidDataType. 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 BoundingBoxTypeDataTypeImpl. boundingBoxDataThe cached value of the 'Bounding Box Data' containment reference.Methods in net.opengis.wps10.impl that return BoundingBoxType Modifier and Type Method Description BoundingBoxTypeDataTypeImpl. getBoundingBoxData()Methods in net.opengis.wps10.impl with parameters of type BoundingBoxType Modifier and Type Method Description NotificationChainDataTypeImpl. basicSetBoundingBoxData(BoundingBoxType newBoundingBoxData, NotificationChain msgs)voidDataTypeImpl. 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 booleanDataTypeValidator. 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 CRSEnvelopeWMTSCapabilities. bbox2bbox(BoundingBoxType bbox)
-