次の方法で共有


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

定義

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

public:
 abstract System::Data::Spatial::DbGeography ^ GeographyMultiPolygonFromText(System::String ^ multiPolygonWellKnownText, int coordinateSystemId);
public abstract System.Data.Spatial.DbGeography GeographyMultiPolygonFromText (string multiPolygonWellKnownText, int coordinateSystemId);
abstract member GeographyMultiPolygonFromText : string * int -> System.Data.Spatial.DbGeography
Public MustOverride Function GeographyMultiPolygonFromText (multiPolygonWellKnownText As String, coordinateSystemId As Integer) As DbGeography

パラメーター

multiPolygonWellKnownText
String

既知のテキスト値。

coordinateSystemId
Int32

座標系識別子。

戻り値

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

適用対象