A B C D E F G H I K L M N O P R S T U V W X Y Z

S

satsInSolution - Variable in class courselog.gpsutils.MeasuredPoint
Number of satellites used to compute the point.
saveReferenceFile(File) - Method in class courselog.maputils.CalibratedMap
Save the reference points into a CSV file.
saveSubMap(Rect, String, CalibratedMap) - Method in class courselog.maputils.CalibratedMap
Save a part of the bitmap to an image file and the corresponding reference file.
saveTrack(File) - Method in class courselog.maputils.TiledMapBrowser
Save the track.
saveWaypoints(File) - Method in class courselog.maputils.TiledMapBrowser
save the waypoints.
scaleDisplay - Variable in class courselog.ImageBrowser
Scaling of display image.
scanMinMaxLegendValues(int) - Method in class courselog.gpsutils.ExporterToKML
 
selectInputFile() - Method in class courselog.ConvertForm
Select input file using an open file dialog.
selectMapsDir() - Method in class courselog.OptionsForm
Called when the user whats to select the Maps directory.
selectNext(int) - Method in class courselog.maputils.MapTrack
Circular selection of points.
selectNextWaypoint() - Method in class courselog.NavigateForm
Select Next waypoint to aim to, designated via pen held.
selectOutputFile() - Method in class courselog.ConvertForm
Select input file using an open file dialog.
selectTrackFile() - Method in class courselog.OptionsForm
Called when the user whats to select the track logging file.
SerialGPSConnection - Class in courselog.gpsutils
Handles a GPS connected to a Serial port.
SerialGPSConnection(SerialPortOptions, EventListener) - Constructor for class courselog.gpsutils.SerialGPSConnection
Creates a new instance of SerialGPSConnection
setActionKeyDispatcher(ActionKeysDispatcher) - Method in class courselog.AbstractImageDisplay
This display can handle action keys if this method is called.
setActionKeyListener(ActionKeysDispatcher) - Method in class courselog.PullDownForKey
 
setActive(boolean) - Method in class courselog.maputils.TiledMapBrowser
 
setBaseImage(IImage) - Method in class courselog.ImageBrowser
Set base of this ImageBrowser from an image interface.
setBaseImage(ImageData, IImage) - Method in class courselog.ImageBrowser
 
setCalibratedMapFrom(String, Image) - Method in class courselog.maputils.CalibratedMapBrowser
Set Calibrated map.
setCheckFromDistance(double) - Method in class courselog.OptionsForm
Check the corresponding controls according to a given distance value.
setCheckFromUnits(int) - Method in class courselog.OptionsForm
Check the corresponding controls according to a given units set.
setCurrentTrack(TrackRecord) - Method in class courselog.DistanceForm
 
setCurrentTrack(TrackRecord) - Method in interface courselog.gpsutils.XPositionDisplayer
Provide the current track log to the displayer.
setCurrentTrack(TrackRecord) - Method in class courselog.maputils.TiledMapBrowser
Setter for current track.
setDialogFromIndex() - Method in class courselog.maputils.MapReferencePointDialog
Set dialog elements according to the selected choice.
setDisplays(mLabel, mLabel) - Method in class courselog.maputils.TiledMapBrowser
Setter for display labels.
setImageMap(Image) - Method in class courselog.maputils.CalibratedMap
 
setInputFileName(String) - Method in class courselog.ConvertForm
Set the input file name.
setLeftAndRight(Control, Control) - Method in class courselog.ActionKeysDispatcher
 
