| Package | Description |
|---|---|
| com.vividsolutions.jts.algorithm |
Contains classes and interfaces implementing fundamental computational geometry algorithms.
|
| com.vividsolutions.jts.geom |
Contains the
Geometry interface hierarchy and supporting classes.
|
| com.vividsolutions.jts.geom.util |
Provides classes that parse and modify Geometry objects.
|
| com.vividsolutions.jts.geomgraph |
Contains classes that implement topology graphs.
|
| com.vividsolutions.jts.operation.valid |
Provides classes for testing the validity of geometries.
|
| Constructor and Description | |
|---|---|
MCPointInRing(LinearRing
|
|
SimplePointInRing(LinearRing
|
| 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
Creates a
LinearRing using the given
Coordinates.
|
LinearRing |
GeometryFactory.createLinearRing(CoordinateSequence
Creates a
LinearRing using the given
CoordinateSequence.
|
static LinearRing |
GeometryFactory.toLinearRingArray(Collection
Converts the
List to an array.
|
| Modifier and Type | Method and Description |
|---|---|
Polygon |
GeometryFactory.createPolygon(LinearRing
Constructs a
Polygon with the given exterior boundary.
|
Polygon |
GeometryFactory.createPolygon(LinearRing
Constructs a
Polygon with the given exterior boundary and interior boundaries.
|
Polygon |
GeometryFactory.createPolygon(LinearRing
Constructs a
Polygon with the given exterior boundary and interior boundaries.
|
| Constructor and Description | |
|---|---|
Polygon(LinearRing
Constructs a
Polygon with the given exterior boundary and interior boundaries.
|
|
Polygon(LinearRing
Constructs a
Polygon with the given exterior boundary and interior boundaries.
|
|
Polygon(LinearRing
Deprecated.
Use GeometryFactory instead
|
|
Polygon(LinearRing
Deprecated.
Use GeometryFactory instead
|
|
Polygon(LinearRing
Deprecated.
Use GeometryFactory instead
|
| Modifier and Type | Method and Description |
|---|---|
protected Geometry |
GeometryTransformer.transformLinearRing(LinearRing
Transforms a LinearRing.
|
| Modifier and Type | Method and Description |
|---|---|
LinearRing |
EdgeRing.getLinearRing()
|
| Modifier and Type | Method and Description |
|---|---|
void |
QuadtreeNestedRingTester.add(LinearRing
|
void |
SweeplineNestedRingTester.add(LinearRing
|
void |
SimpleNestedRingTester.add(LinearRing
|
void |
IndexedNestedRingTester.add(LinearRing
|
static Coordinate |
IsValidOp.findPtNotNode(Coordinate
Find a point from the list of testCoords that is NOT a node in the edge for the list of searchCoords
|