cz.cuni.amis.pogamut.defcon.communication.worldview.polygons.loaders.borders
Interface IPrecomputedBordersLoader

Package class diagram package IPrecomputedBordersLoader
All Known Implementing Classes:
FilePrecomputedBordersLoader

public interface IPrecomputedBordersLoader

Interface for loading of saved borders.

Author:
Radek 'Black_Hand' Pibil

Method Summary
 List<List<DefConLocation>> loadBordersForTerritory(String fileName)
          Loads borders from a given file name.
 

Method Detail

loadBordersForTerritory

List<List<DefConLocation>> loadBordersForTerritory(String fileName)
                                                   throws FileNotFoundException,
                                                          NumberFormatException,
                                                          IOException
Loads borders from a given file name.

Parameters:
fileName -
Returns:
Throws:
FileNotFoundException
NumberFormatException
IOException


Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.