Sdílet prostřednictvím


SqlSpatialServices.GetMeasure Metoda

Definice

Přetížení

GetMeasure(DbGeography)

Vrátí souřadnici M (measure) dané DbGeography hodnoty, pokud představuje bod.

GetMeasure(DbGeometry)

Vrátí souřadnici M (measure) dané DbGeometry hodnoty, pokud představuje bod.

GetMeasure(DbGeography)

Vrátí souřadnici M (measure) dané DbGeography hodnoty, pokud představuje bod.

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)

Parametry

geographyValue
DbGeography

Zeměpisná hodnota, která nemusí představovat bod.

Návraty

Souřadnice M (míry) dané DbGeography hodnoty.

Platí pro

GetMeasure(DbGeometry)

Vrátí souřadnici M (measure) dané DbGeometry hodnoty, pokud představuje bod.

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)

Parametry

geometryValue
DbGeometry

Hodnota geometrie, která nemusí představovat bod.

Návraty

Souřadnice M (míry) dané DbGeometry hodnoty.

Platí pro