I have data stored locally in a geodatabase. I'd like to use the arcgis module to get this data as a featureset, filtered to where it intersects a hosted layer.
I only seem to be able to get my local data as a feature set, but only feature layers have a query() method. How can I do this?
Thanks!