C3DTTemporalTileset

Implements the tileset part of the 3DTILES_temporal extension. See the spec in ./jsonSchemas/3DTILES_temporal.tileset.schema.json

Constructor

new C3DTTemporalTileset(json)

A constructor function that creates a new object.

Parameters:
NameTypeDescription
jsonobject

The JSON object that was returned from the server.

Properties
NameTypeDescription
startDatestring

startDate

endDatestring

endDate

transactionsobject

transactions

versionsobject

versions

Classes

C3DTTemporalTileset

Members

endDate :string

Type:
  • string

startDate :string

Type:
  • string

temporalVersions :C3DTTemporalVersion

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:
NameTypeDescription
transactionsobject

The json holding the transactions.