Sdílet prostřednictvím


DbSpatialServices.AsTextIncludingElevationAndMeasure Metoda

Definice

Vrátí textovou reprezentaci se DbSpatialServices zvýšením a mírou.

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 System::String ^ AsTextIncludingElevationAndMeasure(System::Data::Spatial::DbGeography ^ geographyValue);
public virtual string AsTextIncludingElevationAndMeasure (System.Data.Spatial.DbGeography geographyValue);
abstract member AsTextIncludingElevationAndMeasure : System.Data.Spatial.DbGeography -> string
override this.AsTextIncludingElevationAndMeasure : System.Data.Spatial.DbGeography -> string
Public Overridable 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:
 virtual System::String ^ AsTextIncludingElevationAndMeasure(System::Data::Spatial::DbGeometry ^ geometryValue);
public virtual string AsTextIncludingElevationAndMeasure (System.Data.Spatial.DbGeometry geometryValue);
abstract member AsTextIncludingElevationAndMeasure : System.Data.Spatial.DbGeometry -> string
override this.AsTextIncludingElevationAndMeasure : System.Data.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

Platí pro