|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.protocol.wfs.WFSConstants
public class WFSConstants
Important constants from the WFS specifications.
Field Summary | |
---|---|
static Version |
VERSION_100
WFS protocol version 1.0.0 |
static Version |
VERSION_110
WFS protocol version 1.1.0 |
static Version |
VERSION_200
WFS protocol version 2.0.0 |
static String |
WFS_100_BASIC_SCHEMA_URL
URL of the WFS 1.0.0 basic schema |
static String |
WFS_100_CAPABILITIES_SCHEMA_URL
URL of the WFS 1.0.0 capabilities schema |
static String |
WFS_100_TRANSACTION_URL
URL of the WFS 1.0.0 transaction schema |
static String |
WFS_110_SCHEMA_URL
URL of the WFS 1.1.0 schema |
static String |
WFS_200_NS
Namespace for elements from the WFS specification 2.0.0 |
static String |
WFS_200_SCHEMA_URL
URL of the WFS 2.0.0 schema |
static String |
WFS_NS
Namespace for elements from the WFS specification 1.0.0 and 1.1.0 |
static String |
WFS_PREFIX
Common namespace prefix for elements from the WFS specification |
Constructor Summary | |
---|---|
WFSConstants()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String WFS_NS
public static final String WFS_200_NS
public static final String WFS_PREFIX
public static final Version VERSION_100
public static final Version VERSION_110
public static final Version VERSION_200
public static final String WFS_100_BASIC_SCHEMA_URL
public static final String WFS_100_CAPABILITIES_SCHEMA_URL
public static final String WFS_100_TRANSACTION_URL
public static final String WFS_110_SCHEMA_URL
public static final String WFS_200_SCHEMA_URL
Constructor Detail |
---|
public WFSConstants()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |