Constructor
new C3DTTemporalTileset(json)
A constructor function that creates a new object.
Parameters:
Name | Type | Description | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
json | object | The JSON object that was returned from the server. Properties
|
Classes
Members
endDate :string
Type:
- string
startDate :string
Type:
- string
temporalVersions :C3DTTemporalVersion
Type:
transactions :Array.<object>
Type:
- Array.<object>
versionTransitions :object
Type:
- object
Methods
parseTransactions(transactions)
Parses transactions from a json file and creates primary and aggregated transactions.
Parameters:
Name | Type | Description |
---|---|---|
transactions | object | The json holding the transactions. |