Udostępnij za pośrednictwem


DbSpatialServices.GetMeasure Metoda

Definicja

Zwraca współrzędną M (Miara) danej wartości.

Przeciążenia

GetMeasure(DbGeography)

Zwraca współrzędną M (Miara) danej DbGeography wartości, jeśli reprezentuje punkt.

GetMeasure(DbGeometry)

Zwraca współrzędną M (Miara) danej DbGeometry wartości, jeśli reprezentuje punkt.

GetMeasure(DbGeography)

Zwraca współrzędną M (Miara) danej DbGeography wartości, jeśli reprezentuje punkt.

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

Wartość geografii, która nie musi reprezentować punktu.

Zwraca

Współrzędna M (Miara) danej DbGeography wartości.

Wyjątki

geographyValue

geographyValue

Dotyczy

GetMeasure(DbGeometry)

Zwraca współrzędną M (Miara) danej DbGeometry wartości, jeśli reprezentuje punkt.

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

Wartość geometrii, która nie musi reprezentować punktu.

Zwraca

Współrzędna M (Miara) danej DbGeometry wartości.

Wyjątki

geometryValue

geometryValue

Dotyczy