Share via


SqlSpatialFunctions.AsTextZM Method

Definition

Overloads

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.

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.

[System.Data.Entity.DbFunction("SqlServer", "ASTEXTZM")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId="geographyValue")]
public static string AsTextZM(System.Data.Entity.Spatial.DbGeography geographyValue);
static member AsTextZM : System.Data.Entity.Spatial.DbGeography -> string
Public Shared Function AsTextZM (geographyValue As DbGeography) As String

Parameters

geographyValue
DbGeography

The geography value.

Returns

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

Attributes

Applies to

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.

[System.Data.Entity.DbFunction("SqlServer", "ASTEXTZM")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId="geometryValue")]
public static string AsTextZM(System.Data.Entity.Spatial.DbGeometry geometryValue);
static member AsTextZM : System.Data.Entity.Spatial.DbGeometry -> string
Public Shared Function AsTextZM (geometryValue As DbGeometry) As String

Parameters

geometryValue
DbGeometry

The geometry value.

Returns

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

Attributes

Applies to