com.bericotech.clavin.gazetteer
Class FeatureCodeBuilder

java.lang.Object
  extended by com.bericotech.clavin.gazetteer.FeatureCodeBuilder

public class FeatureCodeBuilder
extends Object

Generates FeatureClass enum definitions from GeoNames featureCodes_en.txt file. TODO: clean this up and make it part of the install/build process


Constructor Summary
FeatureCodeBuilder()
           
 
Method Summary
static void generateFeatureCodes()
          Reads-in featureCodes_en.txt file, spits-out FeatureClass enum definitions.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeatureCodeBuilder

public FeatureCodeBuilder()
Method Detail

generateFeatureCodes

public static void generateFeatureCodes()
                                 throws FileNotFoundException,
                                        IOException
Reads-in featureCodes_en.txt file, spits-out FeatureClass enum definitions.

Throws:
FileNotFoundException
IOException


Copyright © 2013 Berico Technologies. All rights reserved.