SqlSpatialServices.GeographyPointFromText(String, Int32) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した既知のテキスト値と座標系識別子 (SRID) に基づいて、新しい DbGeography の点の値を作成します。
public override System.Data.Entity.Spatial.DbGeography GeographyPointFromText(string pointWellKnownText, int coordinateSystemId);
override this.GeographyPointFromText : string * int -> System.Data.Entity.Spatial.DbGeography
Public Overrides Function GeographyPointFromText (pointWellKnownText As String, coordinateSystemId As Integer) As DbGeography
パラメーター
- pointWellKnownText
- String
geography 値の既知のテキスト表現を含む文字列。
- coordinateSystemId
- Int32
新しい DbGeography 値を使用する必要がある座標系の識別子。
戻り値
指定した座標系識別子 (SRID) ( DefaultCoordinateSystemId ) を持つ既知のテキスト値によって定義される新しいDbGeography値。