Package org.opengis.cite.wms13
Class WMS13
java.lang.Object
org.opengis.cite.wms13.WMS13
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 Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Run tests for Basic WMS conformance (Boolean)static final String
Supplies reference to WMS capabilities document (URI).static final String
A version that is higher than the latest version.static final String
A version that is lower than the latest version.static final String
Run tests for Queryable WMS conformance (Boolean)static final String
Run tests for the elevation dimension using raster data (Boolean).static final String
Run tests for recommended constraints (Boolean).static final String
Run tests for the temporal dimension (Boolean).static final String
Test versioning of capabilities document ("auto"|"manual").static final String
Run tests for the elevation dimension using vector data (Boolean). -
Method Summary
-
Field Details
-
CAPABILITIES_URL
Supplies reference to WMS capabilities document (URI).- See Also:
-
UPDATESEQ
Test versioning of capabilities document ("auto"|"manual").- See Also:
-
HIGH_UPDATESEQ
A version that is higher than the latest version.- See Also:
-
LOW_UPDATESEQ
A version that is lower than the latest version.- See Also:
-
BASIC
Run tests for Basic WMS conformance (Boolean)- See Also:
-
QUERYABLE
Run tests for Queryable WMS conformance (Boolean)- See Also:
-
RASTER_ELEV
Run tests for the elevation dimension using raster data (Boolean).- See Also:
-
VECTOR_ELEV
Run tests for the elevation dimension using vector data (Boolean).- See Also:
-
TIME
Run tests for the temporal dimension (Boolean).- See Also:
-
RECOMMENDED
Run tests for recommended constraints (Boolean).- See Also:
-