GeographyOperationsExtensions.Length(Geography) 方法

定义

确定 geography LineString 的长度。

public static double? Length (this Microsoft.Spatial.Geography operand);
static member Length : Microsoft.Spatial.Geography -> Nullable<double>
<Extension()>
Public Function Length (operand As Geography) As Nullable(Of Double)

参数

operand
Geography

LineString 操作数。

返回

操作结果。

适用于