Class LasClusterElevationKeyer

java.lang.Object
org.hortonmachine.gears.utils.clustering.GvmSimpleKeyer<org.hortonmachine.gears.io.las.core.LasRecord>
org.hortonmachine.lesto.modules.utilities.cluster.LasClusterElevationKeyer
All Implemented Interfaces:
org.hortonmachine.gears.utils.clustering.GvmKeyer<org.hortonmachine.gears.io.las.core.LasRecord>

public class LasClusterElevationKeyer
extends org.hortonmachine.gears.utils.clustering.GvmSimpleKeyer<org.hortonmachine.gears.io.las.core.LasRecord>
Author:
Andrea Antonello (www.hydrologis.com)
  • Constructor Summary

    Constructors 
    Constructor Description
    LasClusterElevationKeyer()  
  • Method Summary

    Modifier and Type Method Description
    protected org.hortonmachine.gears.io.las.core.LasRecord combineKeys​(org.hortonmachine.gears.io.las.core.LasRecord r1, org.hortonmachine.gears.io.las.core.LasRecord r2)  

    Methods inherited from class org.hortonmachine.gears.utils.clustering.GvmSimpleKeyer

    addKey, mergeKeys

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • combineKeys

      protected org.hortonmachine.gears.io.las.core.LasRecord combineKeys​(org.hortonmachine.gears.io.las.core.LasRecord r1, org.hortonmachine.gears.io.las.core.LasRecord r2)
      Specified by:
      combineKeys in class org.hortonmachine.gears.utils.clustering.GvmSimpleKeyer<org.hortonmachine.gears.io.las.core.LasRecord>