cz.cuni.amis.pogamut.defcon.communication.worldview.polygons.loaders.borders
Class FilePrecomputedBordersSaver

Package class diagram package FilePrecomputedBordersSaver
java.lang.Object
  extended by cz.cuni.amis.pogamut.defcon.communication.worldview.polygons.loaders.borders.FilePrecomputedBordersSaver
All Implemented Interfaces:
IPrecomputedBordersSaver

public class FilePrecomputedBordersSaver
extends Object
implements IPrecomputedBordersSaver

Saves borders to given path.

Author:
Radek 'Black_Hand' Pibil

Constructor Summary
FilePrecomputedBordersSaver(String pathString)
           
 
Method Summary
 String getPathString()
           
 void saveBorderOfTerritory(String fileName, List<List<DefConLocation>> territoryBorders)
          Saves a single set of borders.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilePrecomputedBordersSaver

public FilePrecomputedBordersSaver(String pathString)
Method Detail

saveBorderOfTerritory

public void saveBorderOfTerritory(String fileName,
                                  List<List<DefConLocation>> territoryBorders)
                           throws IOException
Description copied from interface: IPrecomputedBordersSaver
Saves a single set of borders.

Specified by:
saveBorderOfTerritory in interface IPrecomputedBordersSaver
Throws:
IOException

getPathString

public final String getPathString()


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