getInteriorRingN method

LinearRing getInteriorRingN(
  1. int n
)

Implementation

LinearRing getInteriorRingN(int n) {
  return holes![n];
}