Serialized Form


Package net.ubisoa.geolocation.data

Class net.ubisoa.geolocation.data.Location extends java.lang.Object implements Serializable

serialVersionUID: 842479961543605697L

Serialized Fields

latitude

double latitude

longitude

double longitude

altitude

double altitude

accuracy

double accuracy

altitudeAccuracy

double altitudeAccuracy

heading

double heading

speed

double speed

tag

java.lang.Object tag

Package net.ubisoa.geolocation.tools

Class net.ubisoa.geolocation.tools.Client extends javax.swing.JFrame implements Serializable

serialVersionUID: 1343780925922938227L

Serialized Fields

filename

java.lang.String filename

map

Map map

scrollPane

javax.swing.JScrollPane scrollPane

mode

int mode

lastMouseDragPoint

java.awt.Point lastMouseDragPoint

beingDragged

boolean beingDragged

busy

boolean busy

spotter

WiFiSpotter spotter

serviceHostNames

java.util.HashMap<K,V> serviceHostNames

servicePorts

java.util.HashMap<K,V> servicePorts

servicesMenu

javax.swing.JMenu servicesMenu

selectedService

java.lang.String selectedService

Class net.ubisoa.geolocation.tools.Map extends javax.swing.JPanel implements Serializable

serialVersionUID: 5410197355947740016L

Serialized Fields

bufImg

java.awt.image.BufferedImage bufImg

g2d

java.awt.Graphics2D g2d

image

java.awt.Image image

borderCoords

Location[] borderCoords

noImageText

java.lang.String noImageText

statusText

java.lang.String statusText

filename

java.io.File filename

points

java.util.TreeMap<K,V> points

pointLabels

java.util.TreeMap<K,V> pointLabels

mustRepaint

boolean mustRepaint