Package gov.nasa.worldwind.ogc.collada
Class ColladaAsset
- java.lang.Object
- 
- gov.nasa.worldwind.util.xml.AbstractXMLEventParser
- 
- gov.nasa.worldwind.ogc.collada.ColladaAbstractObject
- 
- gov.nasa.worldwind.ogc.collada.ColladaAsset
 
 
 
- 
- All Implemented Interfaces:
- XMLEventParser
 
 public class ColladaAsset extends ColladaAbstractObject Represents the COLLADA asset element and provides access to its contents.
- 
- 
Field Summary- 
Fields inherited from class gov.nasa.worldwind.util.xml.AbstractXMLEventParserCHARACTERS_CONTENT, fields, namespaceURI, parent
 
- 
 - 
Constructor SummaryConstructors Constructor Description ColladaAsset(java.lang.String ns)Construct an instance.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ColladaUnitgetUnit()Indicates the value of theunitelement.- 
Methods inherited from class gov.nasa.worldwind.ogc.collada.ColladaAbstractObjectgetLocalExtent, getRoot
 - 
Methods inherited from class gov.nasa.worldwind.util.xml.AbstractXMLEventParserallocate, doAddCharacters, doAddEventAttribute, doAddEventContent, doParseEventAttributes, doParseEventContent, freeResources, getAConstructor, getCharacters, getField, getField, getFields, getNamespaceURI, getParent, hasField, hasField, hasFields, mergeFields, newInstance, overrideFields, parse, parseCharacterContent, removeField, setField, setField, setFields, setNamespaceURI, setParent
 
- 
 
- 
- 
- 
Method Detail- 
getUnitpublic ColladaUnit getUnit() Indicates the value of theunitelement.- Returns:
- This Asset's unit field, or null if no unit is set.
 
 
- 
 
-