MathUtilPythagoreanDistanceFromPointToLine Method | |
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.PythagoreanDistanceFromPointToLine() is obsolete. Please use MathUtil.QuickDistanceFromPointToLine() instead.")]
public static double PythagoreanDistanceFromPointToLine(
LatLon point,
LatLon lineStart,
LatLon lineEnd,
DistanceUnit units,
out double interpolationConstant
)
<ObsoleteAttribute("MathUtil.PythagoreanDistanceFromPointToLine() is obsolete. Please use MathUtil.QuickDistanceFromPointToLine() instead.")>
Public Shared Function PythagoreanDistanceFromPointToLine (
point As LatLon,
lineStart As LatLon,
lineEnd As LatLon,
units As DistanceUnit,
<OutAttribute> ByRef interpolationConstant As Double
) As Double
Parameters
- point
- Type: Telogis.GeoBaseLatLon
- lineStart
- Type: Telogis.GeoBaseLatLon
- lineEnd
- Type: Telogis.GeoBaseLatLon
- units
- Type: Telogis.GeoBaseDistanceUnit
- interpolationConstant
- Type: SystemDouble
Return Value
Type:
DoubleSee Also