SpatialTessellationFunction Class

Definition

Provides static methods for creating a spatial tessellation.

public class SpatialTessellationFunction
type SpatialTessellationFunction = class
Public Class SpatialTessellationFunction
Inheritance
SpatialTessellationFunction

Constructors

SpatialTessellationFunction()

Initializes a new instance of the SpatialTessellationFunction class.

Methods

FillRow(Object, Byte[], Byte, Byte[], Byte[])

Fills the cell parameters with tessellation property values from the specified object.

Geodetic(SqlGeography, Int32, Int32, Int32, SqlDouble)

Returns the grid cell for the given SqlGeography instance.

GetAttribute(Object)

Gets the cell attribute for the given object.

GetCoverage(Object)

Gets the grid coverage for the given object.

GetId(Object)

Gets the cell identifier from the specified object.

GetIsAncestor(Object)

Indicates whether the object is an ancestor.

Planar(SqlGeometry, Double, Double, Double, Double, Int32, Int32, Int32, SqlDouble)

Returns the grid cell for the given SqlGeometry instance.

Applies to