Share via


DbSpatialServices.AsBinary Method

Definition

Overloads

AsBinary(DbGeography)

Gets the well-known binary representation of the given DbGeography value.

AsBinary(DbGeometry)

Gets the well-known binary representation of the given DbGeometry value.

AsBinary(DbGeography)

Gets the well-known binary representation of the given DbGeography value.

public abstract byte[] AsBinary (System.Data.Entity.Spatial.DbGeography geographyValue);
abstract member AsBinary : System.Data.Entity.Spatial.DbGeography -> byte[]
Public MustOverride Function AsBinary (geographyValue As DbGeography) As Byte()

Parameters

geographyValue
DbGeography

The geography value for which the well-known binary should be generated.

Returns

Byte[]

The well-known binary representation of the given DbGeography value.

Exceptions

geographyValue is null.

geographyValue is not compatible with this spatial services implementation.

Applies to

AsBinary(DbGeometry)

Gets the well-known binary representation of the given DbGeometry value.

public abstract byte[] AsBinary (System.Data.Entity.Spatial.DbGeometry geometryValue);
abstract member AsBinary : System.Data.Entity.Spatial.DbGeometry -> byte[]
Public MustOverride Function AsBinary (geometryValue As DbGeometry) As Byte()

Parameters

geometryValue
DbGeometry

The geometry value for which the well-known binary should be generated.

Returns

Byte[]

The well-known binary representation of the given DbGeography value.

Exceptions

geometryValue is null.

geometryValue is not compatible with this spatial services implementation.

Applies to