Search in sources :

Example 1 with LRUD

use of org.hwyl.sexytopo.model.table.LRUD in project sexytopo by richsmith.

the class TestSurveyCreator method createLruds.

public static void createLruds(Survey survey, Station station) {
    for (LRUD lrud : LRUD.values()) {
        Leg splay = lrud.createSplay(survey, station, 1 + random.nextInt(3));
        SurveyUpdater.update(survey, splay);
    }
}
Also used : LRUD(org.hwyl.sexytopo.model.table.LRUD) Leg(org.hwyl.sexytopo.model.survey.Leg)

Aggregations

Leg (org.hwyl.sexytopo.model.survey.Leg)1 LRUD (org.hwyl.sexytopo.model.table.LRUD)1