ThinkGeo.com    |     Documentation    |     Premium Support

QueryTools: How to restrict query only to PointShapes?

Hi ThinkGeo,



I am using QueryTools on a InMemoryFeatureLayer (that contains Points except one MultiLineShape that includes those points). I want to restrict to point shapes only.


Currently when I use GetFeaturesWithinDistanceOf() it does returns LineShape which I filter out outside the call.

Is there any better approach?




Regards,


Anil



Hi Anil,


In current QueryTools, we don't provide any methods to restrict query only to a specified Shape.


For your reference, using different layer for different Shape type should be a candidated solution.


Thanks,


Ivan