geotiff.js
    Preparing search index...

    Interface TagDictionaryEntry

    interface TagDictionaryEntry {
        eager?: boolean;
        isArray?: boolean;
        name?: string;
        tag: number;
        type?: number;
    }

    Properties

    eager?: boolean
    isArray?: boolean
    name?: string
    tag: number
    type?: number