com.supermap.services.providers
Class CapabilitiesRequest10000
- java.lang.Object
-
- com.supermap.services.providers.AbstractDocumentGetRequest
-
- com.supermap.services.providers.AbstractCapabilitiesRequest
-
- com.supermap.services.providers.CapabilitiesRequest10000
-
public class CapabilitiesRequest10000 extends AbstractCapabilitiesRequest
WFS 1.0.0 version of the GetCapabilities request class.
Can be used to obtain the XML document for the GetCapabilities request that executed by the 1.0.0 version of the WFS service.
-
-
Field Summary
-
Fields inherited from class com.supermap.services.providers.AbstractCapabilitiesRequest
version
-
Fields inherited from class com.supermap.services.providers.AbstractDocumentGetRequest
password, serviceURL, URL_CHARSET, userName
-
-
Constructor Summary
Constructors Constructor and Description CapabilitiesRequest10000(java.lang.String serviceURL, java.lang.String userName, java.lang.String password)Constructs a CapabilitiesRequest10000 object based on the WFS service address, user name, and password.
-
Method Summary
Methods Modifier and Type Method and Description org.w3c.dom.DocumentgetCapabilities()Perform a GetCapabilities request on the target 1.0.0 version of the WFS service to get the response to the XML document-
Methods inherited from class com.supermap.services.providers.AbstractCapabilitiesRequest
getBaseURL
-
Methods inherited from class com.supermap.services.providers.AbstractDocumentGetRequest
appendKVP, appendKVP, getDocument
-
-
-
-
Constructor Detail
-
CapabilitiesRequest10000
public CapabilitiesRequest10000(java.lang.String serviceURL, java.lang.String userName, java.lang.String password)Constructs a CapabilitiesRequest10000 object based on the WFS service address, user name, and password.
- Parameters:
service- URL The URI root of the target WFS service.userName- username.password- password.
-
-
Method Detail
-
getCapabilities
public org.w3c.dom.Document getCapabilities()
Perform a GetCapabilities request on the target 1.0.0 version of the WFS service to get the response to the XML document
- Specified by:
getCapabilitiesin classAbstractCapabilitiesRequest- Returns:
- XML document. The response result of the GetCapabilities request.
-
-