C3DTTemporalTransaction

Implements the transaction concept of the 3DTILES_temporal extension. See the spec in ./jsonSchemas/3DTILES_temporal.transaction.schema.json

Constructor

new C3DTTemporalTransaction(json)

The constructor function is a special function that is called when an object is created from a class

Parameters:
NameTypeDescription
jsonobject

The JSON object that is passed in from the server.

Properties
NameTypeDescription
idnumber

id.

startDateany

startDate.

endDateany

endDate.

sourceany

source.

destinationstring

destination.

tagsstring

tags.

Classes

C3DTTemporalTransaction

Members

destination :string

Type:
  • string

endDate :any

Type:
  • any

id :number

Type:
  • number

source :any

Type:
  • any

startDate :any

Type:
  • any

tags :string

Type:
  • string