Uses of Interface
net.opengis.wps20.DescriptionType
-
Packages that use DescriptionType Package Description net.opengis.wps20 net.opengis.wps20.impl net.opengis.wps20.util -
-
Uses of DescriptionType in net.opengis.wps20
Subinterfaces of DescriptionType in net.opengis.wps20 Modifier and Type Interface Description interface
GenericInputType
A representation of the model object 'Generic Input Type'.interface
GenericOutputType
A representation of the model object 'Generic Output Type'.interface
GenericProcessType
A representation of the model object 'Generic Process Type'.interface
InputDescriptionType
A representation of the model object 'Input Description Type'.interface
OutputDescriptionType
A representation of the model object 'Output Description Type'.interface
ProcessDescriptionType
A representation of the model object 'Process Description Type'.interface
ProcessSummaryType
A representation of the model object 'Process Summary Type'.Methods in net.opengis.wps20 that return DescriptionType Modifier and Type Method Description DescriptionType
Wps20Factory. createDescriptionType()
Returns a new object of class 'Description Type'. -
Uses of DescriptionType in net.opengis.wps20.impl
Classes in net.opengis.wps20.impl that implement DescriptionType Modifier and Type Class Description class
DescriptionTypeImpl
An implementation of the model object 'Description Type'.class
GenericInputTypeImpl
An implementation of the model object 'Generic Input Type'.class
GenericOutputTypeImpl
An implementation of the model object 'Generic Output Type'.class
GenericProcessTypeImpl
An implementation of the model object 'Generic Process Type'.class
InputDescriptionTypeImpl
An implementation of the model object 'Input Description Type'.class
OutputDescriptionTypeImpl
An implementation of the model object 'Output Description Type'.class
ProcessDescriptionTypeImpl
An implementation of the model object 'Process Description Type'.class
ProcessSummaryTypeImpl
An implementation of the model object 'Process Summary Type'.Methods in net.opengis.wps20.impl that return DescriptionType Modifier and Type Method Description DescriptionType
Wps20FactoryImpl. createDescriptionType()
-
Uses of DescriptionType in net.opengis.wps20.util
Methods in net.opengis.wps20.util with parameters of type DescriptionType Modifier and Type Method Description T
Wps20Switch. caseDescriptionType(DescriptionType object)
Returns the result of interpreting the object as an instance of 'Description Type'.boolean
Wps20Validator. validateDescriptionType(DescriptionType descriptionType, DiagnosticChain diagnostics, Map<Object,Object> context)
-