Package org.opengis.cite.wcs20
Class WCS20
java.lang.Object
org.opengis.cite.wcs20.WCS20
WCS20 class.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The WCS Core is a conformance class executed by default.static final String
Run test for WCS-CRS-extension 1.0 if parameter is provided.static final String
Run test for WCS Interpolation 1.0 if parameter is provided.static final String
Run test for WCS POST if parameter is provided.static final String
Run test for WCS WCPS 2.0 (Processing) if parameter is provided.static final String
Run test for WCS Range Subsetting 1.0 if parameter is provided.static final String
Run test for WCS Scaling 1.0 if parameter is provided.static final String
Run test for WCS EO 1.0 (EOWCS) if parameter is provided.static final String
Reference to the WCS capabilities document (URI). -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
URL
Reference to the WCS capabilities document (URI).- See Also:
-
CORE
The WCS Core is a conformance class executed by default.- See Also:
-
EXT_POST
Run test for WCS POST if parameter is provided.- See Also:
-
EXT_PROCESSING
Run test for WCS WCPS 2.0 (Processing) if parameter is provided.- See Also:
-
EXT_SCALING
Run test for WCS Scaling 1.0 if parameter is provided.- See Also:
-
EXT_INTERPOLATION
Run test for WCS Interpolation 1.0 if parameter is provided.- See Also:
-
EXT_RSUBSETTING
Run test for WCS Range Subsetting 1.0 if parameter is provided.- See Also:
-
EXT_CRS
Run test for WCS-CRS-extension 1.0 if parameter is provided.- See Also:
-
PROFILE_EOWCS
Run test for WCS EO 1.0 (EOWCS) if parameter is provided.- See Also:
-
-
Constructor Details
-
WCS20
public WCS20()Constructor for WCS20.
-