DbSpatialServices.AsTextIncludingElevationAndMeasure 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í.
Přetížení
AsTextIncludingElevationAndMeasure(DbGeography) |
Vrátí textovou reprezentaci se DbSpatialServices zvýšením a mírou. |
AsTextIncludingElevationAndMeasure(DbGeometry) |
Vrátí textovou reprezentaci se DbSpatialServices zvýšením a mírou. |
AsTextIncludingElevationAndMeasure(DbGeography)
Vrátí textovou reprezentaci se DbSpatialServices zvýšením a mírou.
public virtual string AsTextIncludingElevationAndMeasure (System.Data.Entity.Spatial.DbGeography geographyValue);
abstract member AsTextIncludingElevationAndMeasure : System.Data.Entity.Spatial.DbGeography -> string
override this.AsTextIncludingElevationAndMeasure : System.Data.Entity.Spatial.DbGeography -> string
Public Overridable Function AsTextIncludingElevationAndMeasure (geographyValue As DbGeography) As String
Parametry
- geographyValue
- DbGeography
Zeměpisná hodnota.
Návraty
Textová reprezentace .DbSpatialServices
Výjimky
geographyValue
je null.
geographyValue
není kompatibilní s touto implementací prostorových služeb.
Platí pro
AsTextIncludingElevationAndMeasure(DbGeometry)
Vrátí textovou reprezentaci se DbSpatialServices zvýšením a mírou.
public virtual string AsTextIncludingElevationAndMeasure (System.Data.Entity.Spatial.DbGeometry geometryValue);
abstract member AsTextIncludingElevationAndMeasure : System.Data.Entity.Spatial.DbGeometry -> string
override this.AsTextIncludingElevationAndMeasure : System.Data.Entity.Spatial.DbGeometry -> string
Public Overridable Function AsTextIncludingElevationAndMeasure (geometryValue As DbGeometry) As String
Parametry
- geometryValue
- DbGeometry
Hodnota geometrie.
Návraty
Textová reprezentace se DbSpatialServices zvýšením a mírou
Výjimky
geometryValue
je null.
geometryValue
není kompatibilní s touto implementací prostorových služeb.
Platí pro
Entity Framework