Class WCS20

java.lang.Object
org.opengis.cite.wcs20.WCS20

public class WCS20 extends Object

WCS20 class.

  • Field Details

    • URL

      public static final String URL
      Reference to the WCS capabilities document (URI).
      See Also:
    • CORE

      public static final String CORE
      The WCS Core is a conformance class executed by default.
      See Also:
    • EXT_POST

      public static final String EXT_POST
      Run test for WCS POST if parameter is provided.
      See Also:
    • EXT_PROCESSING

      public static final String EXT_PROCESSING
      Run test for WCS WCPS 2.0 (Processing) if parameter is provided.
      See Also:
    • EXT_SCALING

      public static final String EXT_SCALING
      Run test for WCS Scaling 1.0 if parameter is provided.
      See Also:
    • EXT_INTERPOLATION

      public static final String EXT_INTERPOLATION
      Run test for WCS Interpolation 1.0 if parameter is provided.
      See Also:
    • EXT_RSUBSETTING

      public static final String EXT_RSUBSETTING
      Run test for WCS Range Subsetting 1.0 if parameter is provided.
      See Also:
    • EXT_CRS

      public static final String EXT_CRS
      Run test for WCS-CRS-extension 1.0 if parameter is provided.
      See Also:
    • PROFILE_EOWCS

      public static final String PROFILE_EOWCS
      Run test for WCS EO 1.0 (EOWCS) if parameter is provided.
      See Also:
  • Constructor Details

    • WCS20

      public WCS20()

      Constructor for WCS20.