DbSpatialServices.GeographyFromText メソッド (String)
[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]
指定した既知のテキスト値に基づいて新しい DbGeography 値を作成します。
名前空間: System.Data.Entity.Spatial
アセンブリ: EntityFramework (EntityFramework.dll 内)
構文
'宣言
Public MustOverride Function GeographyFromText ( _
wellKnownText As String _
) As DbGeography
'使用
Dim instance As DbSpatialServices
Dim wellKnownText As String
Dim returnValue As DbGeography
returnValue = instance.GeographyFromText(wellKnownText)
public abstract DbGeography GeographyFromText(
string wellKnownText
)
public:
virtual DbGeography^ GeographyFromText(
String^ wellKnownText
) abstract
abstract GeographyFromText :
wellKnownText:string -> DbGeography
public abstract function GeographyFromText(
wellKnownText : String
) : DbGeography
パラメーター
- wellKnownText
型 : System.String
geography 値の既知のテキスト表現を含む文字列。
戻り値
型 : System.Data.Entity.Spatial.DbGeography
既定の DbGeography 座標系識別子 (SRID) (DefaultCoordinateSystemId) で既知のテキスト値によって定義される新しい DbGeography 値。