SqlSpatialServices.GeometryMultiPolygonFromBinary Method (Byte[], Int32)

 

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

Namespace:   System.Data.Entity.SqlServer
Assembly:  EntityFramework.SqlServer (in EntityFramework.SqlServer.dll)

public override DbGeometry GeometryMultiPolygonFromBinary(
	byte[] multiPolygonWellKnownBinary,
	int coordinateSystemId
)

Parameters

multiPolygonWellKnownBinary
Type: System.Byte[]

The well-known binary value.

coordinateSystemId
Type: System.Int32

The coordinate system identifier.

Return Value

Type: System.Data.Entity.Spatial.DbGeometry

A new DbGeometry multi polygon value.