public class MapInfoFileReader extends Object
| Constructor and Description |
|---|
MapInfoFileReader(File tabfile)
Constructor for a
MapInfoFileReader. |
MapInfoFileReader(URL tabfile)
Constructor for a
MapInfoFileReader. |
| Modifier and Type | Method and Description |
|---|---|
List<MappedPosition> |
getControlPoints()
Get Control Points
|
CoordinateReferenceSystem |
getCRS()
Get CoordinateReferenceSysten
|
MathTransform |
getTransform()
Get Math Transform based on control points
|
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.public List<MappedPosition> getControlPoints()
public MathTransform getTransform()
public CoordinateReferenceSystem getCRS()
Copyright © 1996–2019 Geotools. All rights reserved.