locate abstract method

int locate(
  1. Coordinate p
)

Determines the {@link Location} of a point in the {@link Geometry}.

@param p the point to test @return the location of the point in the geometry

Implementation

int locate(Coordinate p);