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