次の方法で共有


DbSpatialServices.GeometryCollectionFromBinary メソッド

[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]

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

名前空間:  System.Data.Entity.Spatial
アセンブリ:  EntityFramework (EntityFramework.dll 内)

構文

'宣言
Public MustOverride Function GeometryCollectionFromBinary ( _
    geometryCollectionWellKnownBinary As Byte(), _
    coordinateSystemId As Integer _
) As DbGeometry
'使用
Dim instance As DbSpatialServices 
Dim geometryCollectionWellKnownBinary As Byte()
Dim coordinateSystemId As Integer 
Dim returnValue As DbGeometry 

returnValue = instance.GeometryCollectionFromBinary(geometryCollectionWellKnownBinary, _
    coordinateSystemId)
public abstract DbGeometry GeometryCollectionFromBinary(
    byte[] geometryCollectionWellKnownBinary,
    int coordinateSystemId
)
public:
virtual DbGeometry^ GeometryCollectionFromBinary(
    array<unsigned char>^ geometryCollectionWellKnownBinary, 
    int coordinateSystemId
) abstract
abstract GeometryCollectionFromBinary : 
        geometryCollectionWellKnownBinary:byte[] * 
        coordinateSystemId:int -> DbGeometry
public abstract function GeometryCollectionFromBinary(
    geometryCollectionWellKnownBinary : byte[], 
    coordinateSystemId : int
) : DbGeometry

パラメーター

  • geometryCollectionWellKnownBinary
    型 : System.Byte[]
    geometry 値の既知のバイナリ表現を含むバイト配列。
  • coordinateSystemId
    型 : System.Int32
    新しい DbGeometry 値を使用する必要がある座標系の識別子。

戻り値

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

参照

参照

DbSpatialServices クラス

System.Data.Entity.Spatial 名前空間