| Package | Description | 
|---|---|
| gov.nasa.worldwind.ogc.collada | Provides classes for parsing COLLADA files and streams. | 
| gov.nasa.worldwind.ogc.collada.impl | Provides classes for rendering COLLADA documents. | 
| gov.nasa.worldwind.ogc.kml.impl | 
| Modifier and Type | Method and Description | 
|---|---|
| static ColladaRoot | ColladaRoot. create(Object docSource)Creates a Collada root for an untyped source. | 
| static ColladaRoot | ColladaRoot. createAndParse(Object docSource)Creates and parses a Collada root for an untyped source. | 
| ColladaRoot | ColladaAbstractObject. getRoot() Overridden to return ColladaRoot instead of a XMLEventParser. | 
| ColladaRoot | ColladaRoot. parse(Object... args)Starts document parsing. | 
| protected ColladaRoot | ColladaRoot. parseCachedColladaFile(URL url,
                      String linkBase)Open and parse the specified file expressed as a file: URL.. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected ColladaRoot | ColladaController. colladaRootCollada document rendered by this controller. | 
| Modifier and Type | Method and Description | 
|---|---|
| ColladaRoot | ColladaController. getColladaRoot()Indicates the COLLADA document that this controller will render. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ColladaController. setColladaRoot(ColladaRoot colladaRoot)Specifies the COLLADA document that this controller will render. | 
| Constructor and Description | 
|---|
| ColladaController(ColladaRoot root)Create a new controller to render a COLLADA document. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected AtomicReference<ColladaRoot> | KMLModelPlacemarkImpl. colladaRootReference to the COLLADA root that contains the parsed COLLADA file. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected ColladaRoot | KMLModelPlacemarkImpl. getColladaRoot()Indicates the Collada resource referenced by this placemark. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | KMLModelPlacemarkImpl. configureColladaRoot(ColladaRoot root)Apply the model's position, orientation, and scale to a COLLADA root. | 
| protected void | KMLModelPlacemarkImpl. setColladaRoot(ColladaRoot root)Specifies the Collada resource referenced by this placemark, or  nullif this placemark has no
 resource. |