Class CollectEarthProjectFileCreatorImpl
- java.lang.Object
-
- org.openforis.collect.io.metadata.collectearth.CollectEarthProjectFileCreatorImpl
-
- All Implemented Interfaces:
CollectEarthProjectFileCreator
public class CollectEarthProjectFileCreatorImpl extends Object implements CollectEarthProjectFileCreator
- Author:
- S. Ricci, A. Sanchez-Paus Diaz
-
-
Field Summary
-
Fields inherited from interface org.openforis.collect.io.metadata.collectearth.CollectEarthProjectFileCreator
PLACEHOLDER_FOR_EXTRA_COLUMNS_HEADER, PLACEHOLDER_FOR_EXTRA_COLUMNS_VALUES, PLACEHOLDER_FOR_EXTRA_CSV_DATA, PLACEHOLDER_ID_COLUMNS_HEADER, PLACEHOLDER_ID_COLUMNS_VALUES, PLACEMARK_FILE_NAME
-
-
Constructor Summary
Constructors Constructor Description CollectEarthProjectFileCreatorImpl()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Filecreate(CollectSurvey survey, String language)static StringgetCodeListImageFilePath(CodeListItem item)voidsetCodeListManager(CodeListManager codeListManager)voidsetSurveyManager(SurveyManager surveyManager)
-
-
-
Method Detail
-
create
public File create(CollectSurvey survey, String language) throws Exception
- Specified by:
createin interfaceCollectEarthProjectFileCreator- Throws:
Exception
-
getCodeListImageFilePath
public static String getCodeListImageFilePath(CodeListItem item)
-
setCodeListManager
public void setCodeListManager(CodeListManager codeListManager)
-
setSurveyManager
public void setSurveyManager(SurveyManager surveyManager)
-
-