Uses of Enum Class
org.opengis.cite.iso19142.ConformanceClass
Package
Description
This executable test suite (ETS) validates WFS 2.0 implementations in accord with ISO
19136:2007.
This package includes miscellaneous utility classes to support testing.
-
Uses of ConformanceClass in org.opengis.cite.iso19142
Modifier and TypeMethodDescriptionstatic ConformanceClass
Returns the enum constant of this class with the specified name.static ConformanceClass[]
ConformanceClass.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ConformanceClass in org.opengis.cite.iso19142.util
Modifier and TypeMethodDescriptionstatic Set<ConformanceClass>
ServiceMetadataUtils.getConformanceClaims
(Document wfsMetadata) Returns a set of conformance classes that the WFS under test claims to satisfy.