Uses of Interface
net.opengis.wps10.SupportedComplexDataType
Packages that use SupportedComplexDataType
Package
Description
-
Uses of SupportedComplexDataType in net.opengis.wps10
Subinterfaces of SupportedComplexDataType in net.opengis.wps10Modifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Supported Complex Data Input Type'.Methods in net.opengis.wps10 that return SupportedComplexDataTypeModifier and TypeMethodDescriptionWps10Factory.createSupportedComplexDataType()Returns a new object of class 'Supported Complex Data Type'.OutputDescriptionType.getComplexOutput()Returns the value of the 'Complex Output' containment reference.Methods in net.opengis.wps10 with parameters of type SupportedComplexDataTypeModifier and TypeMethodDescriptionvoidOutputDescriptionType.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 SupportedComplexDataTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Supported Complex Data Input Type'.classAn implementation of the model object 'Supported Complex Data Type'.Fields in net.opengis.wps10.impl declared as SupportedComplexDataTypeModifier and TypeFieldDescriptionprotected SupportedComplexDataTypeOutputDescriptionTypeImpl.complexOutputThe cached value of the 'Complex Output' containment reference.Methods in net.opengis.wps10.impl that return SupportedComplexDataTypeModifier and TypeMethodDescriptionWps10FactoryImpl.createSupportedComplexDataType()OutputDescriptionTypeImpl.getComplexOutput()Methods in net.opengis.wps10.impl with parameters of type SupportedComplexDataTypeModifier and TypeMethodDescriptionNotificationChainOutputDescriptionTypeImpl.basicSetComplexOutput(SupportedComplexDataType newComplexOutput, NotificationChain msgs) voidOutputDescriptionTypeImpl.setComplexOutput(SupportedComplexDataType newComplexOutput) -
Uses of SupportedComplexDataType in net.opengis.wps10.util
Methods in net.opengis.wps10.util with parameters of type SupportedComplexDataTypeModifier and TypeMethodDescriptionWps10Switch.caseSupportedComplexDataType(SupportedComplexDataType object) Returns the result of interpreting the object as an instance of 'Supported Complex Data Type'.booleanWps10Validator.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 SupportedComplexDataTypeModifier and TypeMethodDescriptionbooleanOutputDescriptionTypeValidator.validateComplexOutput(SupportedComplexDataType value)