DbSpatialServices.GetLength 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回一个指示给定值的长度可以为 null 的双精度值。
重载
GetLength(DbGeography) |
返回一个指示给定 DbGeography 值的长度可以为 null 的双精度值,如果该值不表示曲线则可能为 null。 |
GetLength(DbGeometry) |
返回一个指示给定 DbGeometry 值的长度可以为 null 的双精度值,如果该值不表示曲线则可能为 null。 |
GetLength(DbGeography)
返回一个指示给定 DbGeography 值的长度可以为 null 的双精度值,如果该值不表示曲线则可能为 null。
public:
abstract Nullable<double> GetLength(System::Data::Spatial::DbGeography ^ geographyValue);
public abstract double? GetLength (System.Data.Spatial.DbGeography geographyValue);
abstract member GetLength : System.Data.Spatial.DbGeography -> Nullable<double>
Public MustOverride Function GetLength (geographyValue As DbGeography) As Nullable(Of Double)
参数
- geographyValue
- DbGeography
不需要表示曲线的地理值。
返回
给定 DbGeography 值的长度。
例外
geographyValue
geographyValue
适用于
GetLength(DbGeometry)
返回一个指示给定 DbGeometry 值的长度可以为 null 的双精度值,如果该值不表示曲线则可能为 null。
public:
abstract Nullable<double> GetLength(System::Data::Spatial::DbGeometry ^ geometryValue);
public abstract double? GetLength (System.Data.Spatial.DbGeometry geometryValue);
abstract member GetLength : System.Data.Spatial.DbGeometry -> Nullable<double>
Public MustOverride Function GetLength (geometryValue As DbGeometry) As Nullable(Of Double)
参数
- geometryValue
- DbGeometry
不需要表示曲线的几何图形值。
返回
给定 DbGeometry 值的长度。
例外
geometryValue
geometryValue