Package Map
Class MapParameters
java.lang.Object
Map.MapParameters
- All Implemented Interfaces:
 Serializable,Cloneable,ManagedParameters
- See Also:
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanAllow 3D rotation using the shift key and mouse movement.booleanbooleanName of data block providing effort data.booleanbooleanhide the sea surfaceintValue to store persistently between runs.static final intstatic final intstatic final intstatic final intdoubleintint - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected MapParametersclone()intintboolean[]intGet a set of data that describes all of the parameters in a classdoubleintintintbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanvoidsetAllow3D(boolean allow3d) voidsetColourHydrophonesByChannel(boolean colourHydrophonesByChannel) voidsetDataKeepTime(int dataKeepTime) voidsetDataShowTime(int dataShowTime) voidsetHeadingUp(boolean headingUp) voidsetHideGrid(boolean hideGrid) voidsetKeepShipCentred(boolean keepShipCentred) voidsetKeepShipOnMap(boolean keepShipOnMap) voidsetMapContours(boolean[] mapContours) voidsetMapFile(File mapFile) voidsetMapRangeMetres(int mapRangeMetres) voidsetRangeRingDistance(double rangeRingDistance) voidsetShowGpsData(boolean showGpsData) voidsetShowHydrophones(boolean showHydrophones) voidsetShowKey(boolean showKey) voidsetShowPanZoom(boolean showPanZoom) voidsetShowRangeRings(int showRangeRings) voidsetSymbolSize(int symbolSize) voidsetTrackShowTime(int trackShowTime) voidsetViewerShowAll(boolean viewerShowAll)  
- 
Field Details
- 
colourHydrophonesByChannel
public boolean colourHydrophonesByChannel - 
symbolSize
public int symbolSize - 
colourByEffort
public boolean colourByEffort - 
effortDataSource
Name of data block providing effort data. - 
mapRangeMetres
public int mapRangeMetresValue to store persistently between runs. - 
RANGE_RINGS_NONE
public static final int RANGE_RINGS_NONE- See Also:
 
 - 
RANGE_RINGS_M
public static final int RANGE_RINGS_M- See Also:
 
 - 
RANGE_RINGS_KM
public static final int RANGE_RINGS_KM- See Also:
 
 - 
RANGE_RINGS_NMI
public static final int RANGE_RINGS_NMI- See Also:
 
 - 
showRangeRings
public int showRangeRings - 
rangeRingDistance
public double rangeRingDistance - 
hideGrid
public boolean hideGrid - 
allow3D
public boolean allow3DAllow 3D rotation using the shift key and mouse movement. - 
hideSurface
public boolean hideSurfacehide the sea surface 
 - 
 - 
Constructor Details
- 
MapParameters
public MapParameters() 
 - 
 - 
Method Details
- 
clone
 - 
getTrackShowTime
public int getTrackShowTime() - 
setTrackShowTime
public void setTrackShowTime(int trackShowTime)  - 
getDataKeepTime
public int getDataKeepTime() - 
setDataKeepTime
public void setDataKeepTime(int dataKeepTime)  - 
getDataShowTime
public int getDataShowTime() - 
setDataShowTime
public void setDataShowTime(int dataShowTime)  - 
isViewerShowAll
public boolean isViewerShowAll() - 
setViewerShowAll
public void setViewerShowAll(boolean viewerShowAll)  - 
isShowHydrophones
public boolean isShowHydrophones() - 
setShowHydrophones
public void setShowHydrophones(boolean showHydrophones)  - 
isKeepShipOnMap
public boolean isKeepShipOnMap() - 
setKeepShipOnMap
public void setKeepShipOnMap(boolean keepShipOnMap)  - 
isKeepShipCentred
public boolean isKeepShipCentred() - 
setKeepShipCentred
public void setKeepShipCentred(boolean keepShipCentred)  - 
isHeadingUp
public boolean isHeadingUp() - 
setHeadingUp
public void setHeadingUp(boolean headingUp)  - 
getMapFile
 - 
setMapFile
 - 
getMapContours
public boolean[] getMapContours() - 
setMapContours
public void setMapContours(boolean[] mapContours)  - 
isShowKey
public boolean isShowKey() - 
setShowKey
public void setShowKey(boolean showKey)  - 
isShowPanZoom
public boolean isShowPanZoom() - 
setShowPanZoom
public void setShowPanZoom(boolean showPanZoom)  - 
isShowGpsData
public boolean isShowGpsData() - 
setShowGpsData
public void setShowGpsData(boolean showGpsData)  - 
isColourHydrophonesByChannel
public boolean isColourHydrophonesByChannel() - 
setColourHydrophonesByChannel
public void setColourHydrophonesByChannel(boolean colourHydrophonesByChannel)  - 
getSymbolSize
public int getSymbolSize() - 
setSymbolSize
public void setSymbolSize(int symbolSize)  - 
getMapRangeMetres
public int getMapRangeMetres() - 
setMapRangeMetres
public void setMapRangeMetres(int mapRangeMetres)  - 
getShowRangeRings
public int getShowRangeRings() - 
setShowRangeRings
public void setShowRangeRings(int showRangeRings)  - 
getRangeRingDistance
public double getRangeRingDistance() - 
setRangeRingDistance
public void setRangeRingDistance(double rangeRingDistance)  - 
isHideGrid
public boolean isHideGrid() - 
setHideGrid
public void setHideGrid(boolean hideGrid)  - 
isAllow3D
public boolean isAllow3D() - 
setAllow3D
public void setAllow3D(boolean allow3d)  - 
getParameterSet
Description copied from interface:ManagedParametersGet a set of data that describes all of the parameters in a class- Specified by:
 getParameterSetin interfaceManagedParameters- Returns:
 - description of the parameters in a class.
 
 
 -