public class GeometryPointLocater extends Object
Constructor and Description |
---|
GeometryPointLocater(Geometry geom) |
Modifier and Type | Method and Description |
---|---|
int |
getIndex() |
GeometryLocation |
getLocation(Coordinate testPt,
boolean vertexOnly,
double tolerance) |
boolean |
isVertex() |
static GeometryLocation |
locateNonVertexPoint(Geometry geom,
Coordinate testPt,
double tolerance) |
static GeometryLocation |
locateVertex(Geometry geom,
Coordinate testPt,
double tolerance) |
public GeometryPointLocater(Geometry geom)
public static GeometryLocation locateNonVertexPoint(Geometry geom, Coordinate testPt, double tolerance)
public static GeometryLocation locateVertex(Geometry geom, Coordinate testPt, double tolerance)
public GeometryLocation getLocation(Coordinate testPt, boolean vertexOnly, double tolerance)
public int getIndex()
public boolean isVertex()
Copyright © 2023. All rights reserved.