Uses of Interface
net.opengis.wps10.SupportedComplexDataType
-
Packages that use SupportedComplexDataType Package Description net.opengis.wps10 net.opengis.wps10.impl net.opengis.wps10.util net.opengis.wps10.validation -
-
Uses of SupportedComplexDataType in net.opengis.wps10
Subinterfaces of SupportedComplexDataType in net.opengis.wps10 Modifier and Type Interface Description interface
SupportedComplexDataInputType
A representation of the model object 'Supported Complex Data Input Type'.Methods in net.opengis.wps10 that return SupportedComplexDataType Modifier and Type Method Description SupportedComplexDataType
Wps10Factory. createSupportedComplexDataType()
Returns a new object of class 'Supported Complex Data Type'.SupportedComplexDataType
OutputDescriptionType. getComplexOutput()
Returns the value of the 'Complex Output' containment reference.Methods in net.opengis.wps10 with parameters of type SupportedComplexDataType Modifier and Type Method Description void
OutputDescriptionType. setComplexOutput(SupportedComplexDataType value)
Sets the value of the 'Complex Output
' containment reference. -
Uses of SupportedComplexDataType in net.opengis.wps10.impl
Classes in net.opengis.wps10.impl that implement SupportedComplexDataType Modifier and Type Class Description class
SupportedComplexDataInputTypeImpl
An implementation of the model object 'Supported Complex Data Input Type'.class
SupportedComplexDataTypeImpl
An implementation of the model object 'Supported Complex Data Type'.Fields in net.opengis.wps10.impl declared as SupportedComplexDataType Modifier and Type Field Description protected SupportedComplexDataType
OutputDescriptionTypeImpl. complexOutput
The cached value of the 'Complex Output
' containment reference.Methods in net.opengis.wps10.impl that return SupportedComplexDataType Modifier and Type Method Description SupportedComplexDataType
Wps10FactoryImpl. createSupportedComplexDataType()
SupportedComplexDataType
OutputDescriptionTypeImpl. getComplexOutput()
Methods in net.opengis.wps10.impl with parameters of type SupportedComplexDataType Modifier and Type Method Description NotificationChain
OutputDescriptionTypeImpl. basicSetComplexOutput(SupportedComplexDataType newComplexOutput, NotificationChain msgs)
void
OutputDescriptionTypeImpl. setComplexOutput(SupportedComplexDataType newComplexOutput)
-
Uses of SupportedComplexDataType in net.opengis.wps10.util
Methods in net.opengis.wps10.util with parameters of type SupportedComplexDataType Modifier and Type Method Description Object
Wps10Switch. caseSupportedComplexDataType(SupportedComplexDataType object)
Returns the result of interpreting the object as an instance of 'Supported Complex Data Type'.boolean
Wps10Validator. validateSupportedComplexDataType(SupportedComplexDataType supportedComplexDataType, DiagnosticChain diagnostics, Map context)
-
Uses of SupportedComplexDataType in net.opengis.wps10.validation
Methods in net.opengis.wps10.validation with parameters of type SupportedComplexDataType Modifier and Type Method Description boolean
OutputDescriptionTypeValidator. validateComplexOutput(SupportedComplexDataType value)
-