public class AdjacentVertexFinder extends Object
| Constructor and Description |
|---|
AdjacentVertexFinder(Geometry geom) |
| Modifier and Type | Method and Description |
|---|---|
static Coordinate[] |
findVertices(Geometry geom,
Coordinate testPt) |
int |
getIndex() |
Coordinate[] |
getVertices(Coordinate testPt) |
public AdjacentVertexFinder(Geometry geom)
public static Coordinate[] findVertices(Geometry geom, Coordinate testPt)
public Coordinate[] getVertices(Coordinate testPt)
public int getIndex()
Copyright © 2025. All rights reserved.