Package | Description |
---|---|
org.locationtech.jts.dissolve | |
org.locationtech.jts.linearref |
Contains classes and interfaces implementing linear referencing on linear geometries
|
org.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.
|
Modifier and Type | Method and Description |
---|---|
private void |
LineDissolver.addLine(CoordinateList line) |
Modifier and Type | Field and Description |
---|---|
private CoordinateList |
LinearGeometryBuilder.coordList |
Modifier and Type | Method and Description |
---|---|
private void |
SegmentNodeList.addEdgeCoordinates(SegmentNode ei0,
SegmentNode ei1,
CoordinateList coordList) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
private static void |
EdgeRing.addEdge(Coordinate[] coords,
boolean isForward,
CoordinateList coordList) |
Modifier and Type | Field and Description |
---|---|
private CoordinateList |
SierpinskiCarpetBuilder.coordList |
private CoordinateList |
KochSnowflakeBuilder.coordList |
Modifier and Type | Method and Description |
---|---|
static CoordinateList |
DelaunayTriangulationBuilder.extractUniqueCoordinates(Geometry geom)
Extracts the unique
Coordinate s from the given Geometry . |
static CoordinateList |
DelaunayTriangulationBuilder.unique(Coordinate[] coords) |
Modifier and Type | Field and Description |
---|---|
private CoordinateList |
QuadEdgeSubdivision.TriangleCoordinatesVisitor.coordList |