trans.tpmap
Class ConvertTPMapsToFeatures

java.lang.Object
  extended bytrans.tpmap.ConvertTPMapsToFeatures

public class ConvertTPMapsToFeatures
extends java.lang.Object

Converts TPMaps to MapFeature[] and saves them to disk.


Constructor Summary
ConvertTPMapsToFeatures(java.lang.String[] args)
           
 
Method Summary
static MapFeature[] convert(java.io.File tpmapFile)
          Converts a text bpmap to a MapFeature[]
static void main(java.lang.String[] args)
           
static void printDocs()
           
 void processArgs(java.lang.String[] args)
          This method will process each argument and assign any new varibles
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConvertTPMapsToFeatures

public ConvertTPMapsToFeatures(java.lang.String[] args)
Method Detail

convert

public static MapFeature[] convert(java.io.File tpmapFile)
Converts a text bpmap to a MapFeature[]


processArgs

public void processArgs(java.lang.String[] args)
This method will process each argument and assign any new varibles


printDocs

public static void printDocs()

main

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