Partage via


DbSpatialServices.AsTextIncludingElevationAndMeasure Méthode

Définition

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

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

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

Paramètres

geometryValue
DbGeometry

La valeur géométrique.

Retours

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

S’applique à