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.wps10
Subinterfaces of DescriptionType in net.opengis.wps10 Modifier and Type Interface Description interface
InputDescriptionType
A representation of the model object 'Input Description Type'.interface
OutputDataType
A representation of the model object 'Output Data Type'.interface
OutputDescriptionType
A representation of the model object 'Output Description Type'.interface
ProcessBriefType
A representation of the model object 'Process Brief Type'.interface
ProcessDescriptionType
A representation of the model object 'Process Description Type'.Methods in net.opengis.wps10 that return DescriptionType Modifier and Type Method Description DescriptionType
Wps10Factory. createDescriptionType()
Returns a new object of class 'Description Type'. -
Uses of DescriptionType in net.opengis.wps10.impl
Classes in net.opengis.wps10.impl that implement DescriptionType Modifier and Type Class Description class
DescriptionTypeImpl
An implementation of the model object 'Description Type'.class
InputDescriptionTypeImpl
An implementation of the model object 'Input Description Type'.class
OutputDataTypeImpl
An implementation of the model object 'Output Data Type'.class
OutputDescriptionTypeImpl
An implementation of the model object 'Output Description Type'.class
ProcessBriefTypeImpl
An implementation of the model object 'Process Brief Type'.class
ProcessDescriptionTypeImpl
An implementation of the model object 'Process Description Type'.Methods in net.opengis.wps10.impl that return DescriptionType Modifier and Type Method Description DescriptionType
Wps10FactoryImpl. createDescriptionType()
-
Uses of DescriptionType in net.opengis.wps10.util
Methods in net.opengis.wps10.util with parameters of type DescriptionType Modifier and Type Method Description Object
Wps10Switch. caseDescriptionType(DescriptionType object)
Returns the result of interpreting the object as an instance of 'Description Type'.boolean
Wps10Validator. validateDescriptionType(DescriptionType descriptionType, DiagnosticChain diagnostics, Map context)
-