@loaders.gl/wkt
Version:
Loader and Writer for the WKT (Well Known Text) Format
5 lines • 392 B
TypeScript
import type { BinaryGeometry, Geometry } from '@loaders.gl/schema';
import type { WKBLoaderOptions } from "../wkb-loader.js";
export declare function parseWKB(arrayBuffer: ArrayBuffer, options?: WKBLoaderOptions): BinaryGeometry | Geometry;
export declare function parseWKBToBinary(arrayBuffer: ArrayBuffer, options?: WKBLoaderOptions): BinaryGeometry;
//# sourceMappingURL=parse-wkb.d.ts.map