QuadTreeIndexRequest

Prepares information for calls to get quadtree metadata from the Query Service API.

This class works only with versioned or volatile layers where the partitioning scheme is HERE Tile.

Hierarchy

  • QuadTreeIndexRequest

Constructors

constructor

  • new QuadTreeIndexRequest(catalogHrn: HRN, layerId: string, layerType?: "versioned" | "volatile"): QuadTreeIndexRequest

Methods

getAdditionalFields

getBillingTag

  • getBillingTag(): undefined | string

getCatalogHrn

  • getCatalogHrn(): HRN

getDepth

  • getDepth(): number

getLayerId

  • getLayerId(): undefined | string

getLayerType

  • getLayerType(): "versioned" | "volatile"

getQuadKey

  • getQuadKey(): undefined | QuadKey

getVersion

  • getVersion(): undefined | number

withAdditionalFields

withBillingTag

withDepth

withQuadKey

withVersion