Map
Class MapComment

java.lang.Object
  extended by PamguardMVC.PamDataUnit
      extended by Map.MapComment
All Implemented Interfaces:
java.lang.Comparable<PamDataUnit>

public class MapComment
extends PamDataUnit


Field Summary
(package private)  java.lang.String comment
           
(package private)  LatLong latLong
           
static int MAXCOMMENTLENGTH
           
 
Fields inherited from class PamguardMVC.PamDataUnit
absBlockIndex, channelBitmap, localisation, oLL, timeMilliseconds
 
Constructor Summary
MapComment(long timeMilliseconds, LatLong latLong, java.lang.String comment)
           
 
Method Summary
 
Methods inherited from class PamguardMVC.PamDataUnit
clearUpdateCount, compareTo, getAbsBlockIndex, getChannelBitmap, getDatabaseIndex, getDatabaseUpdateOf, getDataUnitFileInformation, getGpsPosition, getLastUpdateTime, getLocalisation, getOriginLatLong, getPairAngle, getParentDataBlock, getTimeMilliseconds, getUpdateCount, setAbsBlockIndex, setChannelBitmap, setDatabaseIndex, setDatabaseUpdateOf, setDataUnitFileInformation, setLastUpdateTime, setLocalisation, setOriginLatLong, setParentDataBlock, setTimeMilliseconds, updateDataUnit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

comment

java.lang.String comment

latLong

LatLong latLong

MAXCOMMENTLENGTH

public static final int MAXCOMMENTLENGTH
See Also:
Constant Field Values
Constructor Detail

MapComment

public MapComment(long timeMilliseconds,
                  LatLong latLong,
                  java.lang.String comment)