getCoordinate method

Coordinate? getCoordinate()

Returns the location of this error (on the {@link Geometry} containing the error).

@return a {@link Coordinate} on the input geometry

Implementation

Coordinate? getCoordinate() {
  return pt;
}