Using ArcGIS for Andorid 100.2.1, I want to determine if a point is contained within an Envelope. I see that 10.2.9 Android API for Envelop had a contains(Point p) method - please add this method back to the 100.x API - for now I'll just have to write my own contains() unless there is another helper method that I am unaware of (bit of an ArcGIS newbie). Thoughts?
Solved! Go to Solution.
Hi Charles,
Have you tried the GeometryEngine "within" static method?
GeometryEngine| arcgis-android .
Let us know if this doesn't work for you.
Hi Charles,
Have you tried the GeometryEngine "within" static method?
GeometryEngine| arcgis-android .
Let us know if this doesn't work for you.
Yes, "within" is what I was missing, thankls.