Sdílet prostřednictvím


DbSpatialServices.GetMeasure Metoda

Definice

Vrátí souřadnici M (measure) dané hodnoty.

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:
 abstract Nullable<double> GetMeasure(System::Data::Spatial::DbGeography ^ geographyValue);
public abstract double? GetMeasure (System.Data.Spatial.DbGeography geographyValue);
abstract member GetMeasure : System.Data.Spatial.DbGeography -> Nullable<double>
Public MustOverride 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.

Výjimky

geographyValue

geographyValue

Platí pro

GetMeasure(DbGeometry)

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

public:
 abstract Nullable<double> GetMeasure(System::Data::Spatial::DbGeometry ^ geometryValue);
public abstract double? GetMeasure (System.Data.Spatial.DbGeometry geometryValue);
abstract member GetMeasure : System.Data.Spatial.DbGeometry -> Nullable<double>
Public MustOverride 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.

Výjimky

geometryValue

geometryValue

Platí pro