SpatialExtensionsLocateAlong Method (ICoordinateSequence, Double, ExtrapolationTypes, Double) |
If extrapolate is true, the coordinates are extrapolated within the extrapolation distance. If only one coordinate exist in coords, return that coordinate.
Extrapoloation types 'Nearest' and 'Linear is supported'.
Namespace: DHI.Mike1D.Generic.Spatial
public static ICoordinate LocateAlong( this ICoordinateSequence coords, double m, ExtrapolationTypes extrapolate, double extrapolationDistance )