at.tuwien.ifs.somtoolbox.apps.helper
Class VectorFileMerger

java.lang.Object
  extended by at.tuwien.ifs.somtoolbox.apps.helper.VectorFileMerger
All Implemented Interfaces:
SOMToolboxApp

public class VectorFileMerger
extends java.lang.Object
implements SOMToolboxApp

Merges two vector files.

Version:
$Id: VectorFileMerger.java 4051 2011-02-01 16:53:39Z mayer $
Author:
Jakob Frank

Nested Class Summary
 
Nested classes/interfaces inherited from interface at.tuwien.ifs.somtoolbox.apps.SOMToolboxApp
SOMToolboxApp.Type
 
Field Summary
static SOMToolboxApp.Type APPLICATION_TYPE
           
static java.lang.String DESCRIPTION
           
static java.lang.String LONG_DESCRIPTION
           
static com.martiansoftware.jsap.Parameter[] OPTIONS
           
 
Fields inherited from interface at.tuwien.ifs.somtoolbox.apps.SOMToolboxApp
DEV_BY_STRING, HOMEPAGE, INFO, INFO_TEXT, LICENSE_TEXT, REQUIRED_MEMBERS, TYPE_GROUPED_COMPARATOR
 
Constructor Summary
VectorFileMerger()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OPTIONS

public static final com.martiansoftware.jsap.Parameter[] OPTIONS

DESCRIPTION

public static java.lang.String DESCRIPTION

LONG_DESCRIPTION

public static java.lang.String LONG_DESCRIPTION

APPLICATION_TYPE

public static final SOMToolboxApp.Type APPLICATION_TYPE
Constructor Detail

VectorFileMerger

public VectorFileMerger()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws SOMToolboxException,
                        java.io.IOException
Parameters:
args - Command line args.
Throws:
SOMToolboxException
java.io.IOException