Partager via


SqlSpatialServices.AsTextIncludingElevationAndMeasure Méthode

Définition

Surcharges

AsTextIncludingElevationAndMeasure(DbGeography)

Retourne une représentation textuelle de DbSpatialServices avec élévation et mesure.

AsTextIncludingElevationAndMeasure(DbGeometry)

Retourne une représentation textuelle de DbSpatialServices avec élévation et mesure.

AsTextIncludingElevationAndMeasure(DbGeography)

Retourne une représentation textuelle de DbSpatialServices avec élévation et mesure.

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

Paramètres

geographyValue
DbGeography

Valeur géographique.

Retours

Représentation textuelle de DbSpatialServices.

S’applique à

AsTextIncludingElevationAndMeasure(DbGeometry)

Retourne une représentation textuelle de DbSpatialServices avec élévation et mesure.

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

Paramètres

geometryValue
DbGeometry

La valeur géométrique.

Retours

Représentation textuelle de DbSpatialServices avec élévation et mesure.

S’applique à