|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectMapInfoFileReader
public class MapInfoFileReader
Reader for Mapinfo .TAB files Finds control points and CRS in .TAB file and parses them accordingly and builds a mathtransform and CRS
Constructor Summary | |
---|---|
MapInfoFileReader(File tabfile)
Constructor for a MapInfoFileReader . |
|
MapInfoFileReader(URL tabfile)
Constructor for a MapInfoFileReader . |
Method Summary | |
---|---|
List<MappedPosition> |
getControlPoints()
Get Control Points |
CoordinateReferenceSystem |
getCRS()
Get CoordinateReferenceSysten |
MathTransform |
getTransform()
Get Math Transform based on control points |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MapInfoFileReader(File tabfile) throws IOException
MapInfoFileReader
.
tabfile
- holds the location where to read from.bufferSize
- to buffer when reading.
IOException
- in case something bad happens.public MapInfoFileReader(URL tabfile) throws IOException
MapInfoFileReader
.
tabfile
- URL
where to read from.bufferSize
- to buffer when reading.
IOException
- in case something bad happens.Method Detail |
---|
public List<MappedPosition> getControlPoints()
public MathTransform getTransform()
public CoordinateReferenceSystem getCRS()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |