|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.data.PrjFileReader
public class PrjFileReader
Constructor Summary | |
---|---|
PrjFileReader(java.nio.channels.ReadableByteChannel channel)
Load the index file from the given channel. |
|
PrjFileReader(java.nio.channels.ReadableByteChannel channel,
Hints hints)
Load the index file from the given channel. |
Method Summary | |
---|---|
void |
close()
|
org.opengis.referencing.crs.CoordinateReferenceSystem |
getCoodinateSystem()
Deprecated. use getCoordinateReferenceSystem() . |
org.opengis.referencing.crs.CoordinateReferenceSystem |
getCoordinateReferenceSystem()
Return the Coordinate Reference System retrieved by this reader. |
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
public PrjFileReader(java.nio.channels.ReadableByteChannel channel, Hints hints) throws java.io.IOException, org.opengis.referencing.FactoryException
channel
- The channel to read from.hints
-
java.io.IOException
- If an error occurs.
org.opengis.referencing.FactoryException
Method Detail |
---|
public org.opengis.referencing.crs.CoordinateReferenceSystem getCoodinateSystem()
getCoordinateReferenceSystem()
.
public org.opengis.referencing.crs.CoordinateReferenceSystem getCoordinateReferenceSystem()
public void close() throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |