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

定義

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

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

パラメーター

geometryTaggedText
SqlChars

返す SqlGeography インスタンスの WKT 表現。

srid
Int32

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

返品

WKY 表現から構築された SqlGeography インスタンス。

属性

適用対象