Class ImportConfig
- java.lang.Object
-
- org.citydb.config.project.importer.ImportConfig
-
public class ImportConfig extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ImportConfig()
-
Method Summary
-
-
-
Method Detail
-
getContinuation
public Continuation getContinuation()
-
setContinuation
public void setContinuation(Continuation continuation)
-
getPath
public Path getPath()
-
setPath
public void setPath(Path path)
-
getGeneralOptions
public GeneralOptions getGeneralOptions()
-
setGeneralOptions
public void setGeneralOptions(GeneralOptions generalOptions)
-
getResourceId
public ImportResourceId getResourceId()
-
setResourceId
public void setResourceId(ImportResourceId resourceId)
-
getAppearances
public ImportAppearance getAppearances()
-
setAppearances
public void setAppearances(ImportAppearance appearances)
-
getFilter
public ImportFilter getFilter()
-
setFilter
public void setFilter(ImportFilter filter)
-
getIndexes
public Index getIndexes()
-
setIndexes
public void setIndexes(Index indexes)
-
getAffineTransformation
public AffineTransformation getAffineTransformation()
-
setAffineTransformation
public void setAffineTransformation(AffineTransformation affineTransformation)
-
getCityGMLOptions
public CityGMLOptions getCityGMLOptions()
-
setCityGMLOptions
public void setCityGMLOptions(CityGMLOptions cityGMLOptions)
-
getCityJSONOptions
public CityJSONOptions getCityJSONOptions()
-
setCityJSONOptions
public void setCityJSONOptions(CityJSONOptions cityJSONOptions)
-
getImportLog
public ImportLog getImportLog()
-
setImportLog
public void setImportLog(ImportLog importLog)
-
getResources
public ImportResources getResources()
-
setResources
public void setResources(ImportResources resources)
-
-