Sdílet prostřednictvím


DbSpatialServices.GeometryMultiPointFromBinary(Byte[], Int32) Metoda

Definice

Vytvoří novou DbGeometry vícebodovou hodnotu na základě zadané dobře známé binární hodnoty a identifikátoru souřadnicového systému.

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Justification="Match OGC, EDM", MessageId="Multi")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCasedCorrectly", Justification="Match OGC, EDM", MessageId="MultiPoint")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCasedCorrectly", Justification="Match OGC, EDM", MessageId="multiPoint")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Justification="Match OGC, EDM", MessageId="multi")]
public abstract System.Data.Entity.Spatial.DbGeometry GeometryMultiPointFromBinary (byte[] multiPointWellKnownBinary, int coordinateSystemId);
abstract member GeometryMultiPointFromBinary : byte[] * int -> System.Data.Entity.Spatial.DbGeometry
Public MustOverride Function GeometryMultiPointFromBinary (multiPointWellKnownBinary As Byte(), coordinateSystemId As Integer) As DbGeometry

Parametry

multiPointWellKnownBinary
Byte[]

Dobře známá binární hodnota.

coordinateSystemId
Int32

Identifikátor souřadnicového systému.

Návraty

Nová DbGeometry vícebodová hodnota.

Atributy

Platí pro