DbSpatialServices.GetArea 方法

定义

返回一个指示给定值的区域可以为 null 的双精度值。

重载

GetArea(DbGeography)

返回一个指示给定 DbGeography 值的区域可以为 null 的双精度值,如果该值不表示图面则可能为 null。

GetArea(DbGeometry)

返回一个指示给定 DbGeometry 值的区域可以为 null 的双精度值,如果该值不表示图面则可能为 null。

GetArea(DbGeography)

返回一个指示给定 DbGeography 值的区域可以为 null 的双精度值,如果该值不表示图面则可能为 null。

public:
 abstract Nullable<double> GetArea(System::Data::Spatial::DbGeography ^ geographyValue);
public abstract double? GetArea (System.Data.Spatial.DbGeography geographyValue);
abstract member GetArea : System.Data.Spatial.DbGeography -> Nullable<double>
Public MustOverride Function GetArea (geographyValue As DbGeography) As Nullable(Of Double)

参数

geographyValue
DbGeography

不需要表示平面的地理值。

返回

指示给定的 DbGeography 值的区域可以为 null 的双精度值。

例外

geographyValue

geographyValue

适用于

GetArea(DbGeometry)

返回一个指示给定 DbGeometry 值的区域可以为 null 的双精度值,如果该值不表示图面则可能为 null。

public:
 abstract Nullable<double> GetArea(System::Data::Spatial::DbGeometry ^ geometryValue);
public abstract double? GetArea (System.Data.Spatial.DbGeometry geometryValue);
abstract member GetArea : System.Data.Spatial.DbGeometry -> Nullable<double>
Public MustOverride Function GetArea (geometryValue As DbGeometry) As Nullable(Of Double)

参数

geometryValue
DbGeometry

不需要表示平面的几何图形值。

返回

指示给定的 DbGeometry 值的区域可以为 null 的双精度值。

例外

geometryValue

geometryValue

适用于