ThinkGeo.com    |     Documentation    |     Premium Support

How to find points in a cluster

Hi,


 


  I have used cluster point style in inmemorfeature layer containg location.I need to find points in that a cluster i click over.Plz tell me the way to achieve this.


 


 


Regards



I maen i need to find all the points in the cluster i click

Hi, 
    I need to do this in my project , that on click of cluster point i need to find all points inside that cluster.I need to do this on urgent basic.plz help 


Hi, 
  
    Plz let me know if its possible.If yes how

Hi, 
     Plz reply …

Hi Vivek,  
  
 One way to do this would be through a Spatial Query. Using the YourLayer.QueryTools you could use the GetFeaturesWithinDistanceOf() to return you all the features from within a distance of a clicked location.

But clustermarker style takes pixcel as criteria for selecting points to include.How can i use distance in that case

Hi Vivek, 
  
 Assume the GridSize is 50 px, so in this zoomlevel the distance = Map1.CurrentScale / 96 * 50 / x, x = 12 when Mapunit is Feet, x = 39.3701 when MapUnit is Meter, otherwise x = 4374754. Here you have the distance then you can use the spatial query. 
  
 Regards, 
 Edgar