|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.gce.image.PrjFileReader
This class is responsible for reading a projection file where WKT representation for a coordinate reference system should be located.
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 |
public PrjFileReader(java.nio.channels.ReadableByteChannel channel) throws java.io.IOException, org.opengis.referencing.FactoryException
channel
- The channel to read from.
java.io.IOException
- If an error occurs.
org.opengis.referencing.FactoryException
- DOCUMENT ME!Method Detail |
public org.opengis.referencing.crs.CoordinateReferenceSystem getCoodinateSystem()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |