API / geotoolkit3d / util / Class / Class
Utility class handling general operations relating to geotoolkit3D's classes..
Constructors
Methods
Methods
▸ Static getObjectClassName(object, short?): string
Retrieve the class name of the object not knowing if it is a toolkit class or THREE.js class
| Name | Type | Description |
|---|---|---|
object | NamedObject | The object whose class name is needed |
Optional short | boolean | If the short version of the class name is required. |
string
Class name