SqlSpatialServices.GeometryCollectionFromText 方法
[此頁面專屬於 Entity Framework 第 6 版。最新版本可從 'Entity Framework' NuGet 套件取得。如需 Entity Framework 的詳細資訊,請參閱 msdn.com/data/ef。]
根據指定的已知文字值和座標系統識別項 (SRID),建立新的 DbGeometry 集合值。
命名空間: System.Data.Entity.SqlServer
組件: EntityFramework.SqlServer (在 EntityFramework.SqlServer.dll 中)
語法
'宣告
Public Overrides Function GeometryCollectionFromText ( _
geometryCollectionWellKnownText As String, _
coordinateSystemId As Integer _
) As DbGeometry
'用途
Dim instance As SqlSpatialServices
Dim geometryCollectionWellKnownText As String
Dim coordinateSystemId As Integer
Dim returnValue As DbGeometry
returnValue = instance.GeometryCollectionFromText(geometryCollectionWellKnownText, _
coordinateSystemId)
public override DbGeometry GeometryCollectionFromText(
string geometryCollectionWellKnownText,
int coordinateSystemId
)
public:
virtual DbGeometry^ GeometryCollectionFromText(
String^ geometryCollectionWellKnownText,
int coordinateSystemId
) override
abstract GeometryCollectionFromText :
geometryCollectionWellKnownText:string *
coordinateSystemId:int -> DbGeometry
override GeometryCollectionFromText :
geometryCollectionWellKnownText:string *
coordinateSystemId:int -> DbGeometry
public override function GeometryCollectionFromText(
geometryCollectionWellKnownText : String,
coordinateSystemId : int
) : DbGeometry
參數
- geometryCollectionWellKnownText
類型:System.String
包含幾何值之已知文字表示法的字串。
- coordinateSystemId
類型:System.Int32
新的 DbGeometry 值應該使用的座標系統的識別項。
傳回值
類型:System.Data.Entity.Spatial.DbGeometry
新的 DbGeometry 值,由具有指定的座標系統識別項 (SRID) (DefaultCoordinateSystemId) 的已知文字值所定義。