Freigeben über


DbSpatialServices.AsTextIncludingElevationAndMeasure Methode

Definition

Gibt eine Textdarstellung der DbSpatialServices mit Erhebung und Maßeinheiten zurück.

Überlädt

AsTextIncludingElevationAndMeasure(DbGeography)

Gibt eine Textdarstellung der DbSpatialServices mit Erhebung und Maßeinheiten zurück.

AsTextIncludingElevationAndMeasure(DbGeometry)

Gibt eine Textdarstellung der DbSpatialServices mit Erhebung und Maßeinheiten zurück.

AsTextIncludingElevationAndMeasure(DbGeography)

Gibt eine Textdarstellung der DbSpatialServices mit Erhebung und Maßeinheiten zurück.

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

Parameter

geographyValue
DbGeography

Der Geographiewert.

Gibt zurück

Eine Textdarstellung von DbSpatialServices.

Gilt für:

AsTextIncludingElevationAndMeasure(DbGeometry)

Gibt eine Textdarstellung der DbSpatialServices mit Erhebung und Maßeinheiten zurück.

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

Parameter

geometryValue
DbGeometry

Der Geometriewert.

Gibt zurück

Eine Textdarstellung der DbSpatialServices mit Erhebung und Maßeinheiten.

Gilt für: