public class WMSServiceInformation 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 |
Vector |
infoformats |
String |
keywords |
String |
name |
String |
operationsInfo |
String |
organization |
String |
personname |
String |
phone |
String |
place |
String |
postcode |
String |
province |
String |
scope |
String |
title |
String |
version |
online_resource, operationsGet, operationsPost| Constructor and Description |
|---|
WMSServiceInformation() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
OGCClientOperation |
createOperation(String name) |
OGCClientOperation |
createOperation(String name,
String onlineResource) |
boolean |
hasLegendGraphic() |
boolean |
isQueryable() |
addOperation, addOperation, getOnline_resource, getOnlineResource, getOnlineResource, getSupportedOperationsByName, isOperationSupportedpublic 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 Vector infoformats
public boolean isQueryable()
public boolean hasLegendGraphic()
public void clear()
public OGCClientOperation createOperation(String name)
createOperation in class OGCServiceInformationpublic OGCClientOperation createOperation(String name, String onlineResource)
createOperation in class OGCServiceInformation