Compartir a través de


SqlSpatialServices.GeometryMultiPolygonFromBinary(Byte[], Int32) Método

Definición

Crea un nuevo valor multipolígono DbGeometry basado en el valor binario conocido y el identificador del sistema de coordenadas especificados.

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

Parámetros

multiPolygonWellKnownBinary
Byte[]

Valor binario conocido.

coordinateSystemId
Int32

Identificador del sistema de coordenadas.

Devoluciones

Nuevo valor multipolígono DbGeometry.

Se aplica a