Uses of Interface
net.opengis.wps10.DataType
Packages that use DataType
Package
Description
-
Uses of DataType in net.opengis.wps10
Methods in net.opengis.wps10 that return DataTypeModifier and TypeMethodDescriptionWps10Factory.createDataType()
Returns a new object of class 'Data Type'.InputType.getData()
Returns the value of the 'Data' containment reference.OutputDataType.getData()
Returns the value of the 'Data' containment reference.Methods in net.opengis.wps10 with parameters of type DataType -
Uses of DataType in net.opengis.wps10.impl
Classes in net.opengis.wps10.impl that implement DataTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Data Type'.Fields in net.opengis.wps10.impl declared as DataTypeModifier and TypeFieldDescriptionprotected DataType
InputTypeImpl.data
The cached value of the 'Data
' containment reference.protected DataType
OutputDataTypeImpl.data
The cached value of the 'Data
' containment reference.Methods in net.opengis.wps10.impl that return DataTypeModifier and TypeMethodDescriptionWps10FactoryImpl.createDataType()
InputTypeImpl.getData()
OutputDataTypeImpl.getData()
Methods in net.opengis.wps10.impl with parameters of type DataTypeModifier and TypeMethodDescriptionNotificationChain
InputTypeImpl.basicSetData
(DataType newData, NotificationChain msgs) NotificationChain
OutputDataTypeImpl.basicSetData
(DataType newData, NotificationChain msgs) void
void
-
Uses of DataType in net.opengis.wps10.util
Methods in net.opengis.wps10.util with parameters of type DataTypeModifier and TypeMethodDescriptionWps10Switch.caseDataType
(DataType object) Returns the result of interpreting the object as an instance of 'Data Type'.boolean
Wps10Validator.validateDataType
(DataType dataType, DiagnosticChain diagnostics, Map context) -
Uses of DataType in net.opengis.wps10.validation
Methods in net.opengis.wps10.validation with parameters of type DataTypeModifier and TypeMethodDescriptionboolean
InputTypeValidator.validateData
(DataType value) boolean
OutputDataTypeValidator.validateData
(DataType value)