com.neatech.climbplan.activityplanner
Class ActivityParameters

java.lang.Object
  extended by com.neatech.climbplan.activityplanner.ActivityParameters

public class ActivityParameters
extends Object


Field Summary
private static int activityPreference
           
private static List<GridPoint> checkPoints
           
private static double climbingSpeed
           
static int CUSTOM_PATH
           
private static GridPoint endPoint
           
static int FASTEST_PATH
           
private static org.geotools.coverage.grid.GridCoverage2D heightMap
           
private static int resolution
           
static double SAFETY_COST_PERCENTAGE
           
private static double safetyScale
           
static double SAND_DECELERATION_RATIO
           
private static ShapeInformation shapeInformation
           
static int SHORTEST_PATH
           
private static GridPoint startPoint
           
private static TeamModel team
           
private static double walkingSpeed
           
 
Constructor Summary
ActivityParameters()
           
 
Method Summary
static int getActivityPreference()
           
static List<GridPoint> getCheckPoints()
           
static double getClimbingSpeed()
           
static GridPoint getEndPoint()
           
static org.geotools.coverage.grid.GridCoverage2D getHeightMap()
           
static int getResolution()
           
static double getSafetyScale()
           
static ShapeInformation getShapeInformation()
           
static GridPoint getStartPoint()
           
static TeamModel getTeam()
           
static double getWalkingSpeed()
           
static void setActivityPreference(int activityPreference)
           
static void setCheckPoints(List<GridPoint> checkPoints)
           
static void setClimbingSpeed(double climbingSpeed)
           
static void setEndPoint(GridPoint endPoint)
           
static void setHeightMap(org.geotools.coverage.grid.GridCoverage2D heightMap)
           
static void setResolution(int resolution)
           
static void setSafetyScale(double safestScale)
           
static void setShapeInformation(ShapeInformation shapeInformation)
           
static void setStartPoint(GridPoint startPoint)
           
static void setTeam(TeamModel team)
           
static void setWalkingSpeed(double walkingSpeed)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SHORTEST_PATH

public static final int SHORTEST_PATH
See Also:
Constant Field Values

FASTEST_PATH

public static final int FASTEST_PATH
See Also:
Constant Field Values

CUSTOM_PATH

public static final int CUSTOM_PATH
See Also:
Constant Field Values

SAND_DECELERATION_RATIO

public static final double SAND_DECELERATION_RATIO
See Also:
Constant Field Values

SAFETY_COST_PERCENTAGE

public static final double SAFETY_COST_PERCENTAGE
See Also:
Constant Field Values

activityPreference

private static int activityPreference

safetyScale

private static double safetyScale

walkingSpeed

private static double walkingSpeed

climbingSpeed

private static double climbingSpeed

resolution

private static int resolution

team

private static TeamModel team

heightMap

private static org.geotools.coverage.grid.GridCoverage2D heightMap

shapeInformation

private static ShapeInformation shapeInformation

checkPoints

private static List<GridPoint> checkPoints

startPoint

private static GridPoint startPoint

endPoint

private static GridPoint endPoint
Constructor Detail

ActivityParameters

public ActivityParameters()
Method Detail

setActivityPreference

public static final void setActivityPreference(int activityPreference)

getActivityPreference

public static final int getActivityPreference()

setSafetyScale

public static void setSafetyScale(double safestScale)

getSafetyScale

public static double getSafetyScale()

setWalkingSpeed

public static void setWalkingSpeed(double walkingSpeed)

getWalkingSpeed

public static double getWalkingSpeed()

setClimbingSpeed

public static void setClimbingSpeed(double climbingSpeed)

getClimbingSpeed

public static double getClimbingSpeed()

setResolution

public static void setResolution(int resolution)

getResolution

public static int getResolution()

setTeam

public static final void setTeam(TeamModel team)

getTeam

public static final TeamModel getTeam()

setHeightMap

public static final void setHeightMap(org.geotools.coverage.grid.GridCoverage2D heightMap)

getHeightMap

public static final org.geotools.coverage.grid.GridCoverage2D getHeightMap()

setShapeInformation

public static void setShapeInformation(ShapeInformation shapeInformation)

getShapeInformation

public static ShapeInformation getShapeInformation()

setCheckPoints

public static void setCheckPoints(List<GridPoint> checkPoints)

getCheckPoints

public static List<GridPoint> getCheckPoints()

setStartPoint

public static final void setStartPoint(GridPoint startPoint)

getStartPoint

public static final GridPoint getStartPoint()

setEndPoint

public static final void setEndPoint(GridPoint endPoint)

getEndPoint

public static final GridPoint getEndPoint()