Uses of Class
org.osm2world.core.ConversionFacade.BoundingBoxSizeException

Packages that use ConversionFacade.BoundingBoxSizeException
org.osm2world.core   
org.osm2world.viewer.model   
 

Uses of ConversionFacade.BoundingBoxSizeException in org.osm2world.core
 

Methods in org.osm2world.core that throw ConversionFacade.BoundingBoxSizeException
 ConversionFacade.Results ConversionFacade.createRepresentations(OSMData osmData, List<WorldModule> worldModules, Configuration config, List<Target<?>> targets)
          variant of ConversionFacade.createRepresentations(File, List, Configuration, List) that accepts OSMData instead of a file.
 

Uses of ConversionFacade.BoundingBoxSizeException in org.osm2world.viewer.model
 

Methods in org.osm2world.viewer.model that throw ConversionFacade.BoundingBoxSizeException
 void Data.loadOSMFile(File osmFile, ElevationCalculator eleCalculator, boolean failOnLargeBBox, ConversionFacade.ProgressListener listener)