Aracılığıyla paylaş


DbSpatialServices.GetMeasure Yöntem

Tanım

Verilen değerin M (Ölçü) koordinatını döndürür.

Aşırı Yüklemeler

GetMeasure(DbGeography)

Bir noktayı temsil ediyorsa verilen DbGeography değerin M (Ölçü) koordinatını döndürür.

GetMeasure(DbGeometry)

Bir noktayı temsil ediyorsa verilen DbGeometry değerin M (Ölçü) koordinatını döndürür.

GetMeasure(DbGeography)

Bir noktayı temsil ediyorsa verilen DbGeography değerin M (Ölçü) koordinatını döndürür.

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)

Parametreler

geographyValue
DbGeography

Bir noktayı temsil etmemesi gereken coğrafya değeri.

Döndürülenler

Verilen DbGeography değerin M (Ölçü) koordinatı.

Özel durumlar

geographyValue

geographyValue

Şunlara uygulanır

GetMeasure(DbGeometry)

Bir noktayı temsil ediyorsa verilen DbGeometry değerin M (Ölçü) koordinatını döndürür.

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)

Parametreler

geometryValue
DbGeometry

Bir noktayı temsil etmemesi gereken geometri değeri.

Döndürülenler

Verilen DbGeometry değerin M (Ölçü) koordinatı.

Özel durumlar

geometryValue

geometryValue

Şunlara uygulanır