Package org.hortonmachine.modules
Class NetcdfGridDumper
- java.lang.Object
-
- org.hortonmachine.gears.libs.modules.HMModel
-
- org.hortonmachine.modules.NetcdfGridDumper
-
public class NetcdfGridDumper extends org.hortonmachine.gears.libs.modules.HMModel
-
-
Field Summary
Fields Modifier and Type Field Description StringinPathStringoutFolderStringpExcludePatternDoublepFalseEastingCorrectionDoublepFalseNorthingCorrectionIntegerpFromTimestepStringpGridNameStringpIncludePatternDoublepNorthPoleLatitudeCorrectionDoublepNorthPoleLongitudeCorrectionIntegerpToTimestep
-
Constructor Summary
Constructors Constructor Description NetcdfGridDumper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocess()
-
-
-
Field Detail
-
inPath
public String inPath
-
pGridName
public String pGridName
-
pIncludePattern
public String pIncludePattern
-
pExcludePattern
public String pExcludePattern
-
pFromTimestep
public Integer pFromTimestep
-
pToTimestep
public Integer pToTimestep
-
pFalseEastingCorrection
public Double pFalseEastingCorrection
-
pFalseNorthingCorrection
public Double pFalseNorthingCorrection
-
pNorthPoleLongitudeCorrection
public Double pNorthPoleLongitudeCorrection
-
pNorthPoleLatitudeCorrection
public Double pNorthPoleLatitudeCorrection
-
outFolder
public String outFolder
-
-