Condividi tramite


SqlSpatialServices.GeographyCollectionFromBinary(Byte[], Int32) Metodo

Definizione

Crea un nuovo valore di raccolta DbGeography basato sul valore binario noto e sull'identificatore del sistema di coordinate (SRID) specificati.

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

Parametri

geographyCollectionWellKnownBinary
Byte[]

Matrice di byte che contiene una rappresentazione binaria nota del valore di posizione geografica.

coordinateSystemId
Int32

L'identificatore del sistema di coordinate che il nuovo valore DbGeography deve utilizzare.

Restituisce

Nuovo DbGeography valore definito dal valore binario noto con l'identificatore di sistema di coordinate specificato (SRID) ( DefaultCoordinateSystemId ).

Si applica a