Hi,
I have a feature layer containing polygons. How do I find if a point lies within any of the polygons in shapefile? I am using ArcGIS Online and ArcGIS API for Python.
I was able to extract features from the feature layer and could convert feature to polygon.
I constructed arcgis.geometry.point object from X, Y.
However polygon.contains(point) is not returning any result.
Please help.