Compartir a través de


DbGeometry.MultiPolygonFromBinary(Byte[], Int32) Método

Definición

Devuelve el valor multipolígono de un valor binario conocido.

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Justification="Match OGC, EDM", MessageId="Multi")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Justification="Match OGC, EDM", MessageId="multi")]
public static System.Data.Entity.Spatial.DbGeometry MultiPolygonFromBinary (byte[] multiPolygonWellKnownBinary, int coordinateSystemId);
static member MultiPolygonFromBinary : byte[] * int -> System.Data.Entity.Spatial.DbGeometry
Public Shared Function MultiPolygonFromBinary (multiPolygonWellKnownBinary As Byte(), coordinateSystemId As Integer) As DbGeometry

Parámetros

multiPolygonWellKnownBinary
Byte[]

Valor de texto conocido multipolígono.

coordinateSystemId
Int32

Identificador del sistema de coordenadas.

Devoluciones

Valor multipunto de un valor de texto conocido.

Atributos

Se aplica a