次の方法で共有


DbSpatialServices.GeographyMultiPolygonFromBinary(Byte[], 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 GeographyMultiPolygonFromBinary(byte[] multiPolygonWellKnownBinary, int coordinateSystemId);
abstract member GeographyMultiPolygonFromBinary : byte[] * int -> System.Data.Entity.Spatial.DbGeography
Public MustOverride Function GeographyMultiPolygonFromBinary (multiPolygonWellKnownBinary As Byte(), coordinateSystemId As Integer) As DbGeography

パラメーター

multiPolygonWellKnownBinary
Byte[]

既知のバイナリ値。

coordinateSystemId
Int32

座標系識別子。

戻り値

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

属性

適用対象