gistoolkit.datasources.shapefile
Class ShapeFileCreator

java.lang.Object
  extended bygistoolkit.datasources.shapefile.ShapeFileCreator

public class ShapeFileCreator
extends java.lang.Object

Class for saving a data set as a shape file.


Constructor Summary
ShapeFileCreator()
          Creates new ShapeFileCreator
 
Method Summary
static void save(Record[] inRecords, java.lang.String inFileName)
          Save the shape file as a file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShapeFileCreator

public ShapeFileCreator()
Creates new ShapeFileCreator

Method Detail

save

public static void save(Record[] inRecords,
                        java.lang.String inFileName)
                 throws java.lang.Exception
Save the shape file as a file.

Throws:
java.lang.Exception