SqlSpatialServices.AsText メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| AsText(DbGeography) |
指定された DbGeography 値の既知のテキスト表現を取得します。 この値は、ポイントの Longitude と Latitude のみを含む必要があります。 |
| AsText(DbGeometry) |
点の X 座標および Y 座標のみを含む、指定された DbGeometry 値の既知のテキスト表現を取得します。 |
AsText(DbGeography)
指定された DbGeography 値の既知のテキスト表現を取得します。 この値は、ポイントの Longitude と Latitude のみを含む必要があります。
public override string AsText(System.Data.Entity.Spatial.DbGeography geographyValue);
override this.AsText : System.Data.Entity.Spatial.DbGeography -> string
Public Overrides Function AsText (geographyValue As DbGeography) As String
パラメーター
- geographyValue
- DbGeography
既知のテキストを生成する必要がある geography 値。
戻り値
geographyValue の既知のテキスト表現を含む文字列。
適用対象
AsText(DbGeometry)
点の X 座標および Y 座標のみを含む、指定された DbGeometry 値の既知のテキスト表現を取得します。
public override string AsText(System.Data.Entity.Spatial.DbGeometry geometryValue);
override this.AsText : System.Data.Entity.Spatial.DbGeometry -> string
Public Overrides Function AsText (geometryValue As DbGeometry) As String
パラメーター
- geometryValue
- DbGeometry
既知のテキストを生成する必要がある geometry 値。
戻り値
geometryValue の既知のテキスト表現を含む文字列。