ISqlSpatialGridIndexable Interface

Definition

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.

Applies to