See: Description
| Package | Description |
|---|---|
| org.opengis.cite.kml2 |
The root package includes supporting classes of general utility such as the
main controller, listeners, and reporters.
|
| org.opengis.cite.kml2.c1 |
Conformance level 1 (CL1) includes tests covering requirements that must be
satisfied by every (minimally) conforming KML document.
|
| org.opengis.cite.kml2.c2 |
Conformance level 2 (CL2) includes the tests for CL1 and adds tests that
cover recommended constraints that should be satisfied by a KML resource.
|
| org.opengis.cite.kml2.c3 |
Conformance level 3 (CL3) includes the tests for CL2 and adds tests to
check optional constraints that are essentially informative in nature.
|
| org.opengis.cite.kml2.util |
This package includes miscellaneous utility classes to support testing.
|
| org.opengis.cite.kml2.validation |
This test suite verifies that a KML 2.x resource conforms to the following OGC specifications:
The KML specification defines three conformance levels indicating the relative importance or priority of a particular set of constraints; each level successively increases the test coverage. The highest level (CL3) indicates full conformance, but a given application or user community may opt for a lower level of conformance. All three levels are implemented by the test suite:
The test run arguments are summarized in the following table. The Obligation descriptor can have the following values: M (mandatory), O (optional), or C (conditional).
| Name | Value domain | Obligation | Description |
|---|---|---|---|
| kml | URI | M | An absolute URI that refers to a KML resource. If the URI contains any ampersand ('&') characters they must be percent-encoded as '%26'. |
| lvl | Integer (1-3) | O | The conformance level (default value: 1). |
Copyright © 2016 Open Geospatial Consortium. All rights reserved.