public class PlacemarkGeometryTests extends CommonFixture
CommonFixture.TargetElementsIterator| Modifier and Type | Field and Description |
|---|---|
(package private) JTSGeometryBuilder |
geomBuilder |
client, conformanceLevel, kmlDoc, request, response, ROOT_PKG_PATH, targetElements| Constructor and Description |
|---|
PlacemarkGeometryTests() |
| Modifier and Type | Method and Description |
|---|---|
void |
findPlacemarks()
Finds kml:Placemark elements in the KML document that do not appear in an
update context.
|
void |
polygonBoundaryOrientation()
[Test] Verifies that the rings comprising the boundary of a kml:Polygon
geometry satisfy the constraints listed below.
|
void |
simpleRing()
[Test] Verifies that a LinearRing is simple (does not cross itself).
|
buildGetRequest, clearMessages, findTargetElements, getResponseEntityAsDocument, initCommonFixture, setTargetElements, targetElementsProviderJTSGeometryBuilder geomBuilder
public void findPlacemarks()
public void polygonBoundaryOrientation()
The surface of a polygon is oriented such that the interior is to the left of a boundary curve. This means that the exterior boundary of the surface runs counterclockwise when viewed from the side of the surface indicated by the upward normal (the "top" of the surface); interior boundaries are clockwise.
public void simpleRing()
Copyright © 2016 Open Geospatial Consortium. All rights reserved.