共用方式為


SqlSpatialServices.GeometryMultiPointFromBinary(Byte[], Int32) 方法

定義

根據指定的已知二進位值和座標系統識別項,建立新的 DbGeometry Multipoint 值。

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

參數

multiPointWellKnownBinary
Byte[]

已知的二進位值。

coordinateSystemId
Int32

座標系統識別項。

傳回

新的 DbGeometry 多點值。

適用於