Uses of Interface
net.opengis.wps20.DataDescriptionType
Packages that use DataDescriptionType
-
Uses of DataDescriptionType in net.opengis.wps20
Subinterfaces of DataDescriptionType in net.opengis.wps20Modifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Bounding Box Data Type'.interface
A representation of the model object 'Complex Data Type'.interface
A representation of the model object 'Literal Data Type'.Methods in net.opengis.wps20 that return DataDescriptionTypeModifier and TypeMethodDescriptionDocumentRoot.getDataDescription()
Returns the value of the 'Data Description' containment reference.InputDescriptionType.getDataDescription()
Returns the value of the 'Data Description' containment reference.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 DataDescriptionTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Bounding Box Data Type'.class
An implementation of the model object 'Complex Data Type'.class
An implementation of the model object 'Data Description Type'.class
An implementation of the model object 'Literal Data Type'.Methods in net.opengis.wps20.impl that return DataDescriptionTypeModifier and TypeMethodDescriptionDocumentRootImpl.getDataDescription()
InputDescriptionTypeImpl.getDataDescription()
OutputDescriptionTypeImpl.getDataDescription()
Methods in net.opengis.wps20.impl with parameters of type DataDescriptionTypeModifier and TypeMethodDescriptionNotificationChain
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 DataDescriptionTypeModifier and TypeMethodDescriptionWps20Switch.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)