อ่านในภาษาอังกฤษ แก้ไข

แชร์ผ่าน


SqlSpatialFunctions.AsTextZM Method

Definition

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.

C#
[System.Data.Objects.DataClasses.EdmFunction("SqlServer", "ASTEXTZM")]
public static string AsTextZM(System.Data.Spatial.DbGeography geographyValue);

Parameters

geographyValue
DbGeography

The geography value.

Returns

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

Attributes

Applies to

.NET Framework 4.8.1 และรุ่นอื่นๆ
ผลิตภัณฑ์ เวอร์ชัน
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

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.

C#
[System.Data.Objects.DataClasses.EdmFunction("SqlServer", "ASTEXTZM")]
public static string AsTextZM(System.Data.Spatial.DbGeometry geometryValue);

Parameters

geometryValue
DbGeometry

The geometry value.

Returns

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

Attributes

Applies to

.NET Framework 4.8.1 และรุ่นอื่นๆ
ผลิตภัณฑ์ เวอร์ชัน
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1