次の方法で共有


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

定義

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

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Justification="Match OGC, EDM", MessageId="Multi")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Justification="Match OGC, EDM", MessageId="multi")]
public abstract System.Data.Entity.Spatial.DbGeography GeographyMultiPolygonFromText(string multiPolygonKnownText, int coordinateSystemId);
abstract member GeographyMultiPolygonFromText : string * int -> System.Data.Entity.Spatial.DbGeography
Public MustOverride Function GeographyMultiPolygonFromText (multiPolygonKnownText As String, coordinateSystemId As Integer) As DbGeography

パラメーター

multiPolygonKnownText
String

既知のテキスト値。

coordinateSystemId
Int32

座標系識別子。

戻り値

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

属性

適用対象