Package | Description |
---|---|
org.opengis.cite.iso19142 |
This executable test suite (ETS) validates WFS 2.0 implementations in accord
with ISO 19136:2007.
|
org.opengis.cite.iso19142.basic |
This package contains test classes that assess conformance of the SUT with
respect to the "Basic WFS" conformance level.
|
org.opengis.cite.iso19142.locking |
This package contains tests that assess behavior of the SUT with respect to
the "Locking WFS" conformance level.
|
org.opengis.cite.iso19142.util |
This package includes miscellaneous utility classes to support testing.
|
Modifier and Type | Field and Description |
---|---|
protected Map<QName,FeatureTypeInfo> |
BaseFixture.featureInfo |
Modifier and Type | Method and Description |
---|---|
(package private) void |
BasicGetFeatureTests.setFeatureAvailability(FeatureTypeInfo featureInfo,
Document entity)
Sets the availability status of instances of a given feature type
according to the content of a GetFeature response entity.
|
Modifier and Type | Method and Description |
---|---|
(package private) Map<String,QName> |
LockFeatureTests.fetchRandomFeatureIdentifier(Map<QName,FeatureTypeInfo> featureInfo)
Obtains the system-assigned identifier of an instance of some randomly
selected feature type.
|
(package private) static QName |
LockFeatureTests.selectRandomFeatureType(Map<QName,FeatureTypeInfo> featureInfo)
Randomly selects a feature type name for which instances are available.
|
Modifier and Type | Method and Description |
---|---|
static Map<QName,FeatureTypeInfo> |
ServiceMetadataUtils.extractFeatureInfo(Document wfsCapabilities)
Extracts information about feature types from the service metadata
document.
|
Map<QName,FeatureTypeInfo> |
DataSampler.getFeatureTypeInfo()
Returns a Map containing information about the feature types supported by
the WFS.
|
Copyright © 2013. All rights reserved.