MathUtilPythagoreanClosestPointOnLine Method (LatLon, LatLon, LatLon) | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release Note: This API is now obsolete.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax [ObsoleteAttribute("MathUtil.PythagoreanClosestPointOnLine() is obsolete. Please use MathUtil.QuickClosestPointOnLine() instead.")]
public static LatLon PythagoreanClosestPointOnLine(
LatLon point,
LatLon lineStart,
LatLon lineEnd
)
<ObsoleteAttribute("MathUtil.PythagoreanClosestPointOnLine() is obsolete. Please use MathUtil.QuickClosestPointOnLine() instead.")>
Public Shared Function PythagoreanClosestPointOnLine (
point As LatLon,
lineStart As LatLon,
lineEnd As LatLon
) As LatLon
Parameters
- point
- Type: Telogis.GeoBaseLatLon
- lineStart
- Type: Telogis.GeoBaseLatLon
- lineEnd
- Type: Telogis.GeoBaseLatLon
Return Value
Type:
LatLonSee Also