The Viewer.
Plugin configuration.
ID for this Plugin, unique within its Viewer.
The Viewer that contains this Plugin.
Gets the custom data source through which the CityJSONLoaderPlugin can load CityJSON files.
Default value is {@link CityJSONDefaultDataSource}, which loads via HTTP.
Sets a custom data source through which the CityJSONLoaderPlugin can load CityJSON files.
Default value is {@link CityJSONDefaultDataSource}, which loads via HTTP.
Destroys this Plugin and removes it from its Viewer.
Logs an error message to the JavaScript developer console, prefixed with the ID of this Plugin.
The error message
Fires an event at this Plugin.
The event type name
The event parameters
Loads an CityJSON model into this CityJSONLoaderPlugin's Viewer.
Loading parameters.
Logs a message to the JavaScript developer console, prefixed with the ID of this Plugin.
The error message
Subscribes to an event fired at this Plugin.
The event
Callback fired on the event
Logs a warning message to the JavaScript developer console, prefixed with the ID of this Plugin.
The error message
Generated using TypeDoc
Viewer plugin that loads models from CityJSON files.