SpatialExtensionsLocateAlong Method (ICoordinateSequence, Double, ExtrapolationTypes) |
If extrapolate is true, the coordinates are extrapolated. 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 )