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 OutputDataType
Wps10Factory. 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 class
OutputDataTypeImpl
An implementation of the model object 'Output Data Type'.Methods in net.opengis.wps10.impl that return OutputDataType Modifier and Type Method Description OutputDataType
Wps10FactoryImpl. 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 Object
Wps10Switch. caseOutputDataType(OutputDataType object)
Returns the result of interpreting the object as an instance of 'Output Data Type'.boolean
Wps10Validator. validateOutputDataType(OutputDataType outputDataType, DiagnosticChain diagnostics, Map context)
-