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.wps20
Methods in net.opengis.wps20 that return BoundingBoxDataType Modifier and Type Method Description BoundingBoxDataType
Wps20Factory. createBoundingBoxDataType()
Returns a new object of class 'Bounding Box Data Type'.BoundingBoxDataType
DocumentRoot. 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 void
DocumentRoot. setBoundingBoxData(BoundingBoxDataType value)
Sets the value of the 'Bounding Box Data
' containment reference. -
Uses of BoundingBoxDataType in net.opengis.wps20.impl
Classes in net.opengis.wps20.impl that implement BoundingBoxDataType Modifier and Type Class Description class
BoundingBoxDataTypeImpl
An implementation of the model object 'Bounding Box Data Type'.Methods in net.opengis.wps20.impl that return BoundingBoxDataType Modifier and Type Method Description BoundingBoxDataType
Wps20FactoryImpl. createBoundingBoxDataType()
BoundingBoxDataType
DocumentRootImpl. getBoundingBoxData()
Methods in net.opengis.wps20.impl with parameters of type BoundingBoxDataType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetBoundingBoxData(BoundingBoxDataType newBoundingBoxData, NotificationChain msgs)
void
DocumentRootImpl. setBoundingBoxData(BoundingBoxDataType newBoundingBoxData)
-
Uses of BoundingBoxDataType in net.opengis.wps20.util
Methods in net.opengis.wps20.util with parameters of type BoundingBoxDataType Modifier and Type Method Description T
Wps20Switch. caseBoundingBoxDataType(BoundingBoxDataType object)
Returns the result of interpreting the object as an instance of 'Bounding Box Data Type'.boolean
Wps20Validator. validateBoundingBoxDataType(BoundingBoxDataType boundingBoxDataType, DiagnosticChain diagnostics, Map<Object,Object> context)
-