getEndIndex method

LinearLocation getEndIndex()

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

Implementation

LinearLocation getEndIndex() {
  return LinearLocation.getEndLocation(linearGeom);
}