Package org.hortonmachine.modules
Class ModisDownloader
- java.lang.Object
-
- org.hortonmachine.gears.libs.modules.HMModel
-
- org.hortonmachine.modules.ModisDownloader
-
- All Implemented Interfaces:
org.hortonmachine.gears.io.netcdf.INetcdfUtils
public class ModisDownloader extends org.hortonmachine.gears.libs.modules.HMModel implements org.hortonmachine.gears.io.netcdf.INetcdfUtils
-
-
Field Summary
Fields Modifier and Type Field Description booleandoGeotiffsbooleandoMosaicAndClipStringoutFolderStringpDayintpDeltaStringpDownloadUrlStringpExcludePatternStringpIncludePatternStringpIntermediateDownloadFolderStringpPasswordStringpProductStringpProductPathdouble[]pRoiStringpUserStringpVersion
-
Constructor Summary
Constructors Constructor Description ModisDownloader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocess()-
Methods inherited from class org.hortonmachine.gears.libs.modules.HMModel
checkCancel, checkFileExists, checkNull, checkWorkingFolderInPath, concatOr, dumpRaster, dumpVector, getDefaultThreadsNum, getRaster, getVector, help, isCanceled, template
-
-
-
-
Field Detail
-
pIncludePattern
public String pIncludePattern
-
pExcludePattern
public String pExcludePattern
-
pIntermediateDownloadFolder
public String pIntermediateDownloadFolder
-
pDay
public String pDay
-
pDelta
public int pDelta
-
pDownloadUrl
public String pDownloadUrl
-
pUser
public String pUser
-
pPassword
public String pPassword
-
pProductPath
public String pProductPath
-
pProduct
public String pProduct
-
pVersion
public String pVersion
-
pRoi
public double[] pRoi
-
doGeotiffs
public boolean doGeotiffs
-
doMosaicAndClip
public boolean doMosaicAndClip
-
outFolder
public String outFolder
-
-