Class EsriLOD

Hierarchy

  • Accessor
  • JSONSupport
    • EsriLOD

Constructors

  • A TileLayer has a number of LODs (Levels of Detail).

    Read more...

    Parameters

    • Optional properties: LODProperties

    Returns EsriLOD

Properties

declaredClass: string
destroyed: boolean
initialized: boolean
level: number

ID for each level.

Read more...

levelValue: string

String to be used when constructing a URL to access a tile from this LOD.

Read more...

resolution: number

Resolution in map units of each pixel in a tile for each level.

Read more...

scale: number

Scale for each level.

Read more...

Methods

  • Parameters

    • propertyName: string

    Returns any

  • Type Parameters

    • T

    Parameters

    • propertyName: string

    Returns T

  • Type Parameters

    • T

    Parameters

    • propertyName: string
    • value: T

    Returns EsriLOD

  • Type Parameters

    • T

    Parameters

    • handles: IHandle | IHandle[]
    • Optional groupKey: Exclude<T, IHandle>

    Returns void

  • Returns void

  • Type Parameters

    • T

    Parameters

    • propertyName: string

    Returns T

  • Parameters

    • propertyName: string

    Returns any

  • Type Parameters

    • T

    Parameters

    • Optional groupKey: Exclude<T, IHandle>

    Returns boolean

  • Parameters

    • propertyName: string

    Returns void

  • Deprecated

    Since 4.25. Use addHandles(), removeHandles() and hasHandles() instead.

    Parameters

    • handles: IHandle | IHandle[]

    Returns void

  • Type Parameters

    • T

    Parameters

    • Optional groupKey: Exclude<T, IHandle>

    Returns void

  • Type Parameters

    • T

    Parameters

    • propertyName: string
    • value: T

    Returns EsriLOD

  • Parameters

    • props: HashMap<any>

    Returns EsriLOD

  • Converts an instance of this class to its ArcGIS portal JSON representation.

    Read more...

    Returns any

  • Parameters

    • path: string | string[]
    • callback: WatchCallback
    • Optional sync: boolean

    Returns WatchHandle

  • Parameters

    • json: any

    Returns EsriLOD

Generated using TypeDoc