Package org.opengis.cite.iso19142
Enum Class ConformanceClass
- All Implemented Interfaces:
Serializable
,Comparable<ConformanceClass>
,Constable
A WFS 2.0 conformance class. Four fundamental conformance levels are defined:
- Simple WFS
- Basic WFS
- Transactional WFS
- Locking WFS
Sources
- ISO 19142:2010, Geographic information -- Web Feature Service: Table 1
- ISO 19142:2010, Geographic information -- Web Feature Service: Table 13
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionBasic WFS (A.1.2)KVP requests (A.1.5)XML requests (A.1.6)Locking WFS (A.1.4)Simple WFS (A.1.1)SOAP requests (A.1.7)Spatial joins (A.1.12)Transactional WFS (A.1.3) -
Method Summary
Modifier and TypeMethodDescriptionstatic ConformanceClass
Returns the enum constant of this class with the specified name.static ConformanceClass[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SIMPLE_WFS
Simple WFS (A.1.1) -
BASIC_WFS
Basic WFS (A.1.2) -
TRANSACTIONAL_WFS
Transactional WFS (A.1.3) -
LOCKING_WFS
Locking WFS (A.1.4) -
HTTP_GET
KVP requests (A.1.5) -
HTTP_POST
XML requests (A.1.6) -
SOAP
SOAP requests (A.1.7) -
SPATIAL_JOINS
Spatial joins (A.1.12)
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getConstraintName
-