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 interfaceBoundingBoxDataTypeA representation of the model object 'Bounding Box Data Type'.interfaceComplexDataTypeA representation of the model object 'Complex Data Type'.interfaceLiteralDataTypeA representation of the model object 'Literal Data Type'.Methods in net.opengis.wps20 that return DataDescriptionType Modifier and Type Method Description DataDescriptionTypeDocumentRoot. getDataDescription()Returns the value of the 'Data Description' containment reference.DataDescriptionTypeInputDescriptionType. getDataDescription()Returns the value of the 'Data Description' containment reference.DataDescriptionTypeOutputDescriptionType. 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 classBoundingBoxDataTypeImplAn implementation of the model object 'Bounding Box Data Type'.classComplexDataTypeImplAn implementation of the model object 'Complex Data Type'.classDataDescriptionTypeImplAn implementation of the model object 'Data Description Type'.classLiteralDataTypeImplAn implementation of the model object 'Literal Data Type'.Methods in net.opengis.wps20.impl that return DataDescriptionType Modifier and Type Method Description DataDescriptionTypeDocumentRootImpl. getDataDescription()DataDescriptionTypeInputDescriptionTypeImpl. getDataDescription()DataDescriptionTypeOutputDescriptionTypeImpl. getDataDescription()Methods in net.opengis.wps20.impl with parameters of type DataDescriptionType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetDataDescription(DataDescriptionType newDataDescription, NotificationChain msgs)NotificationChainInputDescriptionTypeImpl. basicSetDataDescription(DataDescriptionType newDataDescription, NotificationChain msgs)NotificationChainOutputDescriptionTypeImpl. 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 TWps20Switch. caseDataDescriptionType(DataDescriptionType object)Returns the result of interpreting the object as an instance of 'Data Description Type'.booleanWps20Validator. validateDataDescriptionType(DataDescriptionType dataDescriptionType, DiagnosticChain diagnostics, Map<Object,Object> context)
-