Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ObjectDownloadManager

Index

Constructors

constructor

Properties

Static cmworld

cmworld: any = null

Static downloadRequestedInfoArray

downloadRequestedInfoArray: Array<any> = new Array()

Static downloadRequestedVectorTileInfoArray

downloadRequestedVectorTileInfoArray: Array<any> = new Array()

Static maxLength

maxLength: number = 10

Static maxVectorTileBufferCount

maxVectorTileBufferCount: number = 3

Static requestedUrl

requestedUrl: Array<any> = []

Methods

Static init

  • init(): void
  • Returns void

Static isRequested

  • isRequested(fileUrl: string): boolean
  • Parameters

    • fileUrl: string

    Returns boolean

Static requestVectorTileDownload

  • requestVectorTileDownload(fileUrl: string, distFromCamera: number, tag: any, callbackFn: any): void
  • Parameters

    • fileUrl: string
    • distFromCamera: number
    • tag: any
    • callbackFn: any

    Returns void

Static update

  • update(): void
  • Returns void

Generated using TypeDoc