SqlSpatialServices.GeometryCollectionFromBinary(Byte[], Int32) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した既知のバイナリ値と座標系識別子 (SRID) に基づいて、新しい DbGeometry のコレクションの値を作成します。
public override System.Data.Entity.Spatial.DbGeometry GeometryCollectionFromBinary(byte[] geometryCollectionWellKnownBinary, int coordinateSystemId);
override this.GeometryCollectionFromBinary : byte[] * int -> System.Data.Entity.Spatial.DbGeometry
Public Overrides Function GeometryCollectionFromBinary (geometryCollectionWellKnownBinary As Byte(), coordinateSystemId As Integer) As DbGeometry
パラメーター
- geometryCollectionWellKnownBinary
- Byte[]
geometry 値の既知のバイナリ表現を含むバイト配列。
- coordinateSystemId
- Int32
新しい DbGeometry値で使用する座標系の識別子。
戻り値
指定した座標系識別子 (SRID) ( DefaultCoordinateSystemId ) を持つ既知のバイナリ値によって定義された新しいDbGeometry値。