Tagged Questions
1
vote
1answer
94 views
ArcObjects Java Calculate Line Length
I'm relatively new to programming and ArcObjects. I'm trying to simply calculate the length of a line (test.shp) using ArcObjects and Java. I've tried the code below with no luck. This is simple in ...
2
votes
1answer
75 views
Sum line length with clip intersect? [closed]
SELECT sum(st_length(st_intersection(POLY.geom, LINE.geom))) AS sum_line_length...
Is this function OK to calculate the sum of lines length? Wonder if it do the clip line where one line go from one ...
2
votes
1answer
298 views
How do i calculate line segment lengths within a polygon?
I have a layer with line segments and a layer of polygons (in this case, buffers around points). I need to create a new field for each polygon that contains the total length of all line segments ...
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?
