Package org.mars_sim.msp.ui.standard.tool.map

Contains the mars simulation map related UI components

See:
          Description

Interface Summary
Map The Map interface represents a map usable by the MapDisplay class.
MapLayer The MapLayer interface is a graphics layer painted on the map display.
 

Class Summary
CannedMarsMap The CannedMarsMap class reads in data from files in the map_data jar file in order to generate a map image.
EllipseLayer A map layer for displaying ellipses.
ExploredSiteMapLayer  
LandmarkMapLayer The LandmarkMapLayer is a graphics layer to display landmarks.
MapPanel  
MapUtils Static class for map utilities.
MineralMapLayer A map layer showing mineral concentrations.
NavpointEditLayer A map layer to allow the editing of navpoints.
NavpointMapLayer The NavpointMapLayer is a graphics layer to display mission navpoints.
ShadingMapLayer The ShadingMapLayer is a graphics layer to display twilight and night time shading.
SurfMarsMap The SurfMarsMap class is a map of the surface of Mars that can be generated for the map display.
TopoMarsMap The TopoMarsMap class is a map of the topography of Mars that can be generated for the MapDisplay.
UnitIconMapLayer The UnitMapLayer is a graphics layer to display unit icons.
UnitLabelMapLayer The UnitMapLayer is a graphics layer to display unit labels.
USGSMarsMap Access the Mars maps provided by the The Unites States Geological Survey - Astrogeology Team and The Planetary Data System - Imaging Node.
VehicleTrailMapLayer The VehicleTrailMapLayer is a graphics layer to display vehicle trails.
 

Package org.mars_sim.msp.ui.standard.tool.map Description

Contains the mars simulation map related UI components