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 TypeClassDescriptionclassAn implementation of the model object 'Data Type'.Fields in net.opengis.wps10.impl declared as DataTypeModifier and TypeFieldDescriptionprotected DataTypeInputTypeImpl.dataThe cached value of the 'Data' containment reference.protected DataTypeOutputDataTypeImpl.dataThe 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 TypeMethodDescriptionNotificationChainInputTypeImpl.basicSetData(DataType newData, NotificationChain msgs) NotificationChainOutputDataTypeImpl.basicSetData(DataType newData, NotificationChain msgs) voidvoid -
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'.booleanWps10Validator.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 TypeMethodDescriptionbooleanInputTypeValidator.validateData(DataType value) booleanOutputDataTypeValidator.validateData(DataType value)