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.
version
password, serviceURL, URL_CHARSET, userName
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.
|
Modifier and Type | Method and Description |
---|---|
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
|
getBaseURL
appendKVP, appendKVP, getDocument
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.
service
- URL The URI root of the target WFS service.userName
- username.password
- password.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
getCapabilities
in class AbstractCapabilitiesRequest