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

Package class diagram package IPrecomputedBordersSaver
All Known Implementing Classes:
FilePrecomputedBordersSaver

public interface IPrecomputedBordersSaver

Interface for saving of borders.

Author:
Radek 'Black_Hand' Pibil

Method Summary
 void saveBorderOfTerritory(String name, List<List<DefConLocation>> territoryBorders)
          Saves a single set of borders.
 

Method Detail

saveBorderOfTerritory

void saveBorderOfTerritory(String name,
                           List<List<DefConLocation>> territoryBorders)
                           throws IOException
Saves a single set of borders.

Parameters:
name -
territoryBorders -
Throws:
IOException


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