Uses of Class
org.locationtech.jts.geom.LinearRing
-
Packages that use LinearRing Package Description org.locationtech.jts.geom Contains theGeometry
interface hierarchy and supporting classes.org.locationtech.jts.geom.util Provides classes that parse and modify Geometry objects.org.locationtech.jts.geomgraph Contains classes that implement topology graphs.org.locationtech.jts.io.geojson org.locationtech.jtstest.testbuilder.geom -
-
Uses of LinearRing in org.locationtech.jts.geom
Fields in org.locationtech.jts.geom declared as LinearRing Modifier and Type Field Description protected LinearRing[]
Polygon. holes
The interior boundaries, if any.protected LinearRing
Polygon. shell
The exterior boundary, ornull
if thisPolygon
is empty.Methods in org.locationtech.jts.geom that return LinearRing Modifier and Type Method Description protected LinearRing
LinearRing. copyInternal()
LinearRing
GeometryFactory. createLinearRing()
Constructs an emptyLinearRing
geometry.LinearRing
GeometryFactory. createLinearRing(Coordinate[] coordinates)
Creates aLinearRing
using the givenCoordinate
s.LinearRing
GeometryFactory. createLinearRing(CoordinateSequence coordinates)
Creates aLinearRing
using the givenCoordinateSequence
.LinearRing
Polygon. getExteriorRing()
LinearRing
Polygon. getInteriorRingN(int n)
LinearRing
LinearRing. reverse()
LinearRing
LinearRing. reverseInternal()
static LinearRing[]
GeometryFactory. toLinearRingArray(Collection linearRings)
Converts theList
to an array.Methods in org.locationtech.jts.geom with parameters of type LinearRing Modifier and Type Method Description Polygon
GeometryFactory. createPolygon(LinearRing shell)
Constructs aPolygon
with the given exterior boundary.Polygon
GeometryFactory. createPolygon(LinearRing shell, LinearRing[] holes)
Constructs aPolygon
with the given exterior boundary and interior boundaries.Constructors in org.locationtech.jts.geom with parameters of type LinearRing Constructor Description Polygon(LinearRing shell, LinearRing[] holes, GeometryFactory factory)
Constructs aPolygon
with the given exterior boundary and interior boundaries.Polygon(LinearRing shell, LinearRing[] holes, PrecisionModel precisionModel, int SRID)
Deprecated.Use GeometryFactory insteadPolygon(LinearRing shell, PrecisionModel precisionModel, int SRID)
Deprecated.Use GeometryFactory instead -
Uses of LinearRing in org.locationtech.jts.geom.util
Methods in org.locationtech.jts.geom.util with parameters of type LinearRing Modifier and Type Method Description protected Geometry
GeometryTransformer. transformLinearRing(LinearRing geom, Geometry parent)
Transforms a LinearRing. -
Uses of LinearRing in org.locationtech.jts.geomgraph
Methods in org.locationtech.jts.geomgraph that return LinearRing Modifier and Type Method Description LinearRing
EdgeRing. getLinearRing()
-
Uses of LinearRing in org.locationtech.jts.io.geojson
Methods in org.locationtech.jts.io.geojson that return LinearRing Modifier and Type Method Description static LinearRing
OrientationTransformer. transformCCW(LinearRing ring, boolean isExteriorRing)
Transforms a polygon using the Right Hand Rule specifications defined in the latest GeoJSON specification.Methods in org.locationtech.jts.io.geojson with parameters of type LinearRing Modifier and Type Method Description static LinearRing
OrientationTransformer. transformCCW(LinearRing ring, boolean isExteriorRing)
Transforms a polygon using the Right Hand Rule specifications defined in the latest GeoJSON specification. -
Uses of LinearRing in org.locationtech.jtstest.testbuilder.geom
Methods in org.locationtech.jtstest.testbuilder.geom with parameters of type LinearRing Modifier and Type Method Description Polygon
GeometryCombiner. addHole(Polygon poly, LinearRing hole)
-