DbGeography.FromText メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
FromText(String) |
指定された既知のテキスト値に基づいて新しい DbGeography 値を作成します。 |
FromText(String, Int32) |
指定した既知のテキスト値と座標系識別子 (SRID) に基づいて、新しい DbGeography 値を作成します。 |
FromText(String)
指定された既知のテキスト値に基づいて新しい DbGeography 値を作成します。
public static System.Data.Entity.Spatial.DbGeography FromText (string wellKnownText);
static member FromText : string -> System.Data.Entity.Spatial.DbGeography
Public Shared Function FromText (wellKnownText As String) As DbGeography
パラメーター
- wellKnownText
- String
geography 値の既知のテキスト表現を含む文字列。
戻り値
既定の地理座標系識別子 (SRID) ( DefaultCoordinateSystemId ) を使用して、既知のテキスト値によって定義された新しい DbGeography 値。
適用対象
FromText(String, Int32)
指定した既知のテキスト値と座標系識別子 (SRID) に基づいて、新しい DbGeography 値を作成します。
public static System.Data.Entity.Spatial.DbGeography FromText (string wellKnownText, int coordinateSystemId);
static member FromText : string * int -> System.Data.Entity.Spatial.DbGeography
Public Shared Function FromText (wellKnownText As String, coordinateSystemId As Integer) As DbGeography
パラメーター
- wellKnownText
- String
geography 値の既知のテキスト表現を含む文字列。
- coordinateSystemId
- Int32
新しい DbGeography 値を使用する必要がある座標系の識別子。
戻り値
指定された座標系識別子を持つ既知のテキスト値によって定義される新しい DbGeography 値。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Entity Framework