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 booleandoNegateClassificationbooleandoNegateZjava.lang.StringinPathjava.lang.StringoutNamejava.lang.StringpAdditionalRangesjava.lang.IntegerpMaxClassificationjava.lang.DoublepMaxZjava.lang.IntegerpMinClassificationjava.lang.DoublepMinZ -
Constructor Summary
Constructors Constructor Description PdalFilterRange() -
Method Summary
Methods inherited from class org.hortonmachine.modules.docker.PdalDockerModel
checkDockerInstall, closeClient, execCommand, getPipelineFile, getPipelineJson, hasImage, pullImage, removeImage, startContainer
-
Field Details
-
inPath
public java.lang.String inPath -
outName
public java.lang.String outName -
pMinClassification
public java.lang.Integer pMinClassification -
pMaxClassification
public java.lang.Integer pMaxClassification -
doNegateClassification
public boolean doNegateClassification -
pMinZ
public java.lang.Double pMinZ -
pMaxZ
public java.lang.Double pMaxZ -
doNegateZ
public boolean doNegateZ -
pAdditionalRanges
public java.lang.String pAdditionalRanges
-
-
Constructor Details
-
PdalFilterRange
public PdalFilterRange()
-
-
Method Details