SqlSpatialServices.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 override string AsTextIncludingElevationAndMeasure (System.Data.Entity.Spatial.DbGeography geographyValue);
override this.AsTextIncludingElevationAndMeasure : System.Data.Entity.Spatial.DbGeography -> string
Public Overrides Function AsTextIncludingElevationAndMeasure (geographyValue As DbGeography) As String
Parametry
- geographyValue
- DbGeography
Zeměpisná hodnota.
Návraty
Textová reprezentace .DbSpatialServices
Platí pro
AsTextIncludingElevationAndMeasure(DbGeometry)
Vrátí textovou reprezentaci se DbSpatialServices zvýšením a mírou.
public override string AsTextIncludingElevationAndMeasure (System.Data.Entity.Spatial.DbGeometry geometryValue);
override this.AsTextIncludingElevationAndMeasure : System.Data.Entity.Spatial.DbGeometry -> string
Public Overrides Function AsTextIncludingElevationAndMeasure (geometryValue As DbGeometry) As String
Parametry
- geometryValue
- DbGeometry
Hodnota geometrie.
Návraty
Textová reprezentace se DbSpatialServices zvýšením a mírou
Platí pro
Entity Framework