I added the algorithms to find the enclosed area in 2.2.1 and master branches:
1, the algorithm is expected to be robust, so it can find areas with holes (say, lakes), and all the way to recursively with islands and lakes(say, islands on lakes, for example);
2, I didn't create a new GUI method to find the area. It's not difficult to do so though;
3, I am thinking about adding GUI methods to all using enclosures by intersections as well, so not limited to start/end points at contour connection points.
Clearly, the last point requires some engine work with a new type of hatch objects.
Any help is welcome.
I will see whether we can join gsoc again, with hatching, paper space/views, as potential projects.
dellus wrote
There is no dedicated tool to measure the area of a closed shape. But you can use the hatch tool on an extra layer. The hatched area then is indicated in the command line.
But beware, the result maybe wrong if arcs are involved. Fixed in latest development versions.
No you can't change units on a per entity basis. A workaround for your problem could be to make a version of the whole drawing scaled down by factor 0.001. Thats equivalent to meters then, appropriate for a plot of land.