Uses of Class
org.hortonmachine.gears.io.las.utils.LasUtils.VALUETYPE
-
Packages that use LasUtils.VALUETYPE Package Description org.hortonmachine.gears.io.las.utils -
-
Uses of LasUtils.VALUETYPE in org.hortonmachine.gears.io.las.utils
Methods in org.hortonmachine.gears.io.las.utils that return LasUtils.VALUETYPE Modifier and Type Method Description static LasUtils.VALUETYPELasUtils.VALUETYPE. valueOf(String name)Returns the enum constant of this type with the specified name.static LasUtils.VALUETYPE[]LasUtils.VALUETYPE. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hortonmachine.gears.io.las.utils with parameters of type LasUtils.VALUETYPE Modifier and Type Method Description static doubleLasUtils. avg(List<LasRecord> points, LasUtils.VALUETYPE valueType)Calculate the avg of a value in a list ofLasRecords.static double[][]LasUtils. histogram(List<LasRecord> points, LasUtils.VALUETYPE valueType, int bins)Calculate the histogram of a list ofLasRecords.
-