flatgeobuf

    Interface HeaderMeta

    interface HeaderMeta {
        columns: null | ColumnMeta[];
        crs: null | CrsMeta;
        description: null | string;
        envelope: null | Float64Array<ArrayBufferLike>;
        featuresCount: number;
        geometryType: GeometryType;
        indexNodeSize: number;
        metadata: null | string;
        title: null | string;
    }
    Index

    Properties

    columns: null | ColumnMeta[]
    crs: null | CrsMeta
    description: null | string
    envelope: null | Float64Array<ArrayBufferLike>
    featuresCount: number
    geometryType: GeometryType
    indexNodeSize: number
    metadata: null | string
    title: null | string
    MMNEPVFCICPMFPCPTTAAATR