@geogirafe/lib-geoportal
    Preparing search index...

    Layer that has a temporal dimension and can be filtered by specifying a TIME URL parameter. Filter arguments are date strings (simple value or time range) and saved in property timeRestriction.

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    activeState: "on" | "off" = 'off'

    This class is a used in the state of the application, which will be accessed behind a javascript proxy. This means that each modification made to its properties must come from outside, because they have to be made through the proxy, so that the modification can be listen. Therefore, this class must not contain any method which is updating a value directly For example, any method doing <this.xxx = value> is forbidden here, because the modification be known from the proxy

    disclaimer?: string
    errorMessage: null | string = null
    filter?: WfsFilter<string>
    hasError: boolean = false
    hiDPILegendImages?: Record<string, string>
    iconUrl?: string
    id: number

    This class is a used in the state of the application, which will be accessed behind a javascript proxy. This means that each modification made to its properties must come from outside, because they have to be made through the proxy, so that the modification can be listen. Therefore, this class must not contain any method which is updating a value directly For example, any method doing <this.xxx = value> is forbidden here, because the modification be known from the proxy

    isDefaultChecked: boolean
    isLegendExpanded: boolean
    isVisible: boolean = true
    layers?: string
    legend: boolean
    legendImage?: string
    legendRule?: string
    maxResolution?: number
    metadataUrl?: string
    minResolution?: number
    name: string
    ogcServer: ServerOgc

    This class is a used in the state of the application, which will be accessed behind a javascript proxy. This means that each modification made to its properties must come from outside, because they have to be made through the proxy, so that the modification can be listen. Therefore, this class must not contain any method which is updating a value directly For example, any method doing <this.xxx = value> is forbidden here, because the modification be known from the proxy

    opacity: number
    order: number
    parent: GroupLayer
    printNativeAngle?: boolean
    protected: boolean
    queryable: boolean = false
    queryLayers?: string
    style?: string
    swiped: "left" | "right" | "no" = 'no'
    timeOptions?: ITimeOptions
    timeRestriction?: string
    treeItemId: string
    wasLegendExpanded: boolean

    Accessors

    • get className(): string

      Returns string

      the name of the class to facilitate the identification of subclasses, even in Proxy objects.

    Methods