Compartir a través de


SqlSpatialServices.GetMeasure Método

Definición

Sobrecargas

GetMeasure(DbGeography)

Devuelve la coordenada M (medida) del valor especificado de DbGeography, si representa un punto.

GetMeasure(DbGeometry)

Devuelve la coordenada M (medida) del valor especificado de DbGeometry, si representa un punto.

GetMeasure(DbGeography)

Devuelve la coordenada M (medida) del valor especificado de DbGeography, si representa un punto.

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

Parámetros

geographyValue
DbGeography

Valor de geografía, que no necesita representar un punto.

Devoluciones

Coordenada M (medida) del valor DbGeography especificado.

Se aplica a

GetMeasure(DbGeometry)

Devuelve la coordenada M (medida) del valor especificado de DbGeometry, si representa un punto.

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

Parámetros

geometryValue
DbGeometry

Valor de geometría, que no necesita representar un punto.

Devoluciones

Coordenada M (medida) del valor DbGeometry especificado.

Se aplica a