次の方法で共有


SqlSpatialServices.GeographyFromBinary メソッド

定義

オーバーロード

GeographyFromBinary(Byte[])

指定された既知のバイナリ値に基づいて新しい DbGeography 値を作成します。

GeographyFromBinary(Byte[], Int32)

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

GeographyFromBinary(Byte[])

指定された既知のバイナリ値に基づいて新しい DbGeography 値を作成します。

public override System.Data.Entity.Spatial.DbGeography GeographyFromBinary (byte[] wellKnownBinary);
override this.GeographyFromBinary : byte[] -> System.Data.Entity.Spatial.DbGeography
Public Overrides Function GeographyFromBinary (wellKnownBinary As Byte()) As DbGeography

パラメーター

wellKnownBinary
Byte[]

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

戻り値

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

適用対象

GeographyFromBinary(Byte[], Int32)

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

public override System.Data.Entity.Spatial.DbGeography GeographyFromBinary (byte[] wellKnownBinary, int coordinateSystemId);
override this.GeographyFromBinary : byte[] * int -> System.Data.Entity.Spatial.DbGeography
Public Overrides Function GeographyFromBinary (wellKnownBinary As Byte(), coordinateSystemId As Integer) As DbGeography

パラメーター

wellKnownBinary
Byte[]

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

coordinateSystemId
Int32

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

戻り値

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

適用対象