SpatialTessellationFunction Class
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Provides static methods for creating a spatial tessellation.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Types.SpatialTessellationFunction
Namespace: Microsoft.SqlServer.Types
Assembly: Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)
Syntax
'Declaration
Public Class SpatialTessellationFunction
'Usage
Dim instance As SpatialTessellationFunction
public class SpatialTessellationFunction
public ref class SpatialTessellationFunction
type SpatialTessellationFunction = class end
public class SpatialTessellationFunction
The SpatialTessellationFunction type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SpatialTessellationFunction | Infrastructure. Initializes a new instance of the SpatialTessellationFunction class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
FillRow | Infrastructure. Fills the cell parameters with tessellation property values from the specified object. | |
Finalize | (Inherited from Object.) | |
Geodetic | Infrastructure. Returns the grid cell for the given SqlGeography instance. | |
GetAttribute | Infrastructure. Gets the cell attribute for the given object. | |
GetCoverage | Infrastructure. Gets the grid coverage for the given object. | |
GetHashCode | (Inherited from Object.) | |
GetId | Infrastructure. Gets the cell identifier from the specified object. | |
GetIsAncestor | Infrastructure. Indicates whether the object is an ancestor. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Planar | Infrastructure. Returns the grid cell for the given SqlGeometry instance. | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.