|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectPrjFileReader
public class PrjFileReader
Constructor Summary | |
---|---|
PrjFileReader(ReadableByteChannel channel)
Load the index file from the given channel. |
|
PrjFileReader(ReadableByteChannel channel,
Hints hints)
Load the index file from the given channel. |
Method Summary | |
---|---|
void |
close()
|
CoordinateReferenceSystem |
getCoodinateSystem()
Deprecated. use getCoordinateReferenceSystem() . |
CoordinateReferenceSystem |
getCoordinateReferenceSystem()
Return the Coordinate Reference System retrieved by this reader. |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PrjFileReader(ReadableByteChannel channel) throws IOException, FactoryException
channel
- The channel to read from.
IOException
- If an error occurs.
FactoryException
public PrjFileReader(ReadableByteChannel channel, Hints hints) throws IOException, FactoryException
channel
- The channel to read from.hints
-
IOException
- If an error occurs.
FactoryException
Method Detail |
---|
public CoordinateReferenceSystem getCoodinateSystem()
getCoordinateReferenceSystem()
.
public CoordinateReferenceSystem getCoordinateReferenceSystem()
public void close() throws IOException
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |