SqlSpatialServices.GeographyMultiPolygonFromBinary(Byte[], Int32) Method

Definition

Creates a new DbGeography multi polygon value based on the specified well-known binary value and coordinate system identifier.

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

Parameters

multiPolygonWellKnownBinary
Byte[]

The well-known binary value.

coordinateSystemId
Int32

The coordinate system identifier.

Returns

A new DbGeography multi polygon value.

Applies to