Uses of Class
org.locationtech.jts.geom.CoordinateList
-
Packages that use CoordinateList Package Description org.locationtech.jts.dissolve org.locationtech.jts.linearref Contains classes and interfaces implementing linear referencing on linear geometriesorg.locationtech.jts.noding Classes to compute nodings for arrangements of line segments and line segment sequences.org.locationtech.jts.operation.overlay.snap Classes to perform snapping on geometries to prepare them for overlay operations.org.locationtech.jts.operation.polygonize An API for polygonizing sets of lines.org.locationtech.jts.shape.fractal org.locationtech.jts.triangulate Classes to compute Delaunay triangulations.org.locationtech.jts.triangulate.quadedge Classes to implement a topological subdivision of quadeges, to support creating triangulations and Voronoi diagrams. -
-
Uses of CoordinateList in org.locationtech.jts.dissolve
Methods in org.locationtech.jts.dissolve with parameters of type CoordinateList Modifier and Type Method Description private void
LineDissolver. addLine(CoordinateList line)
-
Uses of CoordinateList in org.locationtech.jts.linearref
Fields in org.locationtech.jts.linearref declared as CoordinateList Modifier and Type Field Description private CoordinateList
LinearGeometryBuilder. coordList
-
Uses of CoordinateList in org.locationtech.jts.noding
Methods in org.locationtech.jts.noding with parameters of type CoordinateList Modifier and Type Method Description private void
SegmentNodeList. addEdgeCoordinates(SegmentNode ei0, SegmentNode ei1, CoordinateList coordList)
-
Uses of CoordinateList in org.locationtech.jts.operation.overlay.snap
Methods in org.locationtech.jts.operation.overlay.snap with parameters of type CoordinateList Modifier and Type Method Description private int
LineStringSnapper. findSegmentIndexToSnap(Coordinate snapPt, CoordinateList srcCoords)
Finds a src segment which snaps to (is close to) the given snap point.private void
LineStringSnapper. snapSegments(CoordinateList srcCoords, Coordinate[] snapPts)
Snap segments of the source to nearby snap vertices.private void
LineStringSnapper. snapVertices(CoordinateList srcCoords, Coordinate[] snapPts)
Snap source vertices to vertices in the target. -
Uses of CoordinateList in org.locationtech.jts.operation.polygonize
Methods in org.locationtech.jts.operation.polygonize with parameters of type CoordinateList Modifier and Type Method Description private static void
EdgeRing. addEdge(Coordinate[] coords, boolean isForward, CoordinateList coordList)
-
Uses of CoordinateList in org.locationtech.jts.shape.fractal
Fields in org.locationtech.jts.shape.fractal declared as CoordinateList Modifier and Type Field Description private CoordinateList
KochSnowflakeBuilder. coordList
private CoordinateList
SierpinskiCarpetBuilder. coordList
-
Uses of CoordinateList in org.locationtech.jts.triangulate
Methods in org.locationtech.jts.triangulate that return CoordinateList Modifier and Type Method Description static CoordinateList
DelaunayTriangulationBuilder. extractUniqueCoordinates(Geometry geom)
Extracts the uniqueCoordinate
s from the givenGeometry
.static CoordinateList
DelaunayTriangulationBuilder. unique(Coordinate[] coords)
-
Uses of CoordinateList in org.locationtech.jts.triangulate.quadedge
Fields in org.locationtech.jts.triangulate.quadedge declared as CoordinateList Modifier and Type Field Description private CoordinateList
QuadEdgeSubdivision.TriangleCoordinatesVisitor. coordList
-