Package org.hortonmachine.modules
Class FileIterator
- java.lang.Object
-
- org.hortonmachine.gears.libs.modules.HMModel
-
- org.hortonmachine.modules.FileIterator
-
public class FileIterator extends org.hortonmachine.gears.libs.modules.HMModel
-
-
Constructor Summary
Constructors Constructor Description FileIterator()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidaddPrj(String folder, String epsg)Utility to add to all found files in a given folder the prj file following the supplied epsg.voidinitProcess()static voidmain(String[] args)voidprocess()
-
-
-
Method Detail
-
initProcess
public void initProcess()
-
addPrj
public static void addPrj(String folder, String epsg) throws Exception
Utility to add to all found files in a given folder the prj file following the supplied epsg.- Parameters:
folder- the folder to browse.epsg- the epsg from which to take the prj.- Throws:
Exception
-
-