org.geotools.gce.image
Class PrjFileReader

java.lang.Object
  extended byorg.geotools.gce.image.PrjFileReader

public class PrjFileReader
extends java.lang.Object

This class is responsible for reading a projection file where WKT representation for a coordinate reference system should be located.

Author:
giannecchini TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Constructor Summary
PrjFileReader(java.nio.channels.ReadableByteChannel channel)
          Load the projection 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 projection file from the given channel.

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

getCoodinateSystem

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


Copyright © GeoTools. All Rights Reserved.