Expand description
Shapefile reader - coordinates reading from .shp, .dbf, and .shx files
This module provides a high-level interface for reading Shapefiles, combining geometry from .shp, attributes from .dbf, and spatial index from .shx.
Structsยง
- Shapefile
Feature - A complete Shapefile feature (geometry + attributes)
- Shapefile
Reader - Shapefile reader that coordinates .shp, .dbf, and optionally .shx files