Package adams.data.spreadsheet
Interface GPSObjectHandler
-
- All Known Implementing Classes:
GPSDecimalDegrees
,GPSDecimalMinutes
,GPSDecimalSeconds
public interface GPSObjectHandler
Interface for GPS object handlers.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
getSwapped()
Returns whether the format is swapped, 'long lat' instead of 'lat long'.void
setSwapped(boolean value)
Sets whether the format is swapped, 'long lat' instead of 'lat long'.String
swappedTipText()
Returns the tip text for this property.
-
-
-
Method Detail
-
setSwapped
void setSwapped(boolean value)
Sets whether the format is swapped, 'long lat' instead of 'lat long'.- Parameters:
value
- true if swapped
-
getSwapped
boolean getSwapped()
Returns whether the format is swapped, 'long lat' instead of 'lat long'.- Returns:
- true if swapped
-
swappedTipText
String swappedTipText()
Returns the tip text for this property.- Returns:
- tip text for this property suitable for displaying in the GUI or for listing the options.
-
-