org.geotools.data.shapefile.prj
Class PrjFileReader

Object
  extended by PrjFileReader
All Implemented Interfaces:
FileReader

public class PrjFileReader
extends Object
implements FileReader

Module:
modules/plugin/shapefile (gt-shapefile.jar)

Constructor Summary
PrjFileReader(ShpFiles shpFiles)
          Load the index file from the given channel.
 
Method Summary
 void close()
           
 CoordinateReferenceSystem getCoodinateSystem()
           
 String id()
          An id for the reader.
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrjFileReader

public PrjFileReader(ShpFiles shpFiles)
              throws IOException
Load the index file from the given channel.

Parameters:
shpFiles - The channel to read from.
Throws:
IOException - If an error occurs.
Method Detail

getCoodinateSystem

public CoordinateReferenceSystem getCoodinateSystem()

close

public void close()
           throws IOException
Throws:
IOException

id

public String id()
Description copied from interface: FileReader
An id for the reader. This is only used for debugging.

Specified by:
id in interface FileReader
Returns:
id for the reader.


Copyright © 1996-2010 Geotools. All Rights Reserved.