ISqlSpatialGridIndexable Interface
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.
Defines the interface that is implemented by SqlGeography and SqlGeometry type objects to support spatial indexing.
public interface ISqlSpatialGridIndexable
type ISqlSpatialGridIndexable = interface
Public Interface ISqlSpatialGridIndexable
- Derived
Methods
BufferForDistanceQuery(Double, Boolean) |
Constructs a buffer for the given distance. |
GetBoundingBoxCorners(Double, Double, Double, Double) |
Returns the bounding box corners of the SqlGeography or SqlGeometry instance. |
GetGridCoverage(Boolean, Double, Double, Double, Double, Double, Double, Int32, Int32, Boolean[,], Boolean[,], Int32, Int32, Boolean, Boolean) |
Gets the grid coverage. |
InteriorBufferForDistanceQuery(Double) |
Constructs an interior buffer for the given distance. |