Click or drag to resize

SpatialExtensionsLocateAlong Method

Overload List
  NameDescription
Public methodStatic memberLocateAlong(ICoordinateSequence, Double)
Locate a coordinate where the m value is located in the coords.
Public methodStatic memberLocateAlong(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'.

Public methodStatic memberLocateAlong(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'.

Top
See Also