Uses of Class
org.locationtech.jts.geom.CoordinateList
Packages that use CoordinateList
Package
Description
Contains classes and interfaces implementing linear referencing on linear geometries
Classes to compute nodings for arrangements of line segments and line segment sequences.
Classes to perform snapping on geometries to prepare them for overlay operations.
An API for polygonizing sets of lines.
Classes to compute Delaunay triangulations.
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 -
Uses of CoordinateList in org.locationtech.jts.linearref
Fields in org.locationtech.jts.linearref declared as CoordinateList -
Uses of CoordinateList in org.locationtech.jts.noding
Methods in org.locationtech.jts.noding with parameters of type CoordinateListModifier and TypeMethodDescriptionprivate 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 CoordinateListModifier and TypeMethodDescriptionprivate 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 CoordinateListModifier and TypeMethodDescriptionprivate 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 CoordinateListModifier and TypeFieldDescriptionprivate CoordinateList
KochSnowflakeBuilder.coordList
private CoordinateList
SierpinskiCarpetBuilder.coordList
-
Uses of CoordinateList in org.locationtech.jts.triangulate
Methods in org.locationtech.jts.triangulate that return CoordinateListModifier and TypeMethodDescriptionstatic 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 CoordinateListModifier and TypeFieldDescriptionprivate CoordinateList
QuadEdgeSubdivision.TriangleCoordinatesVisitor.coordList