Udostępnij przez


SqlSpatialServices.GetMeasure Metoda

Definicja

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 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

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

Zwraca

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

Dotyczy

GetMeasure(DbGeometry)

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

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

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

Zwraca

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

Dotyczy