Files
geometry/doc/doxygen_input/groups/length.hpp
Barend Gehrels 4741a9e479 Major doc upgrade
[SVN r64820]
2010-08-15 14:40:49 +00:00

15 lines
472 B
C++

/*!
\defgroup length length: calculate length of a linear geometry
The length algorithm is implemented for the linestring and the multi_linestring
geometry and results in the length of the linestring. If the points of
a linestring have coordinates expressed in kilometers,
the length of the line is expressed in kilometers as well.
\par Example:
Example showing length calculation
\dontinclude doxygen_1.cpp
\skip example_length_linestring_iterators1
\line {
\until }
*/