SqlSpatialFunctions.AsTextZM Method
Returns the Open Geospatial Consortium (OGC) Well-Known Text (WKT) representation of a geography instance augmented with any Z (elevation) and M (measure) values carried by the instance.
Assembly: EntityFramework.SqlServer (in EntityFramework.SqlServer.dll)
Name | Description | |
---|---|---|
![]() ![]() | AsTextZM(DbGeography) | Returns the Open Geospatial Consortium (OGC) Well-Known Text (WKT) representation of a geography instance augmented with any Z (elevation) and M (measure) values carried by the instance. |
![]() ![]() | AsTextZM(DbGeometry) | Returns the Open Geospatial Consortium (OGC) Well-Known Text (WKT) representation of a geography instance augmented with any Z (elevation) and M (measure) values carried by the instance. |
SqlSpatialFunctions.AsTextZM Method (DbGeography)
Returns the Open Geospatial Consortium (OGC) Well-Known Text (WKT) representation of a geography instance augmented with any Z (elevation) and M (measure) values carried by the instance.
[SuppressMessageAttribute("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId = "geographyValue")] [DbFunctionAttribute("SqlServer", "ASTEXTZM")] public static string AsTextZM( DbGeography geographyValue )
Parameters
- geographyValue
-
Type:
System.Data.Entity.Spatial.DbGeography
The geography value.
Return Value
Type: System.StringThe Open Geospatial Consortium (OGC) Well-Known Text (WKT) representation of a geography instance.
SqlSpatialFunctions.AsTextZM Method (DbGeometry)
Returns the Open Geospatial Consortium (OGC) Well-Known Text (WKT) representation of a geography instance augmented with any Z (elevation) and M (measure) values carried by the instance.
[SuppressMessageAttribute("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId = "geometryValue")] [DbFunctionAttribute("SqlServer", "ASTEXTZM")] public static string AsTextZM( DbGeometry geometryValue )
Parameters
- geometryValue
-
Type:
System.Data.Entity.Spatial.DbGeometry
The geometry value.
Return Value
Type: System.StringThe Open Geospatial Consortium (OGC) Well-Known Text (WKT) representation of a geometry instance.