getPointN method

Point getPointN(
  1. int n
)

Implementation

Point getPointN(int n) {
  return getFactory().createPoint(points.getCoordinate(n));
}