public class OmsPointCloudMaximaFinder
extends org.hortonmachine.gears.libs.modules.HMModel
| Modifier and Type | Field and Description |
|---|---|
static String |
DESCR |
boolean |
doDynamicRadius |
static String |
doDynamicRadius_DESCR |
org.geotools.coverage.grid.GridCoverage2D |
inDsmDtmDiff |
static String |
inDsmDtmDiff_DESCR |
org.geotools.coverage.grid.GridCoverage2D |
inDtm |
static String |
inDtm_DESCR |
List<org.hortonmachine.gears.io.las.core.LasRecord> |
inLas |
static String |
inLas_DESCR |
org.geotools.data.simple.SimpleFeatureCollection |
inRoi |
static String |
inRoi_DESCR |
static String |
KEYWORDS |
static String |
LABEL |
static String |
NAME |
org.geotools.data.simple.SimpleFeatureCollection |
outTops |
static String |
outTops_DESCR |
static String |
pClass_DESCR |
double |
pElevDiffThres |
static String |
pElevDiffThres_DESCR |
double |
pMaxRadius |
static String |
pMaxRadius_DESCR |
static String |
pThreshold_DESCR |
| Constructor and Description |
|---|
OmsPointCloudMaximaFinder() |
| Modifier and Type | Method and Description |
|---|---|
static void |
doProcess(List<org.hortonmachine.gears.io.las.core.LasRecord> pointsInTile,
double pMaxRadius,
boolean doDynamicRadius,
org.hortonmachine.lesto.modules.vegetation.OmsPointCloudMaximaFinder.DsmDtmDiffHelper helper,
org.geotools.feature.DefaultFeatureCollection outTopsFC,
org.geotools.feature.simple.SimpleFeatureBuilder lasBuilder,
AtomicInteger index,
org.hortonmachine.gears.libs.monitor.IHMProgressMonitor pm) |
void |
process() |
public List<org.hortonmachine.gears.io.las.core.LasRecord> inLas
public org.geotools.coverage.grid.GridCoverage2D inDtm
public org.geotools.data.simple.SimpleFeatureCollection inRoi
public org.geotools.coverage.grid.GridCoverage2D inDsmDtmDiff
public double pMaxRadius
public boolean doDynamicRadius
public double pElevDiffThres
public org.geotools.data.simple.SimpleFeatureCollection outTops
public static final String outTops_DESCR
public static final String pClass_DESCR
public static final String pThreshold_DESCR
public static final String pElevDiffThres_DESCR
public static final String doDynamicRadius_DESCR
public static final String pMaxRadius_DESCR
public static final String inDsmDtmDiff_DESCR
public static final String inRoi_DESCR
public static final String inDtm_DESCR
public static final String inLas_DESCR
public static final String NAME
public static final String KEYWORDS
public static final String DESCR
public static final String LABEL
public static void doProcess(List<org.hortonmachine.gears.io.las.core.LasRecord> pointsInTile, double pMaxRadius, boolean doDynamicRadius, org.hortonmachine.lesto.modules.vegetation.OmsPointCloudMaximaFinder.DsmDtmDiffHelper helper, org.geotools.feature.DefaultFeatureCollection outTopsFC, org.geotools.feature.simple.SimpleFeatureBuilder lasBuilder, AtomicInteger index, org.hortonmachine.gears.libs.monitor.IHMProgressMonitor pm) throws Exception
ExceptionCopyright © 2005-2017 HydroloGIS. All Rights Reserved.