Hello.,
I am currently trying to create a functionality within a Web GIS application that checks to see if a geocoded point is within a Feature Layer (polygon). I understand that the .contains method is something that can be utilized using the esri/geometry/Polygon class. Having said that, is there a way to create a Polygon object from a Feature Layer? Assuming that the feature layer is a single polygon with no subdivisions. Any help at all would be greatly appreciated. Thank you.
-Jacob