Hi all,
Simple question, I hope. I'm looking to select a polygon on a featurelayer based on a point on another layer. I've figured out how to query the polygon table and get a result if I use a whereclause and onQueryFeatureStatusChanged, for example name="John Doe". Can't find any examples of using a geographic query though. I'm looking for something like - "selectedpoint.geometry within querylayer.geometry". Any examples or hints would be welcome.