DbSpatialServices.AsText メソッド

定義

指定された値の既知のテキスト表現を取得します。

オーバーロード

名前 説明
AsText(DbGeography)

指定された DbGeography 値の既知のテキスト表現を取得します。 この値には、ポイントの経度と緯度のみを含める必要があります。

AsText(DbGeometry)

ポイントの X 座標と Y 座標のみを含む、指定された DbGeometry 値の既知のテキスト表現を取得します。

AsText(DbGeography)

指定された DbGeography 値の既知のテキスト表現を取得します。 この値には、ポイントの経度と緯度のみを含める必要があります。

public:
 abstract System::String ^ AsText(System::Data::Spatial::DbGeography ^ geographyValue);
public abstract string AsText(System.Data.Spatial.DbGeography geographyValue);
abstract member AsText : System.Data.Spatial.DbGeography -> string
Public MustOverride Function AsText (geographyValue As DbGeography) As String

パラメーター

geographyValue
DbGeography

既知のテキストを生成する必要がある geography 値。

返品

geographyValueの既知のテキスト表現を含む文字列。

例外

geographyValue

geographyValue

適用対象

AsText(DbGeometry)

ポイントの X 座標と Y 座標のみを含む、指定された DbGeometry 値の既知のテキスト表現を取得します。

public:
 abstract System::String ^ AsText(System::Data::Spatial::DbGeometry ^ geometryValue);
public abstract string AsText(System.Data.Spatial.DbGeometry geometryValue);
abstract member AsText : System.Data.Spatial.DbGeometry -> string
Public MustOverride Function AsText (geometryValue As DbGeometry) As String

パラメーター

geometryValue
DbGeometry

既知のテキストを生成するジオメトリ値。

返品

geometryValueの既知のテキスト表現を含む文字列。

例外

geometryValue

geometryValue

適用対象