DbSpatialServices.GetBoundary(DbGeometry) Method

Definition

Returns a nullable double value that indicates the boundary of the given DbGeography value.

public abstract System.Data.Entity.Spatial.DbGeometry GetBoundary (System.Data.Entity.Spatial.DbGeometry geometryValue);
abstract member GetBoundary : System.Data.Entity.Spatial.DbGeometry -> System.Data.Entity.Spatial.DbGeometry
Public MustOverride Function GetBoundary (geometryValue As DbGeometry) As DbGeometry

Parameters

geometryValue
DbGeometry

The geometry value.

Returns

The boundary of the given DbGeography value.

Exceptions

geometryValue is null.

geometryValue is not compatible with this spatial services implementation.

Applies to