Package org.opengis.cite.iso19142
Class WFS2
java.lang.Object
org.opengis.cite.iso19142.WFS2
Contains various constants pertaining to WFS 2.0 service interfaces as specified in ISO
19142:2010 and related standards.
- See Also:
-
- "ISO 19142:2010, Geographic information -- Web Feature Service"
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
The action embodied by a transaction.static enum
VersionState indicates the state of a feature version. -
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Media type for SOAP 1.2 message envelopes (RFC 3902).static final String
Service constraint corresponding to the 'Basic WFS' conformance class.static final String
static final String
CreateStoredQuery request.static final String
Delete element (Transaction).static final String
static final String
static final String
DropStoredQuery request.static final String
CRS: EPSG 4326 (see cl. 7.9.2.4.4)static final String
FeatureCollection element.static final String
static final String
static final String
GetFeatureWithLock request element.static final String
static final String
static final String
Insert element (Transaction).static final String
Service constraint indicating support for HTTP GET method bindings.static final String
static final String
LockFeature request element.static final String
LockFeature response element.static final String
Service constraint corresponding to the 'Locking WFS' conformance class.static final String
member element.static final String
static final String
Native element (Transaction).static final String
static final String
Local name of Parameter element in a StoredQuery.static final QName
Qualified name of document element in WFS capabilities document.static final String
Stored query identifier: GetFeatureByIdstatic final String
Stored query identifier: GetFeatureById (deprecated in v2.0.2static final String
Local name of ad hoc Query element.static final String
Replace element (Transaction).static final String
static final String
static final String
static final String
static final String
Service constraint indicating support for SOAP message bindings.static final String
static final String
static final String
static final String
static final String
Local name of StoredQuery element.static final String
Local name of StoredQueryId element.static final String
static final String
TransactionSummary/totalDeleted element.static final String
TransactionSummary/totalInserted element.static final String
TransactionSummary/totalReplaced element.static final String
TransactionSummary/totalUpdated element.static final String
Transaction element.static final String
TransactionResponse element.static final String
TransactionResponse/TransactionSummary element.static final String
Service constraint for 'Transactional WFS' conformance class.static final String
Local name of TypeName element in DescribeFeatureType.static final String
static final String
Update element (Transaction).static final String
static final String
ValueCollection element.static final String
static final String
static final String
Local name of document element in WFS capabilities document.static final String
Service constraint indicating support for HTTP POST method bindings. -
Method Summary
-
Field Details
-
NS_URI
- See Also:
-
SCHEMA_URI
- See Also:
-
SERVICE_TYPE_CODE
- See Also:
-
VERSION
- See Also:
-
V2_0_0
- See Also:
-
GET_CAPABILITIES
- See Also:
-
DESCRIBE_FEATURE_TYPE
- See Also:
-
LIST_STORED_QUERIES
- See Also:
-
DESC_STORED_QUERIES
- See Also:
-
GET_FEATURE
- See Also:
-
GET_PROP_VALUE
- See Also:
-
REQUEST_PARAM
- See Also:
-
SERVICE_PARAM
- See Also:
-
VERSION_PARAM
- See Also:
-
TYPENAMES_PARAM
- See Also:
-
NAMESPACES_PARAM
- See Also:
-
STOREDQUERY_ID_PARAM
- See Also:
-
ID_PARAM
- See Also:
-
START_INDEX_PARAM
- See Also:
-
COUNT_PARAM
- See Also:
-
SRSNAME_PARAM
- See Also:
-
QRY_GET_FEATURE_BY_ID
Stored query identifier: GetFeatureById- See Also:
-
QRY_GET_FEATURE_BY_ID_URN
Stored query identifier: GetFeatureById (deprecated in v2.0.2- See Also:
-
KVP_ENC
Service constraint indicating support for HTTP GET method bindings.- See Also:
-
XML_ENC
Service constraint indicating support for HTTP POST method bindings.- See Also:
-
SOAP_ENC
Service constraint indicating support for SOAP message bindings.- See Also:
-
SOAP_VERSION
- See Also:
-
SOAP_VERSION_1_2
- See Also:
-
WFS_CAPABILITIES
Local name of document element in WFS capabilities document.- See Also:
-
QNAME_WFS_CAPABILITIES
Qualified name of document element in WFS capabilities document. -
QUERY_ELEM
Local name of ad hoc Query element.- See Also:
-
STORED_QRY_ELEM
Local name of StoredQuery element.- See Also:
-
STORED_QRY_ID_ELEM
Local name of StoredQueryId element.- See Also:
-
PARAM_ELEM
Local name of Parameter element in a StoredQuery.- See Also:
-
TYPENAME_ELEM
Local name of TypeName element in DescribeFeatureType.- See Also:
-
VALUE_COLLECTION
ValueCollection element.- See Also:
-
FEATURE_COLLECTION
FeatureCollection element.- See Also:
-
MEMBER
member element.- See Also:
-
TRANSACTION
Transaction element.- See Also:
-
UPDATE
Update element (Transaction).- See Also:
-
INSERT
Insert element (Transaction).- See Also:
-
DELETE
Delete element (Transaction).- See Also:
-
REPLACE
Replace element (Transaction).- See Also:
-
NATIVE
Native element (Transaction).- See Also:
-
TRANSACTION_RSP
TransactionResponse element.- See Also:
-
TRANSACTION_SUMMARY
TransactionResponse/TransactionSummary element.- See Also:
-
TOTAL_INS
TransactionSummary/totalInserted element.- See Also:
-
TOTAL_REPL
TransactionSummary/totalReplaced element.- See Also:
-
TOTAL_UPD
TransactionSummary/totalUpdated element.- See Also:
-
TOTAL_DEL
TransactionSummary/totalDeleted element.- See Also:
-
APPLICATION_SOAP
Media type for SOAP 1.2 message envelopes (RFC 3902).- See Also:
-
BASIC_WFS
Service constraint corresponding to the 'Basic WFS' conformance class.- See Also:
-
LOCKING_WFS
Service constraint corresponding to the 'Locking WFS' conformance class.- See Also:
-
LOCK_FEATURE
LockFeature request element.- See Also:
-
LOCK_FEATURE_RSP
LockFeature response element.- See Also:
-
GET_FEATURE_WITH_LOCK
GetFeatureWithLock request element.- See Also:
-
EPSG_4326
CRS: EPSG 4326 (see cl. 7.9.2.4.4)- See Also:
-
TRX_WFS
Service constraint for 'Transactional WFS' conformance class.- See Also:
-
CREATE_STORED_QRY
CreateStoredQuery request.- See Also:
-
DROP_STORED_QRY
DropStoredQuery request.- See Also:
-