Uses of Interface
net.opengis.wps10.WPSCapabilitiesType
Packages that use WPSCapabilitiesType
Package
Description
-
Uses of WPSCapabilitiesType in net.opengis.wps10
Methods in net.opengis.wps10 that return WPSCapabilitiesTypeModifier and TypeMethodDescriptionWps10Factory.createWPSCapabilitiesType()
Returns a new object of class 'WPS Capabilities Type'.DocumentRoot.getCapabilities()
Returns the value of the 'Capabilities' containment reference.Methods in net.opengis.wps10 with parameters of type WPSCapabilitiesTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setCapabilities
(WPSCapabilitiesType value) Sets the value of the 'Capabilities
' containment reference. -
Uses of WPSCapabilitiesType in net.opengis.wps10.impl
Classes in net.opengis.wps10.impl that implement WPSCapabilitiesTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'WPS Capabilities Type'.Methods in net.opengis.wps10.impl that return WPSCapabilitiesTypeModifier and TypeMethodDescriptionWps10FactoryImpl.createWPSCapabilitiesType()
DocumentRootImpl.getCapabilities()
Methods in net.opengis.wps10.impl with parameters of type WPSCapabilitiesTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetCapabilities
(WPSCapabilitiesType newCapabilities, NotificationChain msgs) void
DocumentRootImpl.setCapabilities
(WPSCapabilitiesType newCapabilities) -
Uses of WPSCapabilitiesType in net.opengis.wps10.util
Methods in net.opengis.wps10.util with parameters of type WPSCapabilitiesTypeModifier and TypeMethodDescriptionWps10Switch.caseWPSCapabilitiesType
(WPSCapabilitiesType object) Returns the result of interpreting the object as an instance of 'WPS Capabilities Type'.boolean
Wps10Validator.validateWPSCapabilitiesType
(WPSCapabilitiesType wpsCapabilitiesType, DiagnosticChain diagnostics, Map context) -
Uses of WPSCapabilitiesType in net.opengis.wps10.validation
Methods in net.opengis.wps10.validation with parameters of type WPSCapabilitiesTypeModifier and TypeMethodDescriptionboolean
DocumentRootValidator.validateCapabilities
(WPSCapabilitiesType value)