次の方法で共有


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

定義

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

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

パラメーター

multiPointWellKnownText
String

既知のテキスト値。

coordinateSystemId
Int32

座標系識別子。

戻り値

新しい DbGeography マルチポイント値。

適用対象