次の方法で共有


SqlSpatialServices.GeographyMultiPolygonFromText(String, Int32) メソッド

定義

指定した既知のテキスト値と座標系識別子に基づいて、新しい DbGeography マルチポリゴン値を作成します。

public override System.Data.Entity.Spatial.DbGeography GeographyMultiPolygonFromText(string multiPolygonKnownText, int coordinateSystemId);
override this.GeographyMultiPolygonFromText : string * int -> System.Data.Entity.Spatial.DbGeography
Public Overrides Function GeographyMultiPolygonFromText (multiPolygonKnownText As String, coordinateSystemId As Integer) As DbGeography

パラメーター

multiPolygonKnownText
String

既知のテキスト値。

coordinateSystemId
Int32

座標系識別子。

戻り値

新しい DbGeography マルチポリゴン値。

適用対象