Compartir a través de


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

Definición

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

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

Parámetros

multiPointWellKnownBinary
Byte[]

Valor binario conocido.

coordinateSystemId
Int32

Identificador del sistema de coordenadas.

Devoluciones

Nuevo valor multipunto DbGeometry.

Se aplica a