SqlSpatialServices.AsTextIncludingElevationAndMeasure メソッド

定義

オーバーロード

名前 説明
AsTextIncludingElevationAndMeasure(DbGeography)

昇格とメジャーがある DbSpatialServices のテキスト表現を返します。

AsTextIncludingElevationAndMeasure(DbGeometry)

昇格とメジャーがある DbSpatialServices のテキスト表現を返します。

AsTextIncludingElevationAndMeasure(DbGeography)

昇格とメジャーがある DbSpatialServices のテキスト表現を返します。

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

パラメーター

geographyValue
DbGeography

地理的な値。

返品

DbSpatialServices のテキスト表現。

適用対象

AsTextIncludingElevationAndMeasure(DbGeometry)

昇格とメジャーがある DbSpatialServices のテキスト表現を返します。

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

パラメーター

geometryValue
DbGeometry

ジオメトリ値。

返品

昇格とメジャーがある DbSpatialServices のテキスト表現。

適用対象