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

定義

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

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

パラメーター

geometryCollectionWellKnownText
String

ジオメトリ値の既知のテキスト表現を含む文字列。

coordinateSystemId
Int32

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

返品

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

例外

geometryCollectionWellKnownText

coordinateSystemId

適用対象