If you were Registered and logged in, you could reply and use other advanced thread options
Anyone can help and tell me how to measure the total area of a polygon.
Josh schrieb:
> Anyone can help and tell me how to measure the total area of a polygon.
Depends on what software you are using. If you have to implement the
algorithm yourself this is how it works: You look for the polygon
points with minimum and maximum x-value. You iterate the 'upper'
segment between the two points and sum the area under each segment i.e.
the area between the segment and the x-axis. When you have reached the
point with maximum x-value you turn to the 'lower' segments. You
iterate through these segments to make your way back to the starting
point. This time you subtract the areas below the segments from the
total in order to finally achieve the polygon area.
http://astronomy.swin.edu.au/~pbourke/geometry/polyarea/
http://astronomy.swin.edu.au/~pbourke/geometry/polyarea/
> Anyone can help and tell me how to measure the total area of a polygon.
I am using ArcView 9.X. Do you know any simple way to measure it?
Joshua
Joshua
> Anyone can help and tell me how to measure the total area of a polygon.
>
>
If I get you right is "Calculate Areas" what you are looking for.... Launch
Toolbox - click Index ... and find .... Calculate Areas.
:-) Poul
Toolbox - click Index ... and find .... Calculate Areas.
:-) Poul
>I am using ArcView 9.X. Do you know any simple way to measure it?
> Joshua
> ¼¶¼g©ó¶l¥ó·s»D:e75fgc$odu$1@nnews.pacific.net.hk...
> Joshua
> ¼¶¼g©ó¶l¥ó·s»D:e75fgc$odu$1@nnews.pacific.net.hk...
>> Anyone can help and tell me how to measure the total area of a polygon.
>






