Package org.hortonmachine.modules
Class PdalFilterSmrf
java.lang.Object
org.hortonmachine.gears.libs.modules.HMModel
org.hortonmachine.modules.docker.PdalDockerModel
org.hortonmachine.modules.PdalFilterSmrf
public class PdalFilterSmrf extends PdalDockerModel
-
Field Summary
Fields Modifier and Type Field Description java.lang.StringinPathjava.lang.StringoutNamejava.lang.DoublepCellSizejava.lang.IntegerpOutClassificationjava.lang.StringpReturnsjava.lang.DoublepScalarjava.lang.DoublepSlopejava.lang.DoublepThresholdjava.lang.DoublepWindow -
Constructor Summary
Constructors Constructor Description PdalFilterSmrf() -
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 -
pCellSize
public java.lang.Double pCellSize -
pScalar
public java.lang.Double pScalar -
pSlope
public java.lang.Double pSlope -
pThreshold
public java.lang.Double pThreshold -
pWindow
public java.lang.Double pWindow -
pReturns
public java.lang.String pReturns -
pOutClassification
public java.lang.Integer pOutClassification
-
-
Constructor Details
-
PdalFilterSmrf
public PdalFilterSmrf()
-
-
Method Details