Serialized Form


Package org.iu.gps

Class org.iu.gps.DirectionPanel implements Serializable

Serialized Fields

direction

double direction

Class org.iu.gps.GPSInfo implements Serializable

Serialized Fields

utc

java.lang.String utc

latitude

double latitude

latitudeAge

int latitudeAge

northHemi

char northHemi

northHemiAge

int northHemiAge

longitude

double longitude

longitudeAge

int longitudeAge

eastHemi

char eastHemi

eastHemiAge

int eastHemiAge

X

double X

XAge

int XAge

Y

double Y

YAge

int YAge

height

double height

heightAge

int heightAge

geoidalHeight

double geoidalHeight

geoidalHeightAge

int geoidalHeightAge

courseOverGround

double courseOverGround

courseOverGroundAge

int courseOverGroundAge

speedOverGround

double speedOverGround

speedOverGroundAge

int speedOverGroundAge

quality

int quality

qualityAge

int qualityAge

numberOfSatellites

int numberOfSatellites

horDilution

double horDilution

horDilutionAge

int horDilutionAge

verDilution

double verDilution

verDilutionAge

int verDilutionAge

HPE

double HPE

HPEAge

int HPEAge

VPE

double VPE

VPEAge

int VPEAge

EPE

double EPE

EPEAge

int EPEAge

diffCorrection

int diffCorrection

diffCorrectionAge

int diffCorrectionAge

diffStationID

int diffStationID

GPSModel

java.lang.String GPSModel

GPSModelAge

int GPSModelAge

romChecksum

java.lang.String romChecksum

boardTemperature

double boardTemperature

Class org.iu.gps.GPSInfoView implements Serializable

Serialized Fields

gpsInfo

GPSInfo gpsInfo

content

java.util.Vector content

Class org.iu.gps.GPSLog implements Serializable

Serialized Fields

start

java.util.Date start
Specifies the start time of the log.

duration

int duration
Specifies the duration of the log in seconds.

gpslog

java.util.Vector gpslog
Specifies the GPSInfo elements of the log, one for each second of logged data.

Class org.iu.gps.GPSSetup implements Serializable

Serialized Fields

cancelled

boolean cancelled

jLabel1

javax.swing.JLabel jLabel1

jButtonAutodetect

javax.swing.JButton jButtonAutodetect

jButton2

javax.swing.JButton jButton2

jButton1

javax.swing.JButton jButton1

jComboBox1

javax.swing.JComboBox jComboBox1

jComboBox2

javax.swing.JComboBox jComboBox2

jLabel2

javax.swing.JLabel jLabel2

jLabel3

javax.swing.JLabel jLabel3

jLabel4

javax.swing.JLabel jLabel4

Class org.iu.gps.ImagePanel implements Serializable

Serialized Fields

mapImg

java.awt.Image mapImg

thread

java.lang.Thread thread

synchro

java.lang.Object synchro

loading

boolean loading

Class org.iu.gps.MapPanel implements Serializable

Serialized Fields

lat

double lat

lon

double lon

horDil

double horDil

verDil

double verDil

mapLat

double mapLat

mapLon

double mapLon

zoom

double zoom

loadLat

double loadLat

loadLon

double loadLon

loadZoom

double loadZoom

x

int x

y

int y

bitmap

java.awt.Image bitmap

bitmapRect

java.awt.Rectangle bitmapRect

transp

double transp

mapRect

java.awt.Rectangle mapRect

Class org.iu.gps.MapView implements Serializable

Serialized Fields

mapImg

MapPanel mapImg

dirPanel

DirectionPanel dirPanel

gpsInfoView

GPSInfoView gpsInfoView

followGPS

boolean followGPS

simulateMovement

java.lang.Thread simulateMovement

simSpeed

double simSpeed

simX

double simX

simY

double simY

simDX

double simDX

simDY

double simDY

simT

double simT

simDT

double simDT

jMenuBar1

javax.swing.JMenuBar jMenuBar1

menuFile

javax.swing.JMenu menuFile

menuFileLoad

javax.swing.JMenuItem menuFileLoad

menuFileSave

javax.swing.JMenuItem menuFileSave

jSeparator1

javax.swing.JSeparator jSeparator1

menuFileExit

javax.swing.JMenuItem menuFileExit

menuGPS

javax.swing.JMenu menuGPS

menuGPSSetup

javax.swing.JMenuItem menuGPSSetup

menuLog

javax.swing.JMenuItem menuLog

menuDisableLog

javax.swing.JMenuItem menuDisableLog

menuReplayLog

javax.swing.JMenuItem menuReplayLog

menuCoord

javax.swing.JMenu menuCoord

menuGPSEarthDatum

javax.swing.JMenu menuGPSEarthDatum

jPanelMapContainer

javax.swing.JPanel jPanelMapContainer

jPanelNavigate

javax.swing.JPanel jPanelNavigate

jPanel2

javax.swing.JPanel jPanel2

jButtonN

javax.swing.JButton jButtonN

jPanel3

javax.swing.JPanel jPanel3

jButtonW

javax.swing.JButton jButtonW

jPanel4

javax.swing.JPanel jPanel4

jButtonE

javax.swing.JButton jButtonE

jPanel5

javax.swing.JPanel jPanel5

jButtonS

javax.swing.JButton jButtonS

jPanelZoom

javax.swing.JPanel jPanelZoom

checkboxFollowGPS

javax.swing.JCheckBox checkboxFollowGPS

jButton6

javax.swing.JButton jButton6

jButton7

javax.swing.JButton jButton7

jPanelDirection

javax.swing.JPanel jPanelDirection

jLabel4

javax.swing.JLabel jLabel4

jPanelLatLong

javax.swing.JPanel jPanelLatLong

jLabel2

javax.swing.JLabel jLabel2

textLatitude

java.awt.TextField textLatitude

textLongitude

java.awt.TextField textLongitude

jPanelGaussKrueger

javax.swing.JPanel jPanelGaussKrueger

jLabel3

javax.swing.JLabel jLabel3

textGaussX

java.awt.TextField textGaussX

textGaussY

java.awt.TextField textGaussY