Constant Field Values

Contents

org.hortonmachine.*

  • org.hortonmachine.lesto.modules.raster.adaptivetinfilter.TinHandler 
    Modifier and Type Constant Field Value
    public static final double POINTENVELOPE_EXPAND 0.1
  • org.hortonmachine.lesto.modules.vegetation.OmsGeomorphonMaximaFinder 
    Modifier and Type Constant Field Value
    public static final java.lang.String AUTHORS "Andrea Antonello, Silvia Franceschi"
    public static final java.lang.String CONTACTS "www.hydrologis.com"
    public static final java.lang.String DESCRIPTION "The Geomorphon method to extract maxima from rasters"
    public static final java.lang.String inDSM_DESC "The DSM."
    public static final java.lang.String inDTM_DESC "The DTM."
    public static final java.lang.String KEYWORDS "raster, maxima, geomorphon"
    public static final java.lang.String LABEL "Lesto/vegetation"
    public static final java.lang.String LICENSE "General Public License Version 3 (GPLv3)"
    public static final java.lang.String NAME "geomorphonmaximafinder"
    public static final java.lang.String outMaxima_DESC "Extracted maxima."
    public static final java.lang.String pElevDiff_DESC "Elevation difference threshold."
    public static final java.lang.String pElevDiffThres_UNIT "m"
    public static final java.lang.String pRadius_DESC "Maximum search radius"
    public static final java.lang.String pRadius_UNIT "m"
    public static final java.lang.String pThreshold_DESC "Vertical angle threshold."
    public static final java.lang.String pThreshold_UNIT "degree"
    public static final int STATUS 5
  • org.hortonmachine.lesto.modules.vegetation.OmsPointCloudMaximaFinder 
    Modifier and Type Constant Field Value
    public static final java.lang.String DESCR "Module that identifies local maxima in point clouds."
    public static final java.lang.String doDynamicRadius_DESCR "Use an adaptive radius based on the height."
    public static final java.lang.String inDsmDtmDiff_DESCR "An optional dsm-dtm difference raster to use to check on the extracted tops."
    public static final java.lang.String inDtm_DESCR "A dtm raster to use for the area of interest and to calculate the elevation threshold."
    public static final java.lang.String inLas_DESCR "The input las."
    public static final java.lang.String inRoi_DESCR "A set of polygons to use as region of interest."
    public static final java.lang.String KEYWORDS "Local maxima, las, lidar"
    public static final java.lang.String LABEL "Lesto/vegetation"
    public static final java.lang.String NAME "pointcloudmaximafinder"
    public static final java.lang.String outTops_DESCR "The output local maxima."
    public static final java.lang.String pClass_DESCR "The comma separated list of classes to filter (if empty, all are picked)."
    public static final java.lang.String pElevDiffThres_DESCR "Max permitted elevation difference around the maxima."
    public static final java.lang.String pMaxRadius_DESCR "Radius for which a point can be local maxima."
    public static final java.lang.String pThreshold_DESCR "The elevation threshold to apply to the chm."
  • org.hortonmachine.lesto.modules.vegetation.OmsPointCloudMaximaFinderStream 
    Modifier and Type Constant Field Value
    public static final java.lang.String DESCR "Module that identifies local maxima in point clouds."
    public static final java.lang.String doDynamicRadius_DESCR "Use an adaptive radius based on the height."
    public static final java.lang.String inDsmDtmDiff_DESCR "An optional dsm-dtm difference raster to use to check on the extracted tops."
    public static final java.lang.String inDtm_DESCR "A dtm raster to use for the area of interest and to calculate the elevation threshold."
    public static final java.lang.String inLas_DESCR "The input las."
    public static final java.lang.String inRoi_DESCR "A set of polygons to use as region of interest."
    public static final java.lang.String KEYWORDS "Local maxima, las, lidar"
    public static final java.lang.String LABEL "Lesto/vegetation"
    public static final java.lang.String NAME "pointcloudmaximafinder"
    public static final java.lang.String outTops_DESCR "The output local maxima."
    public static final java.lang.String pClass_DESCR "The comma separated list of classes to filter (if empty, all are picked)."
    public static final java.lang.String pElevDiffThres_DESCR "Max permitted elevation difference around the maxima."
    public static final java.lang.String pMaxRadius_DESCR "Radius for which a point can be local maxima."
    public static final java.lang.String pThreshold_DESCR "The elevation threshold to apply to the chm."