Uses of Class
org.locationtech.jts.geom.LinearRing
Packages that use LinearRing
Package
Description
Contains the
Geometry interface hierarchy and supporting classes.Provides classes that parse and modify Geometry objects.
Contains classes that implement topology graphs.
-
Uses of LinearRing in org.locationtech.jts.geom
Fields in org.locationtech.jts.geom declared as LinearRingModifier and TypeFieldDescriptionprotected LinearRing[]Polygon.holesThe interior boundaries, if any.protected LinearRingPolygon.shellThe exterior boundary, ornullif thisPolygonis empty.Methods in org.locationtech.jts.geom that return LinearRingModifier and TypeMethodDescriptionprotected LinearRingLinearRing.copyInternal()GeometryFactory.createLinearRing()Constructs an emptyLinearRinggeometry.GeometryFactory.createLinearRing(Coordinate[] coordinates) Creates aLinearRingusing the givenCoordinates.GeometryFactory.createLinearRing(CoordinateSequence coordinates) Creates aLinearRingusing the givenCoordinateSequence.Polygon.getExteriorRing()Polygon.getInteriorRingN(int n) LinearRing.reverse()LinearRing.reverseInternal()static LinearRing[]GeometryFactory.toLinearRingArray(Collection linearRings) Converts theListto an array.Methods in org.locationtech.jts.geom with parameters of type LinearRingModifier and TypeMethodDescriptionGeometryFactory.createPolygon(LinearRing shell) Constructs aPolygonwith the given exterior boundary.GeometryFactory.createPolygon(LinearRing shell, LinearRing[] holes) Constructs aPolygonwith the given exterior boundary and interior boundaries.Constructors in org.locationtech.jts.geom with parameters of type LinearRingModifierConstructorDescriptionPolygon(LinearRing shell, LinearRing[] holes, GeometryFactory factory) Constructs aPolygonwith 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 LinearRingModifier and TypeMethodDescriptionprotected GeometryGeometryTransformer.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 -
Uses of LinearRing in org.locationtech.jts.io.geojson
Methods in org.locationtech.jts.io.geojson that return LinearRingModifier and TypeMethodDescriptionstatic LinearRingOrientationTransformer.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 LinearRingModifier and TypeMethodDescriptionstatic LinearRingOrientationTransformer.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.jts.operation.overlayarea
Methods in org.locationtech.jts.operation.overlayarea with parameters of type LinearRing -
Uses of LinearRing in org.locationtech.jtstest.testbuilder.geom
Methods in org.locationtech.jtstest.testbuilder.geom with parameters of type LinearRing