Select to view content in your preferred language

can i filter customly???

310
1
09-18-2018 04:16 AM
SatyamDave
New Contributor

i need to filter two (point and polygon)  shape files in a widget. i have different points in single polygon, now if i filter that polygon i need to get only that polygon intersected points....any help will be greatfull to me

0 Kudos
1 Reply
RobertScheitlin__GISP
MVP Emeritus

Satyam,

   This is a pretty broad question. There are widget already developed to do this like the eSearch widget. But if you want to do this in your custom widget then you just use a QueryTask and Query to query the points layer that intersect the geometry of the polygon in question. You just specify the Query.geometry to be your Polygon.