Package org.gvsig.remoteclient.wfs
Class WFSServiceInformation
java.lang.Object
org.gvsig.remoteclient.ogc.OGCServiceInformation
org.gvsig.remoteclient.wfs.WFSServiceInformation
public class WFSServiceInformation
extends org.gvsig.remoteclient.ogc.OGCServiceInformation
- Author:
- Jorge Piera LLodrĂ¡ (jorge.piera@iver.es)
-
Field Summary
FieldsModifier and TypeFieldDescriptionFields inherited from class org.gvsig.remoteclient.ogc.OGCServiceInformation
online_resource -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddNamespace(String namespacePrefix, String namespaceURI) Adds a new namespacevoidclear()org.gvsig.remoteclient.ogc.OGCClientOperationcreateOperation(String name) org.gvsig.remoteclient.ogc.OGCClientOperationcreateOperation(String name, String onlineResource) intgetNamespace(String namespaceprefix) Gest a namespace URIgetNamespacePrefix(String namespace) voidsetMaxFeatures(int maxFeatures) Methods inherited from class org.gvsig.remoteclient.ogc.OGCServiceInformation
addOperation, addOperation, getOnline_resource, getOnlineResource, getOnlineResource, getSupportedOperationsByName, isOperationSupported
-
Field Details
-
version
-
name
-
scope
-
title
-
abstr
-
keywords
-
fees
-
operationsInfo
-
personname
-
organization
-
function
-
addresstype
-
address
-
place
-
province
-
postcode
-
country
-
phone
-
fax
-
email
-
formats
-
-
Constructor Details
-
WFSServiceInformation
public WFSServiceInformation()
-
-
Method Details
-
clear
public void clear() -
addNamespace
Adds a new namespace- Parameters:
namespacePrefix- Namespace prefixnamespaceURI- Namespace URI
-
getNamespace
Gest a namespace URI- Parameters:
namespaceprefix- Namespace prefix- Returns:
- The namespace URI
-
getNamespacePrefix
-
createOperation
- Specified by:
createOperationin classorg.gvsig.remoteclient.ogc.OGCServiceInformation
-
createOperation
public org.gvsig.remoteclient.ogc.OGCClientOperation createOperation(String name, String onlineResource) - Specified by:
createOperationin classorg.gvsig.remoteclient.ogc.OGCServiceInformation
-
getMaxFeatures
public int getMaxFeatures()- Returns:
- the maxFeatures
-
setMaxFeatures
public void setMaxFeatures(int maxFeatures) - Parameters:
maxFeatures- the maxFeatures to set
-