Uses of Enum Class
org.opengis.cite.iso19142.ConformanceClass
Packages that use 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
Methods in org.opengis.cite.iso19142 that return ConformanceClassModifier 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
Methods in org.opengis.cite.iso19142.util that return types with arguments of type ConformanceClassModifier and TypeMethodDescriptionstatic Set<ConformanceClass>
ServiceMetadataUtils.getConformanceClaims
(Document wfsMetadata) Returns a set of conformance classes that the WFS under test claims to satisfy.