Compartir a través de


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

Definición

Crea un nuevo valor de colección DbGeometry basándose en el valor binario conocido y en el identificador del sistema de coordenadas (SRID) especificados.

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

Parámetros

geometryCollectionWellKnownBinary
Byte[]

Matriz de bytes que contiene una representación binaria conocida del valor de geometría.

coordinateSystemId
Int32

Identificador del sistema de coordenadas que debe usar el nuevo DbGeometryvalor.

Devoluciones

Nuevo DbGeometry valor tal y como se define en el valor binario conocido con el identificador del sistema de coordenadas (SRID) especificado ( DefaultCoordinateSystemId ).

Se aplica a