SqlSpatialFunctions.AsTextZM Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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.
public:
static System::String ^ AsTextZM(System::Data::Spatial::DbGeography ^ geographyValue);
[System.Data.Objects.DataClasses.EdmFunction("SqlServer", "ASTEXTZM")]
public static string AsTextZM(System.Data.Spatial.DbGeography geographyValue);
[<System.Data.Objects.DataClasses.EdmFunction("SqlServer", "ASTEXTZM")>]
static member AsTextZM : System.Data.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.
public:
static System::String ^ AsTextZM(System::Data::Spatial::DbGeometry ^ geometryValue);
[System.Data.Objects.DataClasses.EdmFunction("SqlServer", "ASTEXTZM")]
public static string AsTextZM(System.Data.Spatial.DbGeometry geometryValue);
[<System.Data.Objects.DataClasses.EdmFunction("SqlServer", "ASTEXTZM")>]
static member AsTextZM : System.Data.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