次の方法で共有


DbSpatialServices.AsTextIncludingElevationAndMeasure メソッド

定義

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

オーバーロード

AsTextIncludingElevationAndMeasure(DbGeography)

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

AsTextIncludingElevationAndMeasure(DbGeometry)

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

AsTextIncludingElevationAndMeasure(DbGeography)

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

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

パラメーター

geographyValue
DbGeography

地理的な値。

戻り値

DbSpatialServices のテキスト表現。

適用対象

AsTextIncludingElevationAndMeasure(DbGeometry)

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

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

パラメーター

geometryValue
DbGeometry

ジオメトリ値。

戻り値

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

適用対象