次の方法で共有


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

定義

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

public override System.Data.Entity.Spatial.DbGeometry GeometryCollectionFromText(string geometryCollectionWellKnownText, int coordinateSystemId);
override this.GeometryCollectionFromText : string * int -> System.Data.Entity.Spatial.DbGeometry
Public Overrides Function GeometryCollectionFromText (geometryCollectionWellKnownText As String, coordinateSystemId As Integer) As DbGeometry

パラメーター

geometryCollectionWellKnownText
String

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

coordinateSystemId
Int32

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

戻り値

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

適用対象