org.geotools.data.shapefile.prj
Class PrjFileReader
Object
PrjFileReader
- All Implemented Interfaces:
- FileReader
public class PrjFileReader
- extends Object
- implements FileReader
- Module:
modules/plugin/shapefile (gt-shapefile.jar)
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.
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.