util
Class ChartData
java.lang.Object
|
+--util.ChartData
- public class ChartData
- extends java.lang.Object
Field Summary |
(package private) double |
A
|
(package private) double |
B
|
(package private) double |
C
|
java.lang.String |
compDatum
|
double |
compLat
|
double |
compLng
|
(package private) double |
D
|
java.lang.String |
datum
|
long |
diff
|
(package private) double |
E
|
double |
east
|
(package private) double |
F
|
java.lang.String |
imgFileName
|
double |
north
|
int |
nref
|
util.ReferencePoint[] |
ref
|
double |
south
|
java.lang.String |
title
|
double |
west
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
imgFileName
public java.lang.String imgFileName
ref
public util.ReferencePoint[] ref
nref
public int nref
north
public double north
south
public double south
east
public double east
west
public double west
A
double A
B
double B
C
double C
D
double D
E
double E
F
double F
diff
public long diff
title
public java.lang.String title
datum
public java.lang.String datum
compDatum
public java.lang.String compDatum
compLat
public double compLat
compLng
public double compLng
ChartData
public ChartData()
addRefPoint
public int addRefPoint(util.ReferencePoint r)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
onChart
public boolean onChart(util.Position p)
transPosX
public int transPosX(double lat,
double lng)
transPosY
public int transPosY(double lat,
double lng)
transPosLng
public double transPosLng(int x,
int y)
transPosLat
public double transPosLat(int x,
int y)
findCalibrationParams
public void findCalibrationParams()
transPos
public java.awt.Point transPos(util.Position pos)
transPos
public util.Position transPos(java.awt.Point p)
loadChartData
public static util.ChartData loadChartData(util.InputParser ip)
throws java.io.IOException
java.io.IOException