Compartir a través de


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

Definición

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

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

Parámetros

multiPolygonWellKnownBinary
Byte[]

Valor binario conocido.

coordinateSystemId
Int32

Identificador del sistema de coordenadas.

Devoluciones

Nuevo valor multipolígono DbGeography.

Se aplica a