|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WPSCapabilitiesType | |
---|---|
net.opengis.wps10 | |
net.opengis.wps10.impl | |
net.opengis.wps10.util | |
org.geotools.data.ows | package to build WPS requests. |
org.geotools.data.wps | package with WPS specs and utils. |
Uses of WPSCapabilitiesType in net.opengis.wps10 |
---|
Methods in net.opengis.wps10 that return WPSCapabilitiesType | |
---|---|
WPSCapabilitiesType |
Wps10Factory.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.wps10 with parameters of type WPSCapabilitiesType | |
---|---|
void |
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 WPSCapabilitiesType | |
---|---|
class |
WPSCapabilitiesTypeImpl
An implementation of the model object 'WPS Capabilities Type'. |
Methods in net.opengis.wps10.impl that return WPSCapabilitiesType | |
---|---|
WPSCapabilitiesType |
Wps10FactoryImpl.createWPSCapabilitiesType()
|
WPSCapabilitiesType |
DocumentRootImpl.getCapabilities()
|
Methods in net.opengis.wps10.impl with parameters of type WPSCapabilitiesType | |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
DocumentRootImpl.basicSetCapabilities(WPSCapabilitiesType newCapabilities,
org.eclipse.emf.common.notify.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 WPSCapabilitiesType | |
---|---|
java.lang.Object |
Wps10Switch.caseWPSCapabilitiesType(WPSCapabilitiesType object)
Returns the result of interpreting the object as an instance of 'WPS Capabilities Type'. |
boolean |
Wps10Validator.validateWPSCapabilitiesType(WPSCapabilitiesType wpsCapabilitiesType,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map context)
|
Uses of WPSCapabilitiesType in org.geotools.data.ows |
---|
Classes in org.geotools.data.ows with type parameters of type WPSCapabilitiesType | |
---|---|
class |
AbstractWPS<C extends WPSCapabilitiesType,R>
This abstract class provides a building block for one to implement a WPS client. |
Fields in org.geotools.data.ows declared as WPSCapabilitiesType | |
---|---|
protected C |
AbstractWPS.capabilities
|
protected WPSCapabilitiesType |
AbstractWPSGetCapabilitiesResponse.capabilities
|
Methods in org.geotools.data.ows that return WPSCapabilitiesType | |
---|---|
WPSCapabilitiesType |
AbstractWPSGetCapabilitiesResponse.getCapabilities()
Returns the capabilities object parsed during the response |
Uses of WPSCapabilitiesType in org.geotools.data.wps |
---|
Methods in org.geotools.data.wps that return WPSCapabilitiesType | |
---|---|
WPSCapabilitiesType |
WebProcessingService.getCapabilities()
Get the getCapabilities document. |
Methods in org.geotools.data.wps with parameters of type WPSCapabilitiesType | |
---|---|
static java.net.URL |
WebProcessingService.getOperationURL(java.lang.String operation,
WPSCapabilitiesType cap,
boolean getGet)
Utility method to fetch the GET or POST URL of the given operation from the capabilities document |
Constructors in org.geotools.data.wps with parameters of type WPSCapabilitiesType | |
---|---|
WebProcessingService(WPSCapabilitiesType capabilities)
Creates a new WebProcessingService from a WPSCapablitiles document. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |