DbSpatialServices.GeographyMultiPointFromBinary(Byte[], Int32) Metod

Definition

Skapar ett nytt DbGeography flerpunktsvärde baserat på det angivna välkända binära värdet och koordinatsystemidentifieraren.

public:
 abstract System::Data::Spatial::DbGeography ^ GeographyMultiPointFromBinary(cli::array <System::Byte> ^ multiPointWellKnownBinary, int coordinateSystemId);
public abstract System.Data.Spatial.DbGeography GeographyMultiPointFromBinary(byte[] multiPointWellKnownBinary, int coordinateSystemId);
abstract member GeographyMultiPointFromBinary : byte[] * int -> System.Data.Spatial.DbGeography
Public MustOverride Function GeographyMultiPointFromBinary (multiPointWellKnownBinary As Byte(), coordinateSystemId As Integer) As DbGeography

Parametrar

multiPointWellKnownBinary
Byte[]

Det välkända binära värdet.

coordinateSystemId
Int32

Koordinatsystemidentifieraren.

Returer

Ett nytt DbGeography multipoint-värde.

Gäller för