SpatialGridCoverage Class

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Provides methods for obtaining a spatial grid coverage.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Types.SpatialGridCoverage

Namespace:  Microsoft.SqlServer.Types
Assembly:  Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)

Syntax

'Declaration
Public Class SpatialGridCoverage
'Usage
Dim instance As SpatialGridCoverage
public class SpatialGridCoverage
public ref class SpatialGridCoverage
type SpatialGridCoverage =  class end
public class SpatialGridCoverage

The SpatialGridCoverage type exposes the following members.

Constructors

  Name Description
Public method SpatialGridCoverage Infrastructure. Initializes a new instance of the SpatialGridCoverage class.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public methodStatic member FillRow Infrastructure. Fills the grid cell parameters with tessellation property values from the specified object.
Protected method Finalize (Inherited from Object.)
Public methodStatic member Geodetic Infrastructure. Returns the grid cell for the given SqlGeography instance.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public methodStatic member Planar Infrastructure. Returns the grid cell for the given SqlGeometry instance.
Public method 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.

See Also

Reference

Microsoft.SqlServer.Types Namespace