Share via


DbGeography.MultiPolygonFromBinary(Byte[], Int32) Method

Definition

Returns the multi polygon value from a well-known binary value.

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Justification="Match OGC, EDM", MessageId="multi")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Justification="Match OGC, EDM", MessageId="Multi")]
public static System.Data.Entity.Spatial.DbGeography MultiPolygonFromBinary (byte[] multiPolygonWellKnownBinary, int coordinateSystemId);
static member MultiPolygonFromBinary : byte[] * int -> System.Data.Entity.Spatial.DbGeography
Public Shared Function MultiPolygonFromBinary (multiPolygonWellKnownBinary As Byte(), coordinateSystemId As Integer) As DbGeography

Parameters

multiPolygonWellKnownBinary
Byte[]

The multi polygon well-known binary value.

coordinateSystemId
Int32

The coordinate system identifier.

Returns

The multi polygon value from a well-known binary value.

Attributes

Applies to