Expand description
Top-level public API: Shapefile, feature iterator.
A shapefile is a single-layer dataset (unlike a FileGDB), so the type
exposes layer-level methods directly. Mmap-backed for the .shp
payload so multi-GB shapefiles stay bounded in app-private memory.
Structsยง
- Feature
Iter - Shapefile
- One opened shapefile (
.shp+.shx+.dbf+ optional.prj).