Tagged Questions
2
votes
1answer
33 views
How to split single lines to represent two-way streets?
I am working on a project using city road data. The data has every road in the city visualized as lines and with directional data stored in the attribute table (one-way to-from, one-way from-to, and ...
2
votes
3answers
41 views
Breaking a continuous contour shapefile into smaller parts?
I created this contour shapefile and I need to break it into smaller parts so its better to manage. I also have a line shapefile of where I want the breaks. Is there a way to intersect and break them? ...
3
votes
0answers
33 views
drawing line from points
I have a series of XY coordinates. I want to use these points to draw a line in ARCMAP using arcobject10.1 using c#. I have saved this in a table inside geodatabase.Am i supposed to create a feature ...
1
vote
3answers
127 views
Remove/dissolve parts in ESRI line feature class
I am using ESRI ArcGIS 10.1.
I have a line which has been dissolved, having initially been composed of 4 features. I want to remove these parts, properly dissolving it into one continuous feature. I ...
3
votes
1answer
393 views
Spatial Join problems in ArcGIS 10.1 - intersect polygon and lines
I have hurricane tracks (Lines) and Florida county boundary (polygon) and I want to extract only those hurricane tracks that intersect Florida.
In ArcMap 10.0 I used Spatial Join (from ...
6
votes
2answers
206 views
How to create line with exact same length over and over again?
I need to draw 30 meter lines in specific places. Ctrl+l is too annoying to do everytime. Is there a easy way to define specific same length for a line that I need to draw many times?
3
votes
2answers
679 views
Partitioning a Line into Segments
I have a shapefile of U.S. states. I extracted the boundary between two states, resulting in a line segment. For example, the boundary between Georgia and North Carolina. Is there a way to further ...
1
vote
1answer
412 views
Drawing a Straight Line Between Two Polygons on a Map and Listing Which Polygons It Passes Through
I have a shapefile of United States counties. I have two counties that I would like to highlight. I would like to draw a straight line distance between them. By straight line, I mean, if you were ...