次の方法で共有


DbSpatialServices.GeographyPolygonFromBinary(Byte[], Int32) メソッド

定義

指定した既知のバイナリ値と座標系識別子 (SRID) に基づいて、新しい DbGeography の多角形の値を作成します。

public:
 abstract System::Data::Spatial::DbGeography ^ GeographyPolygonFromBinary(cli::array <System::Byte> ^ polygonWellKnownBinary, int coordinateSystemId);
public abstract System.Data.Spatial.DbGeography GeographyPolygonFromBinary (byte[] polygonWellKnownBinary, int coordinateSystemId);
abstract member GeographyPolygonFromBinary : byte[] * int -> System.Data.Spatial.DbGeography
Public MustOverride Function GeographyPolygonFromBinary (polygonWellKnownBinary As Byte(), coordinateSystemId As Integer) As DbGeography

パラメーター

polygonWellKnownBinary
Byte[]

geography 値の既知のバイナリ表現を含むバイト配列。

coordinateSystemId
Int32

新しい DbGeography 値を使用する必要がある座標系の識別子。

戻り値

指定された座標系識別子 (SRID) (DbGeography) を持つ既知のバイナリ値によって定義される新しい DefaultCoordinateSystemId 値。

例外

polygonWellKnownBinary

coordinateSystemId

適用対象