Package examples
Class MergeInfosFinal
- java.lang.Object
-
- examples.MergeInfosFinal
-
public class MergeInfosFinal extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static doubleBIN_SIZE
-
Constructor Summary
Constructors Constructor Description MergeInfosFinal()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TableloadPositionsFromInfoFile(String referencePos)static voidmain(String[] args)static voidmergeWithPositions(Table positions, String filename, String label)voidrun()
-
-
-
Method Detail
-
main
public static void main(String[] args) throws IOException
- Throws:
IOException
-
run
public void run() throws IOException- Throws:
IOException
-
loadPositionsFromInfoFile
public static Table loadPositionsFromInfoFile(String referencePos) throws IOException
- Throws:
IOException
-
mergeWithPositions
public static void mergeWithPositions(Table positions, String filename, String label) throws IOException
- Throws:
IOException
-
-