DbSpatialServices.AsTextIncludingElevationAndMeasure Method

 

Returns a text representation of DbSpatialServices with elevation and measure.

Namespace:   System.Data.Entity.Spatial
Assembly:  EntityFramework (in EntityFramework.dll)

NameDescription
System_CAPS_pubmethodAsTextIncludingElevationAndMeasure(DbGeography)

Returns a text representation of DbSpatialServices with elevation and measure.

System_CAPS_pubmethodAsTextIncludingElevationAndMeasure(DbGeometry)

Returns a text representation of DbSpatialServices with elevation and measure.


DbSpatialServices.AsTextIncludingElevationAndMeasure Method (DbGeography)

Returns a text representation of DbSpatialServices with elevation and measure.

public virtual string AsTextIncludingElevationAndMeasure(
	DbGeography geographyValue
)

Parameters

geographyValue
Type: System.Data.Entity.Spatial.DbGeography

The geography value.

Return Value

Type: System.String

A text representation of DbSpatialServices.

Exception Condition
ArgumentNullException

geographyValue is null.

ArgumentException

geographyValue is not compatible with this spatial services implementation.


DbSpatialServices.AsTextIncludingElevationAndMeasure Method (DbGeometry)

Returns a text representation of DbSpatialServices with elevation and measure.

public virtual string AsTextIncludingElevationAndMeasure(
	DbGeometry geometryValue
)

Parameters

geometryValue
Type: System.Data.Entity.Spatial.DbGeometry

The geometry value.

Return Value

Type: System.String

A text representation of DbSpatialServices with elevation and measure.

Exception Condition
ArgumentNullException

geometryValue is null.

ArgumentException

geometryValue is not compatible with this spatial services implementation.