Does Envelope contain Point

749
2
Jump to solution
06-15-2018 08:48 AM
CharlesLoftis
New Contributor III

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?

0 Kudos
1 Solution

Accepted Solutions
EricBader
Occasional Contributor III

Hi Charles,

Have you tried the GeometryEngine "within" static method?

GeometryEngine| arcgis-android .

Let us know if this doesn't work for you.

View solution in original post

2 Replies
EricBader
Occasional Contributor III

Hi Charles,

Have you tried the GeometryEngine "within" static method?

GeometryEngine| arcgis-android .

Let us know if this doesn't work for you.

CharlesLoftis
New Contributor III

Yes, "within" is what I was missing, thankls.

0 Kudos