DbSpatialServices.AsTextIncludingElevationAndMeasure Method

Definition

Returns a text representation of DbSpatialServices with elevation and measure.

Overloads

AsTextIncludingElevationAndMeasure(DbGeography)

Returns a text representation of DbSpatialServices with elevation and measure.

AsTextIncludingElevationAndMeasure(DbGeometry)

Returns a text representation of DbSpatialServices with elevation and measure.

AsTextIncludingElevationAndMeasure(DbGeography)

Returns a text representation of DbSpatialServices with elevation and measure.

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

Parameters

geographyValue
DbGeography

The geography value.

Returns

A text representation of DbSpatialServices.

Applies to

AsTextIncludingElevationAndMeasure(DbGeometry)

Returns a text representation of DbSpatialServices with elevation and measure.

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

Parameters

geometryValue
DbGeometry

The geometry value.

Returns

A text representation of DbSpatialServices with elevation and measure.

Applies to