Uses of Class
org.opengis.cite.iso19142.FeatureTypeInfo
Packages that use FeatureTypeInfo
Package
Description
This executable test suite (ETS) validates WFS 2.0 implementations in accord with ISO
19136:2007.
This package contains test classes that assess conformance of the SUT with respect to
the "Basic WFS" conformance level.
This package contains tests to verify that the IUT satisfies the requirements of the
Response paging conformance class.
This package includes miscellaneous utility classes to support testing.
-
Uses of FeatureTypeInfo in org.opengis.cite.iso19142
Fields in org.opengis.cite.iso19142 with type parameters of type FeatureTypeInfo -
Uses of FeatureTypeInfo in org.opengis.cite.iso19142.basic
Methods in org.opengis.cite.iso19142.basic with parameters of type FeatureTypeInfoModifier and TypeMethodDescription(package private) voidBasicGetFeatureTests.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. -
Uses of FeatureTypeInfo in org.opengis.cite.iso19142.paging
Method parameters in org.opengis.cite.iso19142.paging with type arguments of type FeatureTypeInfoModifier and TypeMethodDescription(package private) QNamePagingTests.anyFeatureType(Map<QName, FeatureTypeInfo> featureInfo) Returns the name of a feature type for which data exist.(package private) QNamePagingTests.featureTypeWithAtLeastTwoFeatures(Map<QName, FeatureTypeInfo> featureInfo) Returns the name of a feature type for which at least two features exist. -
Uses of FeatureTypeInfo in org.opengis.cite.iso19142.util
Methods in org.opengis.cite.iso19142.util that return types with arguments of type FeatureTypeInfoModifier and TypeMethodDescriptionstatic Map<QName,FeatureTypeInfo> ServiceMetadataUtils.extractFeatureTypeInfo(Document wfsCapabilities) Extracts information about feature types from the service metadata document.DataSampler.getFeatureTypeInfo()Returns a Map containing information about the feature types supported by the WFS.