getCoordinates method

List<Coordinate> getCoordinates()

Implementation

List<Coordinate> getCoordinates() {
  return ptDist.getCoordinates();
}