toLine method

void toLine(
  1. int geomIndex
)

Converts one GeometryLocation to a Line location

Implementation

void toLine(int geomIndex) {
  if (elt[geomIndex]!.isArea())
    elt[geomIndex] = new TopologyLocation.fromOn(elt[geomIndex]!.location[0]);
}