共用方式為


DbSpatialServices.AsTextIncludingElevationAndMeasure 方法

定義

多載

AsTextIncludingElevationAndMeasure(DbGeography)

傳回含有高度及量值之 DbSpatialServices 的文字表示。

AsTextIncludingElevationAndMeasure(DbGeometry)

傳回含有高度及量值之 DbSpatialServices 的文字表示。

AsTextIncludingElevationAndMeasure(DbGeography)

傳回含有高度及量值之 DbSpatialServices 的文字表示。

public virtual string AsTextIncludingElevationAndMeasure(System.Data.Entity.Spatial.DbGeography geographyValue);
abstract member AsTextIncludingElevationAndMeasure : System.Data.Entity.Spatial.DbGeography -> string
override this.AsTextIncludingElevationAndMeasure : System.Data.Entity.Spatial.DbGeography -> string
Public Overridable Function AsTextIncludingElevationAndMeasure (geographyValue As DbGeography) As String

參數

geographyValue
DbGeography

地理值。

傳回

DbSpatialServices 的文字表示。

例外狀況

geographyValue 為 null。

geographyValue 與這個空間服務實作不相容。

適用於

AsTextIncludingElevationAndMeasure(DbGeometry)

傳回含有高度及量值之 DbSpatialServices 的文字表示。

public virtual string AsTextIncludingElevationAndMeasure(System.Data.Entity.Spatial.DbGeometry geometryValue);
abstract member AsTextIncludingElevationAndMeasure : System.Data.Entity.Spatial.DbGeometry -> string
override this.AsTextIncludingElevationAndMeasure : System.Data.Entity.Spatial.DbGeometry -> string
Public Overridable Function AsTextIncludingElevationAndMeasure (geometryValue As DbGeometry) As String

參數

geometryValue
DbGeometry

幾何值。

傳回

含有高度及量值之 DbSpatialServices 的文字表示。

例外狀況

geometryValue 為 null。

geometryValue 與這個空間服務實作不相容。

適用於