Class OmsGeomorphonMaximaFinder
java.lang.Object
org.hortonmachine.gears.libs.modules.HMModel
org.hortonmachine.lesto.modules.vegetation.OmsGeomorphonMaximaFinder
public class OmsGeomorphonMaximaFinder
extends org.hortonmachine.gears.libs.modules.HMModel
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringAUTHORSstatic java.lang.StringCONTACTSstatic java.lang.StringDESCRIPTIONorg.geotools.coverage.grid.GridCoverage2DinDSMstatic java.lang.StringinDSM_DESCorg.geotools.coverage.grid.GridCoverage2DinDTMstatic java.lang.StringinDTM_DESCstatic java.lang.StringKEYWORDSstatic java.lang.StringLABELstatic java.lang.StringLICENSEstatic java.lang.StringNAMEorg.geotools.data.simple.SimpleFeatureCollectionoutMaximastatic java.lang.StringoutMaxima_DESCstatic java.lang.StringpElevDiff_DESCdoublepElevDiffThresstatic java.lang.StringpElevDiffThres_UNITdoublepRadiusstatic java.lang.StringpRadius_DESCstatic java.lang.StringpRadius_UNITdoublepThresholdstatic java.lang.StringpThreshold_DESCstatic java.lang.StringpThreshold_UNITstatic intSTATUS -
Constructor Summary
Constructors Constructor Description OmsGeomorphonMaximaFinder() -
Method Summary
Modifier and Type Method Description voidprocess()
-
Field Details
-
inDTM
public org.geotools.coverage.grid.GridCoverage2D inDTM -
inDSM
public org.geotools.coverage.grid.GridCoverage2D inDSM -
pRadius
public double pRadius -
pThreshold
public double pThreshold -
pElevDiffThres
public double pElevDiffThres -
outMaxima
public org.geotools.data.simple.SimpleFeatureCollection outMaxima -
LABEL
public static final java.lang.String LABEL- See Also:
- Constant Field Values
-
LICENSE
public static final java.lang.String LICENSE- See Also:
- Constant Field Values
-
STATUS
public static final int STATUS- See Also:
- Constant Field Values
-
NAME
public static final java.lang.String NAME- See Also:
- Constant Field Values
-
KEYWORDS
public static final java.lang.String KEYWORDS- See Also:
- Constant Field Values
-
CONTACTS
public static final java.lang.String CONTACTS- See Also:
- Constant Field Values
-
AUTHORS
public static final java.lang.String AUTHORS- See Also:
- Constant Field Values
-
DESCRIPTION
public static final java.lang.String DESCRIPTION- See Also:
- Constant Field Values
-
outMaxima_DESC
public static final java.lang.String outMaxima_DESC- See Also:
- Constant Field Values
-
pElevDiff_DESC
public static final java.lang.String pElevDiff_DESC- See Also:
- Constant Field Values
-
pThreshold_DESC
public static final java.lang.String pThreshold_DESC- See Also:
- Constant Field Values
-
pRadius_DESC
public static final java.lang.String pRadius_DESC- See Also:
- Constant Field Values
-
inDSM_DESC
public static final java.lang.String inDSM_DESC- See Also:
- Constant Field Values
-
inDTM_DESC
public static final java.lang.String inDTM_DESC- See Also:
- Constant Field Values
-
pThreshold_UNIT
public static final java.lang.String pThreshold_UNIT- See Also:
- Constant Field Values
-
pRadius_UNIT
public static final java.lang.String pRadius_UNIT- See Also:
- Constant Field Values
-
pElevDiffThres_UNIT
public static final java.lang.String pElevDiffThres_UNIT- See Also:
- Constant Field Values
-
-
Constructor Details
-
OmsGeomorphonMaximaFinder
public OmsGeomorphonMaximaFinder()
-
-
Method Details
-
process
public void process() throws java.lang.Exception- Throws:
java.lang.Exception
-