klmUtils
Class BuildKmlTree

java.lang.Object
  extended by klmUtils.BuildKmlTree

public class BuildKmlTree
extends java.lang.Object

This program gathers all kmls in a directory structure by grouping them per directory. for instance:

if tgg is selected, the folowing kml's are made:

WARNING: if a directory contains a kml file and a subdirectory with the same name, the kml file is overwritten!!!


Constructor Summary
BuildKmlTree()
           
 
Method Summary
static java.io.File getDir(java.lang.String path, java.lang.String header)
           
static void main(java.lang.String[] args)
           
private static boolean processDir(java.lang.String dir)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuildKmlTree

public BuildKmlTree()
Method Detail

main

public static void main(java.lang.String[] args)

processDir

private static boolean processDir(java.lang.String dir)

getDir

public static java.io.File getDir(java.lang.String path,
                                  java.lang.String header)