Freigeben über


SqlSpatialServices.AsTextIncludingElevationAndMeasure Methode

Definition

Ü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 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

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

Parameter

geometryValue
DbGeometry

Der Geometriewert.

Gibt zurück

Eine Textdarstellung der DbSpatialServices mit Erhebung und Maßeinheiten.

Gilt für: