Click or drag to resize

ClusterPageServeRequest Method (IClusterLayer, JSONObject, HttpContext)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Synchronously calculates the clusters for a given cluster layer.

Namespace:  Telogis.GeoBase.Clustering
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public static void ServeRequest(
	IClusterLayer layer,
	JSONObject userObject,
	HttpContext context
)

Parameters

layer
Type: Telogis.GeoBase.ClusteringIClusterLayer
The cluster layer.
userObject
Type: Telogis.GeoBase.SerializationJSONObject
User-specific information associated with the set of clusters in the layer, that will be set on the ClusterSet's UserObject property.
context
Type: System.WebHttpContext
The HttpContext for the forms and response.
See Also