Package org.openforis.collect.metamodel
Class SurveyCreator
- java.lang.Object
-
- org.openforis.collect.metamodel.SurveyCreator
-
public class SurveyCreator extends Object
-
-
Constructor Summary
Constructors Constructor Description SurveyCreator(SurveyManager surveyManager, SamplingDesignManager samplingDesignManager, UserGroupManager userGroupManager, CoordinateOperations coordinateOperations)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CollectSurveygenerateSimpleSurvey(SimpleSurveyCreationParameters parameters)
-
-
-
Constructor Detail
-
SurveyCreator
public SurveyCreator(SurveyManager surveyManager, SamplingDesignManager samplingDesignManager, UserGroupManager userGroupManager, CoordinateOperations coordinateOperations)
-
-
Method Detail
-
generateSimpleSurvey
public CollectSurvey generateSimpleSurvey(SimpleSurveyCreationParameters parameters) throws SurveyStoreException, SurveyImportException
-
-