mei76, What you are attempting to do is just a simple spatial query.Look at this examplehttp://resources.esri.com/help/9.3/arcgisserver/apis/flex/samples/index.html?sample=ShowPointsWithinMapExtentIt is querying points based on the current maps extent but the principle is the same for your requirements instead of the using the map extent geometry as the spatial portion of the query you would just pass the water catchment polygon to the query and the query would be using the hydrological features as the layer to query.
You can loop over the feature layer's graphicProvider to iterate over each Graphic in the layer, but an easier solution could be to use the feature layer's selectFeatures() method. You can give it a Query object who's geometry is the Extent you want to be selected.Reference:http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/layers/FeatureLayer.html#selectFeatures()
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.