Package gov.nasa.worldwind.ogc.collada
Class ColladaSampler2D
- java.lang.Object
- 
- gov.nasa.worldwind.util.xml.AbstractXMLEventParser
- 
- gov.nasa.worldwind.ogc.collada.ColladaAbstractObject
- 
- gov.nasa.worldwind.ogc.collada.ColladaSampler2D
 
 
 
- 
- All Implemented Interfaces:
- XMLEventParser
 
 public class ColladaSampler2D extends ColladaAbstractObject Represents the COLLADA sampler2D 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 ColladaSampler2D(java.lang.String ns)Construct an instance.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ColladaSourcegetSource()Indicates the value of the source field.- 
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- 
getSourcepublic ColladaSource getSource() Indicates the value of the source field.- Returns:
- The value of the source field, or null if the field is not set.
 
 
- 
 
-