org.geotools.data.shapefile
Class BasicShpFileWriter

java.lang.Object
  extended by org.geotools.data.shapefile.BasicShpFileWriter
All Implemented Interfaces:
FileReader, FileWriter

public final class BasicShpFileWriter
extends java.lang.Object
implements FileWriter


Constructor Summary
BasicShpFileWriter(java.lang.String id)
           
 
Method Summary
 java.lang.String id()
          An id for the writer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicShpFileWriter

public BasicShpFileWriter(java.lang.String id)
Method Detail

id

public java.lang.String id()
Description copied from interface: FileWriter
An id for the writer. This is only used for debugging.

Specified by:
id in interface FileReader
Specified by:
id in interface FileWriter
Returns:
id for the writer.


Copyright © 1996-2010 Geotools. All Rights Reserved.