public class FileIterator
extends org.hortonmachine.gears.libs.modules.HMModel
| Modifier and Type | Field and Description |
|---|---|
FileFilter |
fileFilter |
List<File> |
filesList |
String |
inFolder |
String |
outCurrentfile |
List<String> |
pathsList |
String |
pCode |
String |
pRegex |
| Constructor and Description |
|---|
FileIterator() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addPrj(String folder,
String epsg)
Utility to add to all found files in a given folder the prj file following the supplied epsg.
|
void |
initProcess() |
static void |
main(String[] args) |
void |
process() |
public String inFolder
public String pRegex
public String pCode
public FileFilter fileFilter
public String outCurrentfile
public void initProcess()
public static void addPrj(String folder, String epsg) throws Exception
folder - the folder to browse.epsg - the epsg from which to take the prj.ExceptionCopyright © 2005–2020 HydroloGIS. All rights reserved.