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
Nested ClassesModifier and TypeClassDescriptionstatic enumThe action embodied by a transaction.static enumVersionState indicates the state of a feature version. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringMedia type for SOAP 1.2 message envelopes (RFC 3902).static final StringService constraint corresponding to the 'Basic WFS' conformance class.static final Stringstatic final StringCreateStoredQuery request.static final StringDelete element (Transaction).static final Stringstatic final Stringstatic final StringDropStoredQuery request.static final StringCRS: EPSG 4326 (see cl. 7.9.2.4.4)static final StringFeatureCollection element.static final Stringstatic final Stringstatic final StringGetFeatureWithLock request element.static final Stringstatic final Stringstatic final StringInsert element (Transaction).static final StringService constraint indicating support for HTTP GET method bindings.static final Stringstatic final StringLockFeature request element.static final StringLockFeature response element.static final StringService constraint corresponding to the 'Locking WFS' conformance class.static final Stringmember element.static final Stringstatic final StringNative element (Transaction).static final Stringstatic final StringLocal name of Parameter element in a StoredQuery.static final QNameQualified name of document element in WFS capabilities document.static final StringStored query identifier: GetFeatureByIdstatic final StringStored query identifier: GetFeatureById (deprecated in v2.0.2static final StringLocal name of ad hoc Query element.static final StringReplace element (Transaction).static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringService constraint indicating support for SOAP message bindings.static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringLocal name of StoredQuery element.static final StringLocal name of StoredQueryId element.static final Stringstatic final StringTransactionSummary/totalDeleted element.static final StringTransactionSummary/totalInserted element.static final StringTransactionSummary/totalReplaced element.static final StringTransactionSummary/totalUpdated element.static final StringTransaction element.static final StringTransactionResponse element.static final StringTransactionResponse/TransactionSummary element.static final StringService constraint for 'Transactional WFS' conformance class.static final StringLocal name of TypeName element in DescribeFeatureType.static final Stringstatic final StringUpdate element (Transaction).static final Stringstatic final StringValueCollection element.static final Stringstatic final Stringstatic final StringLocal name of document element in WFS capabilities document.static final StringService 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:
-