Package org.hortonmachine.modules
Class PdalFilterRange
- java.lang.Object
-
- org.hortonmachine.gears.libs.modules.HMModel
-
- org.hortonmachine.modules.docker.PdalDockerModel
-
- org.hortonmachine.modules.PdalFilterRange
-
public class PdalFilterRange extends PdalDockerModel
-
-
Field Summary
Fields Modifier and Type Field Description booleandoNegateClassificationbooleandoNegateZStringinPathStringoutNameStringpAdditionalRangesIntegerpMaxClassificationDoublepMaxZIntegerpMinClassificationDoublepMinZ-
Fields inherited from class org.hortonmachine.modules.docker.PdalDockerModel
dockerHandler
-
-
Constructor Summary
Constructors Constructor Description PdalFilterRange()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(String[] args)voidprocess()-
Methods inherited from class org.hortonmachine.modules.docker.PdalDockerModel
checkDockerInstall, closeClient, execCommand, getPipelineFile, getPipelineJson, hasImage, pullImage, removeImage, startContainer
-
-
-
-
Field Detail
-
inPath
public String inPath
-
outName
public String outName
-
pMinClassification
public Integer pMinClassification
-
pMaxClassification
public Integer pMaxClassification
-
doNegateClassification
public boolean doNegateClassification
-
pMinZ
public Double pMinZ
-
pMaxZ
public Double pMaxZ
-
doNegateZ
public boolean doNegateZ
-
pAdditionalRanges
public String pAdditionalRanges
-
-