Package loggerForms
Class LatLongTime
java.lang.Object
PamUtils.LatLong
loggerForms.LatLongTime
- All Implemented Interfaces:
Transferable
,Serializable
,Cloneable
,ManagedParameters
,PamCoordinate
- Author:
- GrahamWeatherup
- See Also:
-
Field Summary
Fields inherited from class PamUtils.LatLong
deg, FORMAT_DECIMAL, FORMAT_DECIMALMINUTES, FORMAT_MINUTESSECONDS, MetersPerMile
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setLatLong
(LatLong latLong) void
setTimeInMillis
(Long timeInMillis) Methods inherited from class PamUtils.LatLong
addDistanceMeters, addDistanceMeters, addDistanceMeters, bearingTo, clone, distanceTo, distanceToMetres, distanceToMetres3D, distanceToMetresX, distanceToMetresY, distanceToMiles, doubleDegrees2StringDegs, doubleDegrees2StringMins, equals, formatLatitude, formatLatitude, formatLongitude, formatLongitude, getCoordinate, getCrossTrackError, getDataFlavor, getDecimalMinutes, getFormatStyle, getHeight, getIntegerMinutes, getLatitude, getLongitude, getMean, getNumCoordinates, getParameterSet, getPastedValue, getSeconds, getSignedDegrees, getTransferData, getTransferDataFlavors, isDataFlavorSupported, latLongArea, setCoordinate, setFormatStyle, setHeight, setLatitude, setLongitude, shortFormatLatitude, shortFormatLongitude, toString, travelDistanceMeters, travelDistanceMeters, TravelDistanceMiles, valueOfString, valueOfSubstring
-
Constructor Details
-
LatLongTime
- Parameters:
timeInMillis
-latLong
-
-
-
Method Details
-
setLatLong
- Parameters:
latLong
- the latLong to set
-
getTimeInMillis
- Returns:
- the timeInMillis
-
setTimeInMillis
- Parameters:
timeInMillis
- the timeInMillis to set
-