Package | Description |
---|---|
org.locationtech.jts.geom |
Contains the
Geometry interface hierarchy and supporting classes. |
org.locationtech.jts.geomgraph |
Contains classes that implement topology graphs.
|
Modifier and Type | Method and Description |
---|---|
LinearRing |
GeometryFactory.createLinearRing()
Constructs an empty
LinearRing geometry. |
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 . |
LinearRing |
Polygon.getExteriorRing() |
LinearRing |
Polygon.getInteriorRingN(int n) |
LinearRing |
LinearRing.reverse() |
LinearRing |
LinearRing.reverseInternal() |
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 |
---|---|
LinearRing |
EdgeRing.getLinearRing() |
Copyright © 2024. All rights reserved.