Package | Description |
---|---|
com.vividsolutions.jts.algorithm | |
com.vividsolutions.jts.geom | |
com.vividsolutions.jts.geom.util | |
com.vividsolutions.jts.geomgraph | |
com.vividsolutions.jts.operation.valid |
Constructor and Description |
---|
MCPointInRing(LinearRing ring) |
SimplePointInRing(LinearRing ring) |
Modifier and Type | Field and Description |
---|---|
protected LinearRing[] |
Polygon.holes
The interior boundaries, if any.
|
protected LinearRing |
Polygon.shell
The exterior boundary,
or
null if this Polygon
is empty. |
Modifier and Type | Method and Description |
---|---|
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(Collection linearRings)
Converts the
List to an array. |
Modifier and Type | Method and 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. |
Polygon |
GeometryFactory.createPolygon(LinearRing shell,
LinearRing[] holes)
Constructs a
Polygon with the given exterior boundary and
interior boundaries. |
Constructor and Description |
---|
Polygon(LinearRing shell,
LinearRing[] holes,
GeometryFactory factory)
Constructs a
Polygon with the given exterior boundary and
interior boundaries. |
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,
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 and Description |
---|---|
protected Geometry |
GeometryTransformer.transformLinearRing(LinearRing geom,
Geometry parent)
Transforms a LinearRing.
|
Modifier and Type | Method and Description |
---|---|
LinearRing |
EdgeRing.getLinearRing() |
Modifier and Type | Method and Description |
---|---|
void |
IndexedNestedRingTester.add(LinearRing ring) |
void |
QuadtreeNestedRingTester.add(LinearRing ring) |
void |
SimpleNestedRingTester.add(LinearRing ring) |
void |
SweeplineNestedRingTester.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 © 2016. All rights reserved.