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

定义

基于指定的已知二进制值和坐标系统标识符创建一个新的 DbGeography 多多边形值。

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

参数

multiPolygonWellKnownBinary
Byte[]

已知的二进制值。

coordinateSystemId
Int32

坐标系统标识符。

返回

一个新的 DbGeography 多多边形值。

适用于