Udostępnij za pośrednictwem


DbSpatialServices.GeometryMultiPointFromBinary(Byte[], Int32) Metoda

Definicja

Tworzy nową DbGeometry wartość wielopunktową na podstawie określonej dobrze znanej wartości binarnej i identyfikatora systemu współrzędnych.

[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[]

Dobrze znana wartość binarna.

coordinateSystemId
Int32

Identyfikator systemu współrzędnych.

Zwraca

Nowa DbGeometry wartość wielopunktowa.

Atrybuty

Dotyczy