Uses of Interface
net.opengis.wps10.OutputDataType
-
Packages that use OutputDataType Package Description net.opengis.wps10 net.opengis.wps10.impl net.opengis.wps10.util -
-
Uses of OutputDataType in net.opengis.wps10
Methods in net.opengis.wps10 that return OutputDataType Modifier and Type Method Description OutputDataTypeWps10Factory. createOutputDataType()Returns a new object of class 'Output Data Type'. -
Uses of OutputDataType in net.opengis.wps10.impl
Classes in net.opengis.wps10.impl that implement OutputDataType Modifier and Type Class Description classOutputDataTypeImplAn implementation of the model object 'Output Data Type'.Methods in net.opengis.wps10.impl that return OutputDataType Modifier and Type Method Description OutputDataTypeWps10FactoryImpl. createOutputDataType() -
Uses of OutputDataType in net.opengis.wps10.util
Methods in net.opengis.wps10.util with parameters of type OutputDataType Modifier and Type Method Description ObjectWps10Switch. caseOutputDataType(OutputDataType object)Returns the result of interpreting the object as an instance of 'Output Data Type'.booleanWps10Validator. validateOutputDataType(OutputDataType outputDataType, DiagnosticChain diagnostics, Map context)
-