Uses of Class
com.vividsolutions.jts.geom.LinearRing
-
Packages that use LinearRing Package Description com.vividsolutions.jts.algorithm Contains classes and interfaces implementing fundamental computational geometry algorithms.com.vividsolutions.jts.geom Contains theGeometryinterface 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.com.vividsolutions.jtstest.testbuilder.geom -
-
Uses of LinearRing in com.vividsolutions.jts.algorithm
Constructors in com.vividsolutions.jts.algorithm with parameters of type LinearRing Constructor Description MCPointInRing(LinearRing ring)SimplePointInRing(LinearRing ring) -
Uses of LinearRing in com.vividsolutions.jts.geom
Fields in com.vividsolutions.jts.geom declared as LinearRing Modifier and Type Field Description protected LinearRing[]Polygon. holesThe interior boundaries, if any.protected LinearRingPolygon. shellThe exterior boundary, ornullif thisPolygonis empty.Methods in com.vividsolutions.jts.geom that return LinearRing Modifier and Type Method Description LinearRingGeometryFactory. createLinearRing(Coordinate[] coordinates)Creates aLinearRingusing the givenCoordinates.LinearRingGeometryFactory. createLinearRing(CoordinateSequence coordinates)Creates aLinearRingusing the givenCoordinateSequence.static LinearRing[]GeometryFactory. toLinearRingArray(java.util.Collection linearRings)Converts theListto an array.Methods in com.vividsolutions.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 com.vividsolutions.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 com.vividsolutions.jts.geom.util
Methods in com.vividsolutions.jts.geom.util with parameters of type LinearRing Modifier and Type Method Description protected GeometryGeometryTransformer. transformLinearRing(LinearRing geom, Geometry parent)Transforms a LinearRing. -
Uses of LinearRing in com.vividsolutions.jts.geomgraph
Methods in com.vividsolutions.jts.geomgraph that return LinearRing Modifier and Type Method Description LinearRingEdgeRing. getLinearRing() -
Uses of LinearRing in com.vividsolutions.jts.operation.valid
Methods in com.vividsolutions.jts.operation.valid with parameters of type LinearRing Modifier and Type Method Description voidIndexedNestedRingTester. add(LinearRing ring)voidQuadtreeNestedRingTester. add(LinearRing ring)voidSimpleNestedRingTester. add(LinearRing ring)voidSweeplineNestedRingTester. add(LinearRing ring)static CoordinateIsValidOp. findPtNotNode(Coordinate[] testCoords, LinearRing searchRing, GeometryGraph graph)Find a point from the list of testCoords that is NOT a node in the edge for the list of searchCoords -
Uses of LinearRing in com.vividsolutions.jtstest.testbuilder.geom
Methods in com.vividsolutions.jtstest.testbuilder.geom with parameters of type LinearRing Modifier and Type Method Description PolygonGeometryCombiner. addHole(Polygon poly, LinearRing hole)
-