public class DescribeFeatureTypeTests extends BaseFixture
docBuilder, featureInfo, featureTypes, reqEntity, rspEntity, supportedBindings, TNS_PREFIX, wfsClient, wfsMetadata
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() |
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
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.Copyright © 2013. All Rights Reserved.