I have a shapefile that's been added to my map as a LayerOverlay, this is the parcel/outline of a users area they are responsible for on the map.
I have another LayerOverlay that contains an InMemoryFeatureLayer that has several Features in it. The features are custom objects representing structures/trees/buildings/locations. the columns are id, address, city.
What I need to do is get all the buildings inside the particular parcel shapefile.
All help or suggestions will be appreciated. If you need more info about my problem let me know.