SpatialExtensionsLocateAlong Method |
Name | Description | |
---|---|---|
LocateAlong(ICoordinateSequence, Double) |
Locate a coordinate where the m value
is located in the coords.
| |
LocateAlong(ICoordinateSequence, Double, ExtrapolationTypes) |
Locate a coordinate where the m value
is located in the coords.
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'. | |
LocateAlong(ICoordinateSequence, Double, ExtrapolationTypes, Double) |
Locate a coordinate where the m value
is located in the coords.
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'. |