at.tuwien.ifs.somtoolbox.output
Class SOMPAKMapOutputter

java.lang.Object
  extended by at.tuwien.ifs.somtoolbox.output.SOMPAKMapOutputter

public class SOMPAKMapOutputter
extends Object

Saves a map in the SOMPAK format (see http://www.cis.hut.fi/projects/somtoolbox/package/docs2/som_read_cod.html)

Version:
$Id: SOMPAKMapOutputter.java 3583 2010-05-21 10:07:41Z mayer $
Author:
Rudolf Mayer

Constructor Summary
SOMPAKMapOutputter()
           
 
Method Summary
static void write(GrowingSOM gsom, TemplateVector tv, String dir, String fileName, boolean gzipped)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SOMPAKMapOutputter

public SOMPAKMapOutputter()
Method Detail

write

public static void write(GrowingSOM gsom,
                         TemplateVector tv,
                         String dir,
                         String fileName,
                         boolean gzipped)
                  throws IOException,
                         SOMToolboxException
Throws:
IOException
SOMToolboxException