interface FileOptions {
    attributes: Attribute[];
    dimensionsFiltersConfig: {};
    features: Collection<Feature<Geometry>>;
    id: number;
    identifierAttribute: string;
    inRange: boolean;
    maxResolution: number;
    minResolution: number;
    name: string;
    visible: boolean;
}

Properties

attributes: Attribute[]

(DataSourceOptions)

dimensionsFiltersConfig: {}

(DataSourceOptions)

Type declaration

    features: Collection<Feature<Geometry>>

    Collection of import('ol/Feature').default<import('ol/geom/Geometry').default> objects.

    id: number

    (DataSourceOptions)

    identifierAttribute: string

    (DataSourceOptions)

    inRange: boolean

    (DataSourceOptions)

    maxResolution: number

    (DataSourceOptions)

    minResolution: number

    (DataSourceOptions)

    name: string

    (DataSourceOptions)

    visible: boolean

    (DataSourceOptions)