shawnlaffan / Geo-ShapeFile

A perl library for reading shapefiles
https://metacpan.org/module/Geo::ShapeFile
2 stars 1 forks source link

Add a length method #17

Open shawnlaffan opened 8 years ago

shawnlaffan commented 8 years ago

We need a length method.

shawnlaffan commented 5 years ago

Should return 0 for points, length for polylines and perimeter for polygons. Need to account for Z coords.

Original need is lost to the mists of time, and is perhaps superseded by Geo::GDAL::FFI.