Click or drag to resize

IClusteringAlgorithm.GetQueryBounds Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Get the required query bounds for calculating clusters for the given viewport.

Namespace:  Telogis.GeoBase.Clustering
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
BoundingBox GetQueryBounds(
	IMap map,
	BoundingBox viewport,
	IClusterVisualization visualization
)

Parameters

map
Type: Telogis.GeoBase.IMap
The map to use for calculating pixel coordinates.
viewport
Type: Telogis.GeoBase.BoundingBox
The bounding box of the viewport.
visualization
Type: Telogis.GeoBase.Clustering.IClusterVisualization
The visualization which will be used to draw the clusters.

Return Value

Type: BoundingBox
The bounding box to be queried.
See Also