SqlSpatialServices.AsTextIncludingElevationAndMeasure Method
Returns a text representation of SqlSpatialServices with elevation and measure.
Assembly: EntityFramework.SqlServer (in EntityFramework.SqlServer.dll)
Name | Description | |
---|---|---|
![]() | AsTextIncludingElevationAndMeasure(DbGeography) | Returns a text representation of SqlSpatialServices with elevation and measure.(Overrides DbSpatialServices.AsTextIncludingElevationAndMeasure(DbGeography).) |
![]() | AsTextIncludingElevationAndMeasure(DbGeometry) | Returns a text representation of SqlSpatialServices with elevation and measure.(Overrides DbSpatialServices.AsTextIncludingElevationAndMeasure(DbGeometry).) |
SqlSpatialServices.AsTextIncludingElevationAndMeasure Method (DbGeography)
Returns a text representation of SqlSpatialServices with elevation and measure.
Parameters
- geographyValue
-
Type:
System.Data.Entity.Spatial.DbGeography
The geography value.
SqlSpatialServices.AsTextIncludingElevationAndMeasure Method (DbGeometry)
Returns a text representation of SqlSpatialServices with elevation and measure.
Parameters
- geometryValue
-
Type:
System.Data.Entity.Spatial.DbGeometry
The geometry value.