Package | Description |
---|---|
org.locationtech.jts.geom |
Contains the
Geometry interface hierarchy and supporting classes. |
org.locationtech.jts.geomgraph |
Contains classes that implement topology graphs.
|
org.locationtech.jts.operation.valid |
Provides classes for testing the validity of geometries.
|
Modifier and Type | Method | Description |
---|---|---|
LinearRing |
GeometryFactory.createLinearRing() |
|
LinearRing |
GeometryFactory.createLinearRing(Coordinate[] coordinates) |
Creates a
LinearRing using the given Coordinate s. |
LinearRing |
GeometryFactory.createLinearRing(CoordinateSequence coordinates) |
Creates a
LinearRing using the given CoordinateSequence . |
static LinearRing[] |
GeometryFactory.toLinearRingArray(java.util.Collection linearRings) |
Converts the
List to an array. |
Modifier and Type | Method | Description |
---|---|---|
Polygon |
GeometryFactory.createPolygon(LinearRing shell) |
Constructs a
Polygon with the given exterior boundary. |
Polygon |
GeometryFactory.createPolygon(LinearRing shell,
LinearRing[] holes) |
Constructs a
Polygon with the given exterior boundary and
interior boundaries. |
Constructor | Description |
---|---|
Polygon(LinearRing shell,
LinearRing[] holes,
GeometryFactory factory) |
Constructs a
Polygon with the given exterior boundary and
interior boundaries. |
Polygon(LinearRing shell,
LinearRing[] holes,
PrecisionModel precisionModel,
int SRID) |
Deprecated.
Use GeometryFactory instead
|
Polygon(LinearRing shell,
PrecisionModel precisionModel,
int SRID) |
Deprecated.
Use GeometryFactory instead
|
Modifier and Type | Method | Description |
---|---|---|
LinearRing |
EdgeRing.getLinearRing() |
Modifier and Type | Method | Description |
---|---|---|
void |
IndexedNestedRingTester.add(LinearRing ring) |
|
static Coordinate |
IsValidOp.findPtNotNode(Coordinate[] testCoords,
LinearRing searchRing,
GeometryGraph graph) |
Find a point from the list of testCoords
that is NOT a node in the edge for the list of searchCoords
|
Copyright © 2018. All rights reserved.