public class GenerateCapabilities
extends java.lang.Object
implements java.io.Serializable
Get the service abilities (Capabilities) interface realization provided by the WPS service.
Provides the GetCapabilities operation for the CSW service.
Modifier and Type | Field and Description |
---|---|
int |
epsgCode
epsfCode
|
protected long |
lastTime |
java.lang.String |
providerURL
URL of the provider
|
SpatialAnalyst |
spatialAnalyst
Spatial analysis service component interface
|
TrafficTransferAnalyst |
trafficTransferAnalyst
traffic transfer analysis service component interface.
|
TransportationAnalyst |
transportationAnalyst
Traffic network analysis service component interface.
|
Constructor and Description |
---|
GenerateCapabilities(SpatialAnalyst spatialAnalyst, TrafficTransferAnalyst trafficTransferAnalyst, TransportationAnalyst transportationAnalyst, java.lang.String providerURL, int epsgCode)
Constructs the GenerateCapabilities object through the data service component
|
Modifier and Type | Method and Description |
---|---|
protected WPSCapabilitiesType |
createWPSCapabilities100()
Create the WPSCapabilitiesType object
|
WPSCapabilitiesType |
execute(GetCapabilities getCapabilities)
Get WPS service ability information.
|
protected OperationsMetadata |
getOperationsMetadata()
Construct the operations supported by WPS
|
public SpatialAnalyst spatialAnalyst
Spatial analysis service component interface
public TrafficTransferAnalyst trafficTransferAnalyst
traffic transfer analysis service component interface.
public TransportationAnalyst transportationAnalyst
Traffic network analysis service component interface.
public java.lang.String providerURL
URL of the provider
public int epsgCode
epsfCode
protected long lastTime
public GenerateCapabilities(SpatialAnalyst spatialAnalyst, TrafficTransferAnalyst trafficTransferAnalyst, TransportationAnalyst transportationAnalyst, java.lang.String providerURL, int epsgCode)
Constructs the GenerateCapabilities object through the data service component
spatialAnalyst
- the data service component.trafficTransferAnalyst
-transportationAnalyst
-providerURL
-epsgCode
-OGCException
public WPSCapabilitiesType execute(GetCapabilities getCapabilities) throws OGCException
Get WPS service ability information.
OGCException
- OGC service exception.protected WPSCapabilitiesType createWPSCapabilities100()
Create the WPSCapabilitiesType object
protected OperationsMetadata getOperationsMetadata()
Construct the operations supported by WPS