次の方法で共有


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

定義

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

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCasedCorrectly", Justification="Match OGC, EDM", MessageId="multiPoint")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCasedCorrectly", Justification="Match OGC, EDM", MessageId="MultiPoint")]
[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 GeographyMultiPointFromText(string multiPointWellKnownText, int coordinateSystemId);
abstract member GeographyMultiPointFromText : string * int -> System.Data.Entity.Spatial.DbGeography
Public MustOverride Function GeographyMultiPointFromText (multiPointWellKnownText As String, coordinateSystemId As Integer) As DbGeography

パラメーター

multiPointWellKnownText
String

既知のテキスト値。

coordinateSystemId
Int32

座標系識別子。

戻り値

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

属性

適用対象