SqlGeography.STGeomCollFromText(SqlChars, Int32) メソッド

定義

Open Geospatial Consortium (OGC) Well-Known Text (WKT) 表現から geography インスタンスを返します。この表現は、インスタンスによって伝達される Z (標高) と M (メジャー) の値で拡張されます。

[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)]
public static Microsoft.SqlServer.Types.SqlGeography STGeomCollFromText(System.Data.SqlTypes.SqlChars geometryCollectionTaggedText, int srid);
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)>]
static member STGeomCollFromText : System.Data.SqlTypes.SqlChars * int -> Microsoft.SqlServer.Types.SqlGeography
Public Shared Function STGeomCollFromText (geometryCollectionTaggedText As SqlChars, srid As Integer) As SqlGeography

パラメーター

geometryCollectionTaggedText
SqlChars

返す geography インスタンスの WKT 表現です。 geometrycollection_tagged_textは nvarchar(max) 式です。

srid
Int32

返す geography インスタンスの空間参照 ID (SRID) を表す int 式です。

返品

geography インスタンス。

属性

適用対象