public enum ConformanceClass extends Enum<ConformanceClass>
Sources
Enum Constant and Description |
---|
BASIC_WFS
Basic WFS (A.1.2)
|
HTTP_GET
KVP requests (A.1.5)
|
HTTP_POST
XML requests (A.1.6)
|
LOCKING_WFS
Locking WFS (A.1.4)
|
SIMPLE_WFS
Simple WFS (A.1.1)
|
SOAP
SOAP requests (A.1.7)
|
SPATIAL_JOINS
Spatial joins (A.1.12)
|
TRANSACTIONAL_WFS
Transactional WFS (A.1.3)
|
Modifier and Type | Method and Description |
---|---|
String |
getConstraintName() |
static ConformanceClass |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConformanceClass[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConformanceClass SIMPLE_WFS
public static final ConformanceClass BASIC_WFS
public static final ConformanceClass TRANSACTIONAL_WFS
public static final ConformanceClass LOCKING_WFS
public static final ConformanceClass HTTP_GET
public static final ConformanceClass HTTP_POST
public static final ConformanceClass SOAP
public static final ConformanceClass SPATIAL_JOINS
public static ConformanceClass[] values()
for (ConformanceClass c : ConformanceClass.values()) System.out.println(c);
public static ConformanceClass valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getConstraintName()
Copyright © 2022 Open Geospatial Consortium. All rights reserved.