org.mars_sim.msp.mapdata
Class MapDataUtil

java.lang.Object
  extended by org.mars_sim.msp.mapdata.MapDataUtil

public final class MapDataUtil
extends Object

Static utility class for accessing Mars map data.


Method Summary
 MapData getSurfaceMapData()
          Get the surface map data.
 MapData getTopoMapData()
          Get the topographical map data.
static MapDataUtil instance()
          Get the singleton instance of MapData.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

instance

public static MapDataUtil instance()
Get the singleton instance of MapData.

Returns:
instance.

getSurfaceMapData

public MapData getSurfaceMapData()
Get the surface map data.

Returns:
surface map data.

getTopoMapData

public MapData getTopoMapData()
Get the topographical map data.

Returns:
topographical map data.


Copyright © 2009-2013. All Rights Reserved.