getY method

double getY(
  1. int index
)
override

@see org.locationtech.jts.geom.CoordinateSequence#getY(int)

Implementation

double getY(int index) {
  return coordinates![index].y;
}