public class DescribeFeatureTypeTests extends BaseFixture
| Modifier and Type | Field and Description |
|---|---|
(package private) DocumentBuilder |
docBuilder |
ETS_PKG, featureInfo, featureTypes, reqEntity, rspEntity, supportedBindings, TNS_PREFIX, wfsClient, wfsMetadata, wfsVersion| Constructor and Description |
|---|
DescribeFeatureTypeTests() |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
addFeatureType(Document request,
QName qName)
Adds a wfs:TypeName child element to a wfs:DescribeFeatureType entity.
|
void |
buildRequestEntity()
Builds a DOM Document node representing the request entity
(/wfs:DescribeFeatureType).
|
void |
clearTypeNames() |
(package private) Document |
decodeSchema(Document doc)
The body of a SOAP response contains a DescribeFeatureTypeResponse
element.
|
void |
describeAllFeatureTypes(ProtocolBinding binding)
If the typeNames parameter is omitted, the complete application schema(s)
supported by the server shall be returned in response.
|
void |
describeUnknownFeatureType(ProtocolBinding binding)
If the typeNames parameter specifies an unknown feature type, the
resulting exception report must indicate an "InvalidParameterValue"
error.
|
(package private) void |
removeAllTypeNames(Document reqEntity)
Removes all child wfs:TypeName elements from the request entity.
|
addAttributesOnTestFailure, allProtocolsAndFeatureTypes, bindingAndAvailFeatureTypeProductSet, extractBodyAsDocument, getFeatureTypes, getInstantiatedFeatureTypes, getProtocolBindings, initBaseFixture, initParser, setWfsClientDocumentBuilder docBuilder
public void buildRequestEntity()
public void clearTypeNames()
void removeAllTypeNames(Document reqEntity)
reqEntity - The request entity (/wfs:DescribeFeatureType).void addFeatureType(Document request, QName qName)
request - The request entity (wfs:DescribeFeatureType).qName - The qualified name of the feature type.public void describeAllFeatureTypes(ProtocolBinding binding)
binding - The ProtocolBinding to use.public void describeUnknownFeatureType(ProtocolBinding binding)
binding - The ProtocolBinding to use.Document decodeSchema(Document doc)
doc - A Document containing a wfs:DescribeFeatureTypeResponse
element.Copyright © 2020 Open Geospatial Consortium. All rights reserved.