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.

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

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticAsTextZM(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.

System_CAPS_pubmethodSystem_CAPS_staticAsTextZM(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.String

The 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.String

The Open Geospatial Consortium (OGC) Well-Known Text (WKT) representation of a geometry instance.