Click or drag to resize

IClusteringAlgorithmGetQueryBounds 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.GeoBaseIMap
The map to use for calculating pixel coordinates.
viewport
Type: Telogis.GeoBaseBoundingBox
The bounding box of the viewport.
visualization
Type: Telogis.GeoBase.ClusteringIClusterVisualization
The visualization which will be used to draw the clusters.

Return Value

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