SpatialGridCoverage Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides methods for obtaining a spatial grid coverage.
public class SpatialGridCoverage
type SpatialGridCoverage = class
Public Class SpatialGridCoverage
- Inheritance
-
SpatialGridCoverage
Constructors
SpatialGridCoverage() |
Initializes a new instance of the SpatialGridCoverage class. |
Methods
FillRow(Object, Int32, Byte, Byte[]) |
Fills the grid cell parameters with tessellation property values from the specified object. |
Geodetic(SqlGeography, Int32, Int32) |
Returns the grid cell for the given SqlGeography instance. |
Planar(SqlGeometry, Double, Double, Double, Double, Int32, Int32) |
Returns the grid cell for the given SqlGeometry instance. |