Constructor
new C3DTTemporalBatchTable(json)
Verifies the integrity and stores the data corresponding to the batch table part of the 3DTiles_temporal extension.
Name | Type | Description |
---|---|---|
json | object | The json containing the 3DTiles_temporal extension batch table part for a given tile. |
Classes
Methods
getInfoById(batchId) → {Object}
Returns information for the given batchId. Can be used to display information associated with an object picked with the mouse for instance.
Name | Type | Description |
---|---|---|
batchId | number | The given identifier (identifier in the batch, i.e. position in the arrays). |
object containing infos
- Type:
- Object
hasInfoForId(batchId) → {boolean}
Checks that the batch table temporal extension has values for a given identifier.
Name | Type | Description |
---|---|---|
batchId | number | The identifier to check (identifier in the batch, i.e. position in the arrays). |
True if this.startDates[batchId]
is filled
- Type:
- boolean