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 voidLineDissolver. 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 CoordinateListLinearGeometryBuilder. 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 voidSegmentNodeList. 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 intLineStringSnapper. findSegmentIndexToSnap(Coordinate snapPt, CoordinateList srcCoords)Finds a src segment which snaps to (is close to) the given snap point.private voidLineStringSnapper. snapSegments(CoordinateList srcCoords, Coordinate[] snapPts)Snap segments of the source to nearby snap vertices.private voidLineStringSnapper. 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 voidEdgeRing. 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 CoordinateListKochSnowflakeBuilder. coordListprivate CoordinateListSierpinskiCarpetBuilder. coordList -
Uses of CoordinateList in org.locationtech.jts.triangulate
Methods in org.locationtech.jts.triangulate that return CoordinateList Modifier and Type Method Description static CoordinateListDelaunayTriangulationBuilder. extractUniqueCoordinates(Geometry geom)Extracts the uniqueCoordinates from the givenGeometry.static CoordinateListDelaunayTriangulationBuilder. 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 CoordinateListQuadEdgeSubdivision.TriangleCoordinatesVisitor. coordList
-