次の方法で共有


DbSpatialServices.GeographyCollectionFromText(String, Int32) メソッド

定義

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

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

パラメーター

geographyCollectionWellKnownText
String

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

coordinateSystemId
Int32

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

戻り値

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

例外

geographyCollectionWellKnownText

coordinateSystemId

適用対象