DbSpatialServices.GetMeasure Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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