IClusteringAlgorithmGetQueryBounds Method | |
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
)
Function GetQueryBounds (
map As IMap,
viewport As BoundingBox,
visualization As IClusterVisualization
) As BoundingBox
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:
BoundingBoxThe bounding box to be queried.
See Also