UNPKG

@loaders.gl/shapefile

Version:

Loader for the Shapefile Format

10 lines 351 B
import { BinaryGeometry } from '@loaders.gl/schema'; import { SHPLoaderOptions } from "./types.js"; /** * Parse individual record * * @param view Record data * @return Binary Geometry Object */ export declare function parseRecord(view: DataView, options?: SHPLoaderOptions): BinaryGeometry | null; //# sourceMappingURL=parse-shp-geometry.d.ts.map