Uses of Interface
net.opengis.wps10.WPSCapabilitiesType
- 
Packages that use WPSCapabilitiesType Package Description net.opengis.wps10 net.opengis.wps10.impl net.opengis.wps10.util net.opengis.wps10.validation 
- 
- 
Uses of WPSCapabilitiesType in net.opengis.wps10Methods in net.opengis.wps10 that return WPSCapabilitiesType Modifier and Type Method Description WPSCapabilitiesTypeWps10Factory. createWPSCapabilitiesType()Returns a new object of class 'WPS Capabilities Type'.WPSCapabilitiesTypeDocumentRoot. getCapabilities()Returns the value of the 'Capabilities' containment reference.Methods in net.opengis.wps10 with parameters of type WPSCapabilitiesType Modifier and Type Method Description voidDocumentRoot. setCapabilities(WPSCapabilitiesType value)Sets the value of the 'Capabilities' containment reference.
- 
Uses of WPSCapabilitiesType in net.opengis.wps10.implClasses in net.opengis.wps10.impl that implement WPSCapabilitiesType Modifier and Type Class Description classWPSCapabilitiesTypeImplAn implementation of the model object 'WPS Capabilities Type'.Methods in net.opengis.wps10.impl that return WPSCapabilitiesType Modifier and Type Method Description WPSCapabilitiesTypeWps10FactoryImpl. createWPSCapabilitiesType()WPSCapabilitiesTypeDocumentRootImpl. getCapabilities()Methods in net.opengis.wps10.impl with parameters of type WPSCapabilitiesType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetCapabilities(WPSCapabilitiesType newCapabilities, NotificationChain msgs)voidDocumentRootImpl. setCapabilities(WPSCapabilitiesType newCapabilities)
- 
Uses of WPSCapabilitiesType in net.opengis.wps10.utilMethods in net.opengis.wps10.util with parameters of type WPSCapabilitiesType Modifier and Type Method Description ObjectWps10Switch. caseWPSCapabilitiesType(WPSCapabilitiesType object)Returns the result of interpreting the object as an instance of 'WPS Capabilities Type'.booleanWps10Validator. validateWPSCapabilitiesType(WPSCapabilitiesType wpsCapabilitiesType, DiagnosticChain diagnostics, Map context)
- 
Uses of WPSCapabilitiesType in net.opengis.wps10.validationMethods in net.opengis.wps10.validation with parameters of type WPSCapabilitiesType Modifier and Type Method Description booleanDocumentRootValidator. validateCapabilities(WPSCapabilitiesType value)
 
-