JTS Core 1.17.1
Packages
Classes
Search
About
Top
locate(Coordinate): int
Bottom
Source
Classic
org.locationtech.jts.algorithm.locate
Interface PointOnGeometryLocator
All Known Implementing Classes:
SimplePointInAreaLocator
,
IndexedPointInAreaLocator
public interface PointOnGeometryLocator
An interface for classes which determine the
Location
of points in a
Geometry
.
Authors:
Martin Davis
int locate(
Coordinate
p)
Determines the
Location
of a point in the
Geometry
.
Parameters:
p - p the point to test
Returns:
the location of the point in the geometry