public class WCSServiceInformation extends OGCServiceInformation
Modifier and Type | Field and Description |
---|---|
String |
abstr |
String |
address |
String |
addresstype |
String |
country |
String |
email |
String |
fax |
String |
fees |
Vector |
formats |
String |
function |
String |
keywords |
String |
name |
String |
online_resource |
HashMap |
operations |
String |
operationsInfo |
String |
organization |
String |
personname |
String |
phone |
String |
place |
String |
postcode |
String |
province |
String |
scope |
String |
title |
String |
version |
operationsGet, operationsPost
Constructor and Description |
---|
WCSServiceInformation() |
Modifier and Type | Method and Description |
---|---|
OGCClientOperation |
createOperation(String name) |
OGCClientOperation |
createOperation(String name,
String onlineResource) |
addOperation, addOperation, getOnline_resource, getOnlineResource, getOnlineResource, getSupportedOperationsByName, isOperationSupported
public String online_resource
public String version
public String name
public String scope
public String title
public String abstr
public String keywords
public String fees
public String operationsInfo
public String personname
public String organization
public String function
public String addresstype
public String address
public String place
public String province
public String postcode
public String country
public String phone
public String fax
public String email
public Vector formats
public HashMap operations
public OGCClientOperation createOperation(String name)
createOperation
in class OGCServiceInformation
public OGCClientOperation createOperation(String name, String onlineResource)
createOperation
in class OGCServiceInformation