locationOf method

LinearLocation locationOf(
  1. double index
)

Implementation

LinearLocation locationOf(double index) {
  return LengthLocationMap.getLocationStatic(linearGeom, index);
}