Uses of Interface
net.opengis.wps10.DescriptionType
- 
Packages that use DescriptionType Package Description net.opengis.wps10 net.opengis.wps10.impl net.opengis.wps10.util 
- 
- 
Uses of DescriptionType in net.opengis.wps10Subinterfaces of DescriptionType in net.opengis.wps10 Modifier and Type Interface Description interfaceInputDescriptionTypeA representation of the model object 'Input Description Type'.interfaceOutputDataTypeA representation of the model object 'Output Data Type'.interfaceOutputDescriptionTypeA representation of the model object 'Output Description Type'.interfaceProcessBriefTypeA representation of the model object 'Process Brief Type'.interfaceProcessDescriptionTypeA representation of the model object 'Process Description Type'.Methods in net.opengis.wps10 that return DescriptionType Modifier and Type Method Description DescriptionTypeWps10Factory. createDescriptionType()Returns a new object of class 'Description Type'.
- 
Uses of DescriptionType in net.opengis.wps10.implClasses in net.opengis.wps10.impl that implement DescriptionType Modifier and Type Class Description classDescriptionTypeImplAn implementation of the model object 'Description Type'.classInputDescriptionTypeImplAn implementation of the model object 'Input Description Type'.classOutputDataTypeImplAn implementation of the model object 'Output Data Type'.classOutputDescriptionTypeImplAn implementation of the model object 'Output Description Type'.classProcessBriefTypeImplAn implementation of the model object 'Process Brief Type'.classProcessDescriptionTypeImplAn implementation of the model object 'Process Description Type'.Methods in net.opengis.wps10.impl that return DescriptionType Modifier and Type Method Description DescriptionTypeWps10FactoryImpl. createDescriptionType()
- 
Uses of DescriptionType in net.opengis.wps10.utilMethods in net.opengis.wps10.util with parameters of type DescriptionType Modifier and Type Method Description ObjectWps10Switch. caseDescriptionType(DescriptionType object)Returns the result of interpreting the object as an instance of 'Description Type'.booleanWps10Validator. validateDescriptionType(DescriptionType descriptionType, DiagnosticChain diagnostics, Map context)
 
-