public LODSet getLODSet() throws ParserConfigurationException,
SAXException, IOException {
if (this.info.containsKey("x3d.LODSet")) {
String identifier = this.info.get("x3d.LODSet").toString();
if (identifier != null) {
LODSet LODSet = LODSetsParser.getLODSet(identifier);
if (LODSet != null) {
return LODSet;
}
}
}