RAMP4 - v4.21.0
    Preparing search index...
    interface WizardState {
        currStep: WizardStep;
        fileData: ArrayBuffer | null;
        layerInfo: LayerInfo;
        layerSource: LayerSource | null;
        typeSelection: string;
        url: string;
    }
    Index

    Properties

    currStep: WizardStep

    Current wizard form step

    WizardState

    fileData: ArrayBuffer | null

    Raw file data

    WizardState

    layerInfo: LayerInfo

    Layer configuration information

    WizardState

    layerSource: LayerSource | null

    Service for retreiving layer config info given a file or URL

    WizardState

    typeSelection: string

    Layer/file type selection

    WizardState

    url: string

    User entered URL

    WizardState