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

定義

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

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

パラメーター

lineStringTaggedText
SqlChars

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

srid
Int32

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

返品

指定した WKT 表現から構築された SqlGeography 値。

属性

適用対象