Uses of Class
org.locationtech.jts.geom.LinearRing
-
Packages that use LinearRing Package Description org.locationtech.jts.geom Contains theGeometryinterface hierarchy and supporting classes.org.locationtech.jts.geomgraph Contains classes that implement topology graphs.org.locationtech.jts.io.geojson -
-
Uses of LinearRing in org.locationtech.jts.geom
Methods in org.locationtech.jts.geom that return LinearRing Modifier and Type Method Description LinearRingGeometryFactory. createLinearRing()Constructs an emptyLinearRinggeometry.LinearRingGeometryFactory. createLinearRing(Coordinate[] coordinates)Creates aLinearRingusing the givenCoordinates.LinearRingGeometryFactory. createLinearRing(CoordinateSequence coordinates)Creates aLinearRingusing the givenCoordinateSequence.LinearRingPolygon. getExteriorRing()LinearRingPolygon. getInteriorRingN(int n)LinearRingLinearRing. reverse()LinearRingLinearRing. reverseInternal()static LinearRing[]GeometryFactory. toLinearRingArray(java.util.Collection linearRings)Converts theListto an array.Methods in org.locationtech.jts.geom with parameters of type LinearRing Modifier and Type Method Description PolygonGeometryFactory. createPolygon(LinearRing shell)Constructs aPolygonwith the given exterior boundary.PolygonGeometryFactory. createPolygon(LinearRing shell, LinearRing[] holes)Constructs aPolygonwith 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 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.geomgraph
Methods in org.locationtech.jts.geomgraph that return LinearRing Modifier and Type Method Description LinearRingEdgeRing. 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 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 LinearRing Modifier and Type Method Description static LinearRingOrientationTransformer. transformCCW(LinearRing ring, boolean isExteriorRing)Transforms a polygon using the Right Hand Rule specifications defined in the latest GeoJSON specification.
-