org.deegree.tools.rendering.manager.buildings.importers
Interface ModelImporter

All Known Implementing Classes:
CityGMLImporter, VRMLImporter

public interface ModelImporter

The ModelImporter defines a common interface for all importers

Version:
$Revision: 18171 $, $Date: 2009-06-17 16:00:07 +0200 (Wed, 17 Jun 2009) $
Author:
Rutger Bezema, last edited by: $Author: mschneider $

Method Summary
 List<WorldRenderableObject> importFromFile(String fileName, int numberOfQualityLevels, int qualityLevel)
           
 

Method Detail

importFromFile

List<WorldRenderableObject> importFromFile(String fileName,
                                           int numberOfQualityLevels,
                                           int qualityLevel)
                                           throws IOException
Parameters:
fileName - pointing to a location to load an exportable file from.
numberOfQualityLevels - each resulting WorldRenderableObject should have.
qualityLevel - of the models in the given file.
Returns:
the list of qualitymodels loaded from the given filename.
Throws:
IOException


Copyright © 2011. All Rights Reserved.