org.geotools.data.shapefile.prj
Class PrjFileReader

java.lang.Object
  extended byorg.geotools.data.shapefile.prj.PrjFileReader

public class PrjFileReader
extends java.lang.Object


Constructor Summary
PrjFileReader(java.nio.channels.ReadableByteChannel channel)
          Load the index file from the given channel.
 
Method Summary
 org.opengis.referencing.crs.CoordinateReferenceSystem getCoodinateSystem()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrjFileReader

public PrjFileReader(java.nio.channels.ReadableByteChannel channel)
              throws java.io.IOException,
                     org.opengis.referencing.FactoryException
Load the index file from the given channel.

Parameters:
channel - The channel to read from.
Throws:
java.io.IOException - If an error occurs.
org.opengis.referencing.FactoryException
Method Detail

getCoodinateSystem

public org.opengis.referencing.crs.CoordinateReferenceSystem getCoodinateSystem()


Copyright © GeoTools. All Rights Reserved.