Class WFS11

java.lang.Object
org.opengis.cite.wfs11.WFS11

public class WFS11 extends Object

WFS11 class.

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static 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 GetFeatureWithLock
    static final String
    Implements the Transaction request
    static final String
    Implements the GetGmlObject request and supports (local) XLink processing in GetFeature requests.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • CAPABILITIES_URL

      public static final String CAPABILITIES_URL
      Reference to the WFS11 capabilities document (URI).
      See Also:
    • WFS_TRANSACTION

      public static final String WFS_TRANSACTION
      Implements the Transaction request
      See Also:
    • WFS_LOCKING

      public static final String WFS_LOCKING
      Implements optional LockFeature and GetFeatureWithLock
      See Also:
    • PROFILE

      public static final String 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()