public class FeatureTypeRequest10000 extends AbstractFeatureTypeRequest
The DescribeFeatureType request class for the WFS 1.0.0 version service.
Can be used to obtain the XML document for the DescribeFeatureType request that executed by the 1.0.0 version of the WFS service.
versionpassword, serviceURL, URL_CHARSET, userName| Constructor and Description |
|---|
FeatureTypeRequest10000(java.lang.String serviceURL, java.lang.String userName, java.lang.String psd)
Constructs
FeatureTypeRequest10000 object based on the WFS service address, user name, and password. |
| Modifier and Type | Method and Description |
|---|---|
org.w3c.dom.Document |
getFeatureType(java.lang.String typeName)
Executes a DescribeFeatureType request against the target WFS service based on the feature names, and get the XML document for the response.
|
getVersionappendKVP, appendKVP, getDocument
public FeatureTypeRequest10000(java.lang.String serviceURL,
java.lang.String userName,
java.lang.String psd)
Constructs FeatureTypeRequest10000 object based on the WFS service address, user name, and password.
service - URL The URI root of the target WFS service.userName - username.psd - password.public org.w3c.dom.Document getFeatureType(java.lang.String typeName)
Executes a DescribeFeatureType request against the target WFS service based on the feature names, and get the XML document for the response.
getFeatureType in class AbstractFeatureTypeRequesttypeName - The name of the feature type to get.