Package org.opengis.cite.wfs11
Class WFS11
java.lang.Object
org.opengis.cite.wfs11.WFS11
WFS11 class.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Reference to the WFS11 capabilities document (URI).static final String
The profile indicates the two levels of the GMLSF(GML Simple Features): SF-0 : Level 0 (only simple non-spatial property types; Curve and Surface geometries are excluded) SF-1 : Level 1 (complex non-spatial property types, plus Curve and Surface geometries)static final String
Implements optional LockFeature and GetFeatureWithLockstatic final String
Implements the Transaction requeststatic final String
Implements the GetGmlObject request and supports (local) XLink processing in GetFeature requests. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CAPABILITIES_URL
Reference to the WFS11 capabilities document (URI).- See Also:
-
WFS_TRANSACTION
Implements the Transaction request- See Also:
-
WFS_LOCKING
Implements optional LockFeature and GetFeatureWithLock- See Also:
-
WFS_XLINK
Implements the GetGmlObject request and supports (local) XLink processing in GetFeature requests.- See Also:
-
PROFILE
The profile indicates the two levels of the GMLSF(GML Simple Features): SF-0 : Level 0 (only simple non-spatial property types; Curve and Surface geometries are excluded) SF-1 : Level 1 (complex non-spatial property types, plus Curve and Surface geometries)- See Also:
-
-
Constructor Details
-
WFS11
public WFS11()
-