public class WFSServiceInformation 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 |
operationsInfo |
String |
organization |
String |
personname |
String |
phone |
String |
place |
String |
postcode |
String |
province |
String |
scope |
String |
title |
String |
version |
online_resource| Constructor and Description |
|---|
WFSServiceInformation() |
| Modifier and Type | Method and Description |
|---|---|
void |
addNamespace(String namespacePrefix,
String namespaceURI)
Adds a new namespace
|
void |
clear() |
OGCClientOperation |
createOperation(String name) |
OGCClientOperation |
createOperation(String name,
String onlineResource) |
int |
getMaxFeatures() |
String |
getNamespace(String namespaceprefix)
Gest a namespace URI
|
String |
getNamespacePrefix(String namespace) |
void |
setMaxFeatures(int maxFeatures) |
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 void clear()
public void addNamespace(String namespacePrefix, String namespaceURI)
namespacePrefix - Namespace prefixnamespaceURI - Namespace URIpublic String getNamespace(String namespaceprefix)
namespaceprefix - Namespace prefixpublic OGCClientOperation createOperation(String name)
createOperation in class OGCServiceInformationpublic OGCClientOperation createOperation(String name, String onlineResource)
createOperation in class OGCServiceInformationpublic int getMaxFeatures()
public void setMaxFeatures(int maxFeatures)
maxFeatures - the maxFeatures to set