getEndIndex method

double getEndIndex()

Returns the index of the end of the line @return the end index

Implementation

double getEndIndex() {
  return linearGeom.getLength();
}