setListener(EventListener) - Method in class courselog.gpsutils.SerialGPSConnection
Sets the listener of this receiver.
setLog(String) - Method in class courselog.DebugLogger
Set the log to the message, erasing previous content.
setLogFileName(String) - Method in class courselog.gpsutils.PositionTracer
Set the log file name.
setMapCenter(MapReferencePoint) - Method in class courselog.maputils.TiledMap
Set the geo reference point to be used as this map center.
setMyActioKeyDispatcher(ActionKeysDispatcher) - Method in class courselog.ActionKeySensitiveButton
Links the ActionKeySensitiveButton to a Dispatcher.
setMyPositionTracer(PositionTracer) - Method in class courselog.maputils.MapReferencePointDialog
Set the position tracer for this dialog.
setMyTMState(int) - Method in class courselog.NavigateForm
Set the current TiledMapBrowser state and update menus.
setNextTo(int) - Method in class courselog.maputils.MapTrack
Set the next track point to visit.
setNextWaypoint(int) - Method in class courselog.maputils.TiledMapBrowser
Setter for next waypoint.
setOutputFileName(String) - Method in class courselog.ConvertForm
Set the output file name.
setPenHeldMenus(Menu, Menu) - Method in class courselog.maputils.TiledMapBrowser
Setter for pen held menus.
setPosition(GeoPoint) - Method in class courselog.maputils.MapReferencePointDialog
Set Position
setSelectedIndex(int) - Method in class courselog.maputils.MapTrack
Setter for selected point.
setSelectedWaypoint(int) - Method in class courselog.maputils.TiledMapBrowser
Setter for selected waypoint.
setStatus(int) - Method in class courselog.gpsutils.PositionTracer
Change the status of the tracer.
setSwapStateHandler(EventListener, Event) - Method in class courselog.maputils.TiledMapBrowser
Setter for swap action shortcut control.
setTiledMapFrom(String) - Method in class courselog.maputils.TiledMapBrowser
Set tiled map from a directory name where the calibrated maps are.
setWPLocked(boolean) - Method in class courselog.maputils.TiledMapBrowser
Set the waypoints locked bit.
shortPressEnter(KeyEvent) - Method in class courselog.AbstractImageDisplay
Short press on enter, does a zoom in of the picture.
sInputFileName - Variable in class courselog.ConvertForm
The name of the input file.
sOutputFileName - Variable in class courselog.ConvertForm
The name of the output file.
speed - Variable in class courselog.gpsutils.MeasuredPoint
Measured speed at that point (km/h)
startLog() - Method in class courselog.gpsutils.SerialGPSConnection
Start to log received data fom the serial port.
startReading() - Method in class courselog.gpsutils.SerialGPSConnection
Starts the GPS reading thread myReader.
STATE_ACTIVE - Static variable in class courselog.maputils.TiledMapBrowser
myState bit if active.
STATE_DISPLAYDOUBLE - Static variable in class courselog.maputils.CalibratedMapBrowser
stateReferenceDisplay value if points are displayed and computed values are displayed too.
STATE_DISPLAYSIMPLE - Static variable in class courselog.maputils.CalibratedMapBrowser
stateReferenceDisplay value if points only are displayed.
STATE_DISPLAYTR - Static variable in class courselog.maputils.TiledMapBrowser
myState bit if track is displayed.
STATE_DISPLAYWP - Static variable in class courselog.maputils.TiledMapBrowser
myState bit if waypoints are displayed.
STATE_FOLLOW - Static variable in class courselog.maputils.TiledMapBrowser
myState bit if the browser follows the current position.
STATE_INFO - Static variable in class courselog.maputils.TiledMapBrowser
myState bit if information is displayed.
STATE_LOCKWP - Static variable in class courselog.maputils.TiledMapBrowser
myState bit if waypoints are locked.
STATE_NODISPLAY - Static variable in class courselog.maputils.CalibratedMapBrowser
stateReferenceDisplay value if points are not displayed.
stateReferenceDisplay - Variable in class courselog.maputils.CalibratedMapBrowser
Status to display reference points or not
status - Variable in class courselog.gpsutils.SerialGPSConnection
Status of the receiver (one of STATUS_XXX values).
STATUS_GPSLOST - Static variable in class courselog.gpsutils.SerialGPSConnection
GPs is connected via the serial port but the GPS produces no valid fix.
STATUS_HOLD - Static variable in class courselog.gpsutils.PositionTracer
Status when PositionTracer is on hold (==2).
STATUS_NOK - Static variable in class courselog.gpsutils.SerialGPSConnection
GPS receiver does not transmit through the serial port.
STATUS_OFF - Static variable in class courselog.gpsutils.PositionTracer
Status when PositionTracer is not active (==0).
STATUS_OK - Static variable in class courselog.gpsutils.SerialGPSConnection
Receiver status is fine!
STATUS_PAUSED - Static variable in class courselog.gpsutils.PositionTracer
Status when PositionTracer is paused (==3).
STATUS_RECORDING - Static variable in class courselog.gpsutils.PositionTracer
Status when PositionTracer is not recording (==1).
STATUSCHANGED - Static variable in class courselog.gpsutils.ReceiverEvent
Indicates receiver status has changed.
stCurDir - Variable in class courselog.CalibrateForm
Current images directory.
stLogContent - Variable in class courselog.DebugLogger
logContent.
stMapFileName - Variable in class courselog.maputils.CalibratedMap
File name of the image file.
stopLog() - Method in class courselog.gpsutils.SerialGPSConnection
Stops logging GPS data.
SWAPFOLLOW - Variable in class courselog.NavigateForm
 
SWAPFREE - Variable in class courselog.NavigateForm
 
swapLockedWP() - Method in class courselog.NavigateForm
Swap the waypoints mode from locked to unlocked or vice-versa.
swapState() - Method in class courselog.NavigateForm
 
swapTrackDisplay() - Method in class courselog.NavigateForm
 
swapWaypointsDisplay() - Method in class courselog.NavigateForm
 
sXCBold - Static variable in class courselog.gpsutils.ExporterToKML
close Bold
sXCData - Static variable in class courselog.gpsutils.ExporterToGPX
close CDATA
sXCDoc - Static variable in class courselog.gpsutils.ExporterToKML
close Document
sXCEle - Static variable in class courselog.gpsutils.ExporterToGPX
close Elevation
sXCFolder - Static variable in class courselog.gpsutils.ExporterToKML
close Folder
sXCGPXHead - Static variable in class courselog.gpsutils.ExporterToGPX
End of GPX
sXCKMLHead - Static variable in class courselog.gpsutils.ExporterToKML
End of KML
sXCLine - Static variable in class courselog.gpsutils.ExporterToKML
close LineString
sXCName - Static variable in class courselog.gpsutils.ExporterToGPX
close Name
sXCName - Static variable in class courselog.gpsutils.ExporterToKML
close Name
sXCNum - Static variable in class courselog.gpsutils.ExporterToGPX
close Number
sXCPlace - Static variable in class courselog.gpsutils.ExporterToKML
close Placemark
sXCPoint - Static variable in class courselog.gpsutils.ExporterToGPX
close Point
sXCPoint - Static variable in class courselog.gpsutils.ExporterToKML
close Point
sXCSegment - Static variable in class courselog.gpsutils.ExporterToGPX
close Segment
sXCStyle - Static variable in class courselog.gpsutils.ExporterToKML
close Style
sXCSym - Static variable in class courselog.gpsutils.ExporterToGPX
close Symbol
sXCTime - Static variable in class courselog.gpsutils.ExporterToGPX
close Time
sXCTrack - Static variable in class courselog.gpsutils.ExporterToGPX
close Track
sXI2Point - Static variable in class courselog.gpsutils.ExporterToGPX
Intermediate 2 of Track Point
sXIPoint - Static variable in class courselog.gpsutils.ExporterToGPX
Intermediate of Track Point
sXIPoint - Static variable in class courselog.gpsutils.ExporterToKML
Intermediate of Point
sXSBold - Static variable in class courselog.gpsutils.ExporterToKML
Header of Bold
sXSCData - Static variable in class courselog.gpsutils.ExporterToGPX
Header of CDATA
sXSDoc - Static variable in class courselog.gpsutils.ExporterToKML
Header of Document
sXSEle - Static variable in class courselog.gpsutils.ExporterToGPX
Header of Elevation
sXSFolder - Static variable in class courselog.gpsutils.ExporterToKML
Header of Folder
sXSGPXHead - Static variable in class courselog.gpsutils.ExporterToGPX
Header of GPX
sXSHead - Static variable in class courselog.gpsutils.ExporterToGPX
Header of XML
sXSHead - Static variable in class courselog.gpsutils.ExporterToKML
Header of XML
sXSKMLHead - Static variable in class courselog.gpsutils.ExporterToKML
Header of KML
sXSLine - Static variable in class courselog.gpsutils.ExporterToKML
Header of LineString
sXSName - Static variable in class courselog.gpsutils.ExporterToGPX
Header of Name
sXSName - Static variable in class courselog.gpsutils.ExporterToKML
Header of Name
sXSNum - Static variable in class courselog.gpsutils.ExporterToGPX
Header of Number
sXSPlace - Static variable in class courselog.gpsutils.ExporterToKML
Header of Placemark
sXSPoint - Static variable in class courselog.gpsutils.ExporterToGPX
Header of Track Point
sXSPoint - Static variable in class courselog.gpsutils.ExporterToKML
Header of Point
sXSSegment - Static variable in class courselog.gpsutils.ExporterToGPX
Header of Segment
sXSStyle - Static variable in class courselog.gpsutils.ExporterToKML
Header of Style
sXSSym - Static variable in class courselog.gpsutils.ExporterToGPX
Header of Symbol
sXSTime - Static variable in class courselog.gpsutils.ExporterToGPX
Header of Time
sXSTrack - Static variable in class courselog.gpsutils.ExporterToGPX
Header of Track
sXTOpen - Static variable in class courselog.gpsutils.ExporterToKML
Tag for open
sXTVisibility - Static variable in class courselog.gpsutils.ExporterToKML
Tag for visibility

A B C D E F G H I K L M N O P R S T U V W X Y Z