SqlSpatialServices.GeometryPointFromBinary メソッド
[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]
指定した既知のバイナリ値と座標系識別子 (SRID) に基づいて、新しい DbGeometry 点の値を作成します。
名前空間: System.Data.Entity.SqlServer
アセンブリ: EntityFramework.SqlServer (EntityFramework.SqlServer.dll 内)
構文
'宣言
Public Overrides Function GeometryPointFromBinary ( _
pointWellKnownBinary As Byte(), _
coordinateSystemId As Integer _
) As DbGeometry
'使用
Dim instance As SqlSpatialServices
Dim pointWellKnownBinary As Byte()
Dim coordinateSystemId As Integer
Dim returnValue As DbGeometry
returnValue = instance.GeometryPointFromBinary(pointWellKnownBinary, _
coordinateSystemId)
public override DbGeometry GeometryPointFromBinary(
byte[] pointWellKnownBinary,
int coordinateSystemId
)
public:
virtual DbGeometry^ GeometryPointFromBinary(
array<unsigned char>^ pointWellKnownBinary,
int coordinateSystemId
) override
abstract GeometryPointFromBinary :
pointWellKnownBinary:byte[] *
coordinateSystemId:int -> DbGeometry
override GeometryPointFromBinary :
pointWellKnownBinary:byte[] *
coordinateSystemId:int -> DbGeometry
public override function GeometryPointFromBinary(
pointWellKnownBinary : byte[],
coordinateSystemId : int
) : DbGeometry
パラメーター
- pointWellKnownBinary
型 : System.Byte[]
geometry 値の既知のバイナリ表現を含むバイト配列。
- coordinateSystemId
型 : System.Int32
新しい DbGeometry 値を使用する必要がある座標系の識別子。
戻り値
型 : System.Data.Entity.Spatial.DbGeometry
指定された座標系識別子 (SRID) ( DefaultCoordinateSystemId) を持つ既知のバイナリ値によって定義される新しい DbGeometry 値。