私は池を表す大量の多角形を持っています。流入および流出ノードを持つstream network shapefileがあります。各池について、streamがそれに流入しているか、またはstreamがそれから流出しているかを知りたいです。何かアイデアはありますか?ありがとうございます。<\/SPAN><\/P><\/BODY><\/HTML>
You could use the Feature Vertices to Points tool to create start and end points for your stream lines - do this as 2 feature classes using the 'START' and 'END' options for the Point Type parameter. Then use Spatial Join to join your pond Ids to the start and end point layers. Then use table joins to link this back to your stream data.
You will need to be aware of connectors that may be in the stream network as they will most likely be included as contributing and flowing from a pond - exclude them before creating your end points if possible.
If the streams only start or end in the points and don't cross them you could use Feature Vertices To Points—Data Management toolbox | ArcGIS for Desktop for STARTS and ENDS and use a spatial join to see if a point is inside (or near, depending the precision of your data) a pond. Use the ORIG_FID field to join the result back to the streams.
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.