共用方式為


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

包含幾何值之已知文字表示的字串。

coordinateSystemId
Int32

新的 DbGeometry 值應該使用的座標系統的識別項。

傳回

以指定的座標系統識別碼所定義的新 DbGeometry 值, (SRID) ( DefaultCoordinateSystemId ) 。

適用於