次の方法で共有


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

定義

指定した既知のバイナリ値と座標系識別子 (SRID) に基づいて、新しい DbGeometry のコレクションの値を作成します。

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

パラメーター

geometryCollectionWellKnownBinary
Byte[]

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

coordinateSystemId
Int32

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

戻り値

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

例外

geometryCollectionWellKnownBinary

coordinateSystemId

適用対象