次の方法で共有


SqlSpatialServices.GeometryPointFromBinary(Byte[], Int32) メソッド

定義

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

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

パラメーター

pointWellKnownBinary
Byte[]

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

coordinateSystemId
Int32

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

戻り値

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

適用対象