Uses of Interface
net.opengis.wps20.DataDescriptionType
-
Packages that use DataDescriptionType Package Description net.opengis.wps20 net.opengis.wps20.impl net.opengis.wps20.util -
-
Uses of DataDescriptionType in net.opengis.wps20
Subinterfaces of DataDescriptionType in net.opengis.wps20 Modifier and Type Interface Description interface
BoundingBoxDataType
A representation of the model object 'Bounding Box Data Type'.interface
ComplexDataType
A representation of the model object 'Complex Data Type'.interface
LiteralDataType
A representation of the model object 'Literal Data Type'.Methods in net.opengis.wps20 that return DataDescriptionType Modifier and Type Method Description DataDescriptionType
DocumentRoot. getDataDescription()
Returns the value of the 'Data Description' containment reference.DataDescriptionType
InputDescriptionType. getDataDescription()
Returns the value of the 'Data Description' containment reference.DataDescriptionType
OutputDescriptionType. getDataDescription()
Returns the value of the 'Data Description' containment reference. -
Uses of DataDescriptionType in net.opengis.wps20.impl
Classes in net.opengis.wps20.impl that implement DataDescriptionType Modifier and Type Class Description class
BoundingBoxDataTypeImpl
An implementation of the model object 'Bounding Box Data Type'.class
ComplexDataTypeImpl
An implementation of the model object 'Complex Data Type'.class
DataDescriptionTypeImpl
An implementation of the model object 'Data Description Type'.class
LiteralDataTypeImpl
An implementation of the model object 'Literal Data Type'.Methods in net.opengis.wps20.impl that return DataDescriptionType Modifier and Type Method Description DataDescriptionType
DocumentRootImpl. getDataDescription()
DataDescriptionType
InputDescriptionTypeImpl. getDataDescription()
DataDescriptionType
OutputDescriptionTypeImpl. getDataDescription()
Methods in net.opengis.wps20.impl with parameters of type DataDescriptionType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetDataDescription(DataDescriptionType newDataDescription, NotificationChain msgs)
NotificationChain
InputDescriptionTypeImpl. basicSetDataDescription(DataDescriptionType newDataDescription, NotificationChain msgs)
NotificationChain
OutputDescriptionTypeImpl. basicSetDataDescription(DataDescriptionType newDataDescription, NotificationChain msgs)
-
Uses of DataDescriptionType in net.opengis.wps20.util
Methods in net.opengis.wps20.util with parameters of type DataDescriptionType Modifier and Type Method Description T
Wps20Switch. caseDataDescriptionType(DataDescriptionType object)
Returns the result of interpreting the object as an instance of 'Data Description Type'.boolean
Wps20Validator. validateDataDescriptionType(DataDescriptionType dataDescriptionType, DiagnosticChain diagnostics, Map<Object,Object> context)
-