| java.lang.Object org.geotools.data.PrjFileReader
PrjFileReader | public class PrjFileReader (Code) | | author: Simone Giannecchini since: 2.3 |
Method Summary | |
public void | close() | public CoordinateReferenceSystem | getCoodinateSystem() Return the Coordinate Reference System retrieved by this reader. | public CoordinateReferenceSystem | getCoordinateReferenceSystem() Return the Coordinate Reference System retrieved by this reader. |
buffer | ByteBuffer buffer(Code) | | |
charBuffer | CharBuffer charBuffer(Code) | | |
crs | CoordinateReferenceSystem crs(Code) | | |
decoder | CharsetDecoder decoder(Code) | | |
PrjFileReader | public PrjFileReader(ReadableByteChannel channel) throws IOException, FactoryException(Code) | | Load the index file from the given channel.
Parameters: channel - The channel to read from. throws: IOException - If an error occurs. |
PrjFileReader | public PrjFileReader(ReadableByteChannel channel, Hints hints) throws IOException, FactoryException(Code) | | Load the index file from the given channel.
Parameters: channel - The channel to read from. Parameters: hints - throws: IOException - If an error occurs. |
getCoordinateReferenceSystem | public CoordinateReferenceSystem getCoordinateReferenceSystem()(Code) | | Return the Coordinate Reference System retrieved by this reader.
the Coordinate Reference System |
|
|