com.partnersoft.maps.file
Class LiteralPointFileBuilder

java.lang.Object
  extended by com.partnersoft.maps.file.LiteralPointFileBuilder

public class LiteralPointFileBuilder
extends java.lang.Object


Constructor Summary
LiteralPointFileBuilder(VfsFile file)
           
 
Method Summary
 void addPoint(double x, double y, double z, int red, int green, int blue)
           
 void close()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LiteralPointFileBuilder

public LiteralPointFileBuilder(VfsFile file)
Method Detail

addPoint

public void addPoint(double x,
                     double y,
                     double z,
                     int red,
                     int green,
                     int blue)
              throws java.io.IOException
Throws:
java.io.IOException

close

public void close()
           throws java.io.IOException
Throws:
java.io.IOException