次の方法で共有


DbSpatialServices.GeographyFromText メソッド

定義

指定した既知のテキスト値に基づいて、新しい DbGeography 値を作成します。

オーバーロード

GeographyFromText(String)

指定した既知のテキスト値に基づいて、新しい DbGeography 値を作成します。

GeographyFromText(String, Int32)

指定した既知のテキスト値と座標系識別子 (SRID) に基づいて、新しい DbGeography 値を作成します。

GeographyFromText(String)

指定した既知のテキスト値に基づいて、新しい DbGeography 値を作成します。

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

パラメーター

wellKnownText
String

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

戻り値

既定の DbGeography 座標系識別子 (SRID) (DefaultCoordinateSystemId) を持つ既知のテキスト値によって定義された新しい DbGeography 値。

例外

wellKnownText

適用対象

GeographyFromText(String, Int32)

指定した既知のテキスト値と座標系識別子 (SRID) に基づいて、新しい DbGeography 値を作成します。

public:
 abstract System::Data::Spatial::DbGeography ^ GeographyFromText(System::String ^ wellKnownText, int coordinateSystemId);
public abstract System.Data.Spatial.DbGeography GeographyFromText (string wellKnownText, int coordinateSystemId);
abstract member GeographyFromText : string * int -> System.Data.Spatial.DbGeography
Public MustOverride Function GeographyFromText (wellKnownText As String, coordinateSystemId As Integer) As DbGeography

パラメーター

wellKnownText
String

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

coordinateSystemId
Int32

新しい DbGeography 値が使用する座標系の識別子。

戻り値

指定した座標系識別子 (SRID) (DefaultCoordinateSystemId) を持つ既知のテキスト値によって定義された新しい DbGeography 値。

例外

wellKnownText

coordinateSystemId

適用対象