Condividi tramite


SqlSpatialServices.GetArea Metodo

Definizione

Overload

GetArea(DbGeography)

Restituisce un valore Double nullable che indica l'area del valore DbGeography specificato, che può essere null se tale valore non rappresenta una superficie.

GetArea(DbGeometry)

Restituisce un valore Double nullable che indica l'area del valore DbGeometry specificato, che può essere null se tale valore non rappresenta una superficie.

GetArea(DbGeography)

Restituisce un valore Double nullable che indica l'area del valore DbGeography specificato, che può essere null se tale valore non rappresenta una superficie.

public override Nullable<double> GetArea(System.Data.Entity.Spatial.DbGeography geographyValue);
override this.GetArea : System.Data.Entity.Spatial.DbGeography -> Nullable<double>
Public Overrides Function GetArea (geographyValue As DbGeography) As Nullable(Of Double)

Parametri

geographyValue
DbGeography

Il valore di posizione geografica, che non deve rappresentare una superficie.

Restituisce

Valore double nullable che indica l'area del valore DbGeography specificato.

Si applica a

GetArea(DbGeometry)

Restituisce un valore Double nullable che indica l'area del valore DbGeometry specificato, che può essere null se tale valore non rappresenta una superficie.

public override Nullable<double> GetArea(System.Data.Entity.Spatial.DbGeometry geometryValue);
override this.GetArea : System.Data.Entity.Spatial.DbGeometry -> Nullable<double>
Public Overrides Function GetArea (geometryValue As DbGeometry) As Nullable(Of Double)

Parametri

geometryValue
DbGeometry

Il valore geometrico, che non deve rappresentare una superficie.

Restituisce

Valore double nullable che indica l'area del valore DbGeometry specificato.

Si applica a