QuadKeyPartitionsRequest
Constructors
constructor
- new
Quad Key Partitions Request(): QuadKeyPartitionsRequest
-
Returns QuadKeyPartitionsRequest
Methods
get Depth
- get
Depth(): QuadTreeIndexDepth
-
Gets the configured depth for the request.
Returns QuadTreeIndexDepthThe number of the configured depth.
with Additional Fields
- with
Additional Fields(additionalFields: AdditionalFields): QuadKeyPartitionsRequest
-
A setter for the provided additional fields
Parameters-
additionalFields: AdditionalFields
Array of strings. Array could contain next values "dataSize" | "checksum" | "compressedDataSize | "crc"". This values could be useful for getPartitions method from versionedLayerClient and volatileLayerClient.
Returns QuadKeyPartitionsRequestThe updated QuadKeyPartitionsRequest instance that you can use to chain methods.
-
with Billing Tag
- with
Billing Tag(tag: string): QuadKeyPartitionsRequest
-
An optional free-form tag that is used for grouping billing records together.
If supplied, it must be 4–16 characters long and contain only alphanumeric ASCII characters [A-Za-z0-9].
ParametersReturns QuadKeyPartitionsRequestThe updated QuadKeyPartitionsRequest instance that you can use to chain methods.
with Depth
- with
Depth(depth: QuadTreeIndexDepth): QuadKeyPartitionsRequest
-
The recursion depth of the response. The maximum allowed value for the depth parameter is 4.
Parameters-
depth: QuadTreeIndexDepth
The recursion depth of the response.
Returns QuadKeyPartitionsRequestThe updated QuadKeyPartitionsRequest instance that you can use to chain methods.
If set to 0, the response includes only data from the quadkey specified in the request. In this way, the depth describes the maximum length of the subQuadKeys in the response.
-
with Quad Key
- with
Quad Key(quadKey: QuadKey): QuadKeyPartitionsRequest
-
A geometric area represented as a HERE tile.
Parameters-
quadKey: QuadKey
Addresses a tile in the quadtree.
Returns QuadKeyPartitionsRequestThe updated QuadKeyPartitionsRequest instance that you can use to chain methods.
-
Prepares information for calls to get quadtree metadata from the Query Service API.
This class works only with versioned and volatile layers where the partitioning scheme is HERE Tile.