colladaLoader.xmlMapping
Class Library_Geometries

java.lang.Object
  extended by colladaLoader.xmlMapping.Library_Geometries

 class Library_Geometries
extends java.lang.Object

Lucerne University of Applied Sciences and Arts http://www.hslu.ch

This source is free; you can redistribute it and/or modify it under the terms of the GNU General Public License and by nameing of the originally author

this class maps the Library_Geometries-tag

Version:
1.0
Author:
Markus Zimmermann http://www.die-seite.ch

Field Summary
private  java.util.HashMap<java.lang.String,Geometry> library_geometries
           
 
Constructor Summary
Library_Geometries(processing.xml.XMLElement[] geometries)
           
 
Method Summary
(package private)  java.util.Collection<Geometry> getGeometries()
           
(package private)  Geometry getGeometryByID(java.lang.String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

library_geometries

private java.util.HashMap<java.lang.String,Geometry> library_geometries
Constructor Detail

Library_Geometries

Library_Geometries(processing.xml.XMLElement[] geometries)
Method Detail

getGeometryByID

Geometry getGeometryByID(java.lang.String id)
Parameters:
id - of the Geometry-Tag
Returns:
a mapped Geometry

getGeometries

java.util.Collection<Geometry> getGeometries()
Returns:
all Geometries that has been found in the xml-File