Sdílet prostřednictvím


DbSpatialServices.AsTextIncludingElevationAndMeasure Metoda

Definice

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