Class WMS13

java.lang.Object
org.opengis.cite.wms13.WMS13

public class WMS13 extends Object
Contains various constants defined in the WMS 1.3 specification, such as test run parameters.
See Also:
  • "OGC 06-042: OpenGIS Web Map Server Implementation Specification, Version 1.3.0"
  • Field Details

    • CAPABILITIES_URL

      public static final String CAPABILITIES_URL
      Supplies reference to WMS capabilities document (URI).
      See Also:
    • UPDATESEQ

      public static final String UPDATESEQ
      Test versioning of capabilities document ("auto"|"manual").
      See Also:
    • HIGH_UPDATESEQ

      public static final String HIGH_UPDATESEQ
      A version that is higher than the latest version.
      See Also:
    • LOW_UPDATESEQ

      public static final String LOW_UPDATESEQ
      A version that is lower than the latest version.
      See Also:
    • BASIC

      public static final String BASIC
      Run tests for Basic WMS conformance (Boolean)
      See Also:
    • QUERYABLE

      public static final String QUERYABLE
      Run tests for Queryable WMS conformance (Boolean)
      See Also:
    • RASTER_ELEV

      public static final String RASTER_ELEV
      Run tests for the elevation dimension using raster data (Boolean).
      See Also:
    • VECTOR_ELEV

      public static final String VECTOR_ELEV
      Run tests for the elevation dimension using vector data (Boolean).
      See Also:
    • TIME

      public static final String TIME
      Run tests for the temporal dimension (Boolean).
      See Also: