SpatialTessellationFunction.GetCoverage(Object) Method

Definition

Gets the grid coverage for the given object.

public static Microsoft.SqlServer.Types.SqlGeometry GetCoverage (object obj);
static member GetCoverage : obj -> Microsoft.SqlServer.Types.SqlGeometry
Public Shared Function GetCoverage (obj As Object) As SqlGeometry

Parameters

obj
Object

The object to get the grid coverage from.

Returns

The SqlGeometry object that represents the grid coverage for the given object.

Applies to