Uses of Interface
gov.nasa.worldwind.ogc.collada.io.ColladaDoc
-
Packages that use ColladaDoc Package Description gov.nasa.worldwind.ogc.collada Provides classes for parsing COLLADA files and streams.gov.nasa.worldwind.ogc.collada.io Provides classes for COLLADA file and stream I/O and relative-path resolution. -
-
Uses of ColladaDoc in gov.nasa.worldwind.ogc.collada
Fields in gov.nasa.worldwind.ogc.collada declared as ColladaDoc Modifier and Type Field Description protected ColladaDocColladaRoot. colladaDocReference to the ColladaDoc representing the COLLADA file.Methods in gov.nasa.worldwind.ogc.collada that return ColladaDoc Modifier and Type Method Description protected ColladaDocColladaRoot. getColladaDoc()Indicates the document that is the source of this root.Constructors in gov.nasa.worldwind.ogc.collada with parameters of type ColladaDoc Constructor Description ColladaRoot(ColladaDoc docSource)Create a newColladaRootfor aColladaDocinstance. -
Uses of ColladaDoc in gov.nasa.worldwind.ogc.collada.io
Classes in gov.nasa.worldwind.ogc.collada.io that implement ColladaDoc Modifier and Type Class Description classColladaFileRepresents a COLLADA document read from a file.classColladaInputStreamRepresents a COLLADA document read from an input stream.
-