Uses of Class
com.neatech.climbplan.geographicinformationgathering.ShapeInformation

Packages that use ShapeInformation
com.neatech.climbplan.activityplanner   
com.neatech.climbplan.userinterface.views   
 

Uses of ShapeInformation in com.neatech.climbplan.activityplanner
 

Fields in com.neatech.climbplan.activityplanner declared as ShapeInformation
private static ShapeInformation ActivityParameters.shapeInformation
           
 

Methods in com.neatech.climbplan.activityplanner that return ShapeInformation
static ShapeInformation ActivityParameters.getShapeInformation()
           
 

Methods in com.neatech.climbplan.activityplanner with parameters of type ShapeInformation
static void ActivityParameters.setShapeInformation(ShapeInformation shapeInformation)
           
 

Constructors in com.neatech.climbplan.activityplanner with parameters of type ShapeInformation
ActivityPlanner(int activityPreference, org.geotools.coverage.grid.GridCoverage2D heightMap, ShapeInformation shapeInformation, List<GridPoint> checkPoints, int resolution)
           
 

Uses of ShapeInformation in com.neatech.climbplan.userinterface.views
 

Fields in com.neatech.climbplan.userinterface.views declared as ShapeInformation
private  ShapeInformation ActivityView.shapeInformation