Sdílet prostřednictvím


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