Uses of Interface
net.opengis.wps20.BoundingBoxDataType
- 
Packages that use BoundingBoxDataType Package Description net.opengis.wps20 net.opengis.wps20.impl net.opengis.wps20.util 
- 
- 
Uses of BoundingBoxDataType in net.opengis.wps20Methods in net.opengis.wps20 that return BoundingBoxDataType Modifier and Type Method Description BoundingBoxDataTypeWps20Factory. createBoundingBoxDataType()Returns a new object of class 'Bounding Box Data Type'.BoundingBoxDataTypeDocumentRoot. getBoundingBoxData()Returns the value of the 'Bounding Box Data' containment reference.Methods in net.opengis.wps20 with parameters of type BoundingBoxDataType Modifier and Type Method Description voidDocumentRoot. setBoundingBoxData(BoundingBoxDataType value)Sets the value of the 'Bounding Box Data' containment reference.
- 
Uses of BoundingBoxDataType in net.opengis.wps20.implClasses in net.opengis.wps20.impl that implement BoundingBoxDataType Modifier and Type Class Description classBoundingBoxDataTypeImplAn implementation of the model object 'Bounding Box Data Type'.Methods in net.opengis.wps20.impl that return BoundingBoxDataType Modifier and Type Method Description BoundingBoxDataTypeWps20FactoryImpl. createBoundingBoxDataType()BoundingBoxDataTypeDocumentRootImpl. getBoundingBoxData()Methods in net.opengis.wps20.impl with parameters of type BoundingBoxDataType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetBoundingBoxData(BoundingBoxDataType newBoundingBoxData, NotificationChain msgs)voidDocumentRootImpl. setBoundingBoxData(BoundingBoxDataType newBoundingBoxData)
- 
Uses of BoundingBoxDataType in net.opengis.wps20.utilMethods in net.opengis.wps20.util with parameters of type BoundingBoxDataType Modifier and Type Method Description TWps20Switch. caseBoundingBoxDataType(BoundingBoxDataType object)Returns the result of interpreting the object as an instance of 'Bounding Box Data Type'.booleanWps20Validator. validateBoundingBoxDataType(BoundingBoxDataType boundingBoxDataType, DiagnosticChain diagnostics, Map<Object,Object> context)
 
-