Uses of Interface
net.opengis.wps20.WPSCapabilitiesType
-
Packages that use WPSCapabilitiesType Package Description net.opengis.wps20 net.opengis.wps20.impl net.opengis.wps20.util -
-
Uses of WPSCapabilitiesType in net.opengis.wps20
Methods in net.opengis.wps20 that return WPSCapabilitiesType Modifier and Type Method Description WPSCapabilitiesType
Wps20Factory. createWPSCapabilitiesType()
Returns a new object of class 'WPS Capabilities Type'.WPSCapabilitiesType
DocumentRoot. getCapabilities()
Returns the value of the 'Capabilities' containment reference.Methods in net.opengis.wps20 with parameters of type WPSCapabilitiesType Modifier and Type Method Description void
DocumentRoot. setCapabilities(WPSCapabilitiesType value)
Sets the value of the 'Capabilities
' containment reference. -
Uses of WPSCapabilitiesType in net.opengis.wps20.impl
Classes in net.opengis.wps20.impl that implement WPSCapabilitiesType Modifier and Type Class Description class
WPSCapabilitiesTypeImpl
An implementation of the model object 'WPS Capabilities Type'.Methods in net.opengis.wps20.impl that return WPSCapabilitiesType Modifier and Type Method Description WPSCapabilitiesType
Wps20FactoryImpl. createWPSCapabilitiesType()
WPSCapabilitiesType
DocumentRootImpl. getCapabilities()
Methods in net.opengis.wps20.impl with parameters of type WPSCapabilitiesType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetCapabilities(WPSCapabilitiesType newCapabilities, NotificationChain msgs)
void
DocumentRootImpl. setCapabilities(WPSCapabilitiesType newCapabilities)
-
Uses of WPSCapabilitiesType in net.opengis.wps20.util
Methods in net.opengis.wps20.util with parameters of type WPSCapabilitiesType Modifier and Type Method Description T
Wps20Switch. caseWPSCapabilitiesType(WPSCapabilitiesType object)
Returns the result of interpreting the object as an instance of 'WPS Capabilities Type'.boolean
Wps20Validator. validateWPSCapabilitiesType(WPSCapabilitiesType wpsCapabilitiesType, DiagnosticChain diagnostics, Map<Object,Object> context)
-