Class ShpClusterElevationKeyer

java.lang.Object
org.hortonmachine.gears.utils.clustering.GvmSimpleKeyer<org.locationtech.jts.geom.Coordinate>
org.hortonmachine.lesto.modules.utilities.cluster.ShpClusterElevationKeyer
All Implemented Interfaces:
org.hortonmachine.gears.utils.clustering.GvmKeyer<org.locationtech.jts.geom.Coordinate>

public class ShpClusterElevationKeyer
extends org.hortonmachine.gears.utils.clustering.GvmSimpleKeyer<org.locationtech.jts.geom.Coordinate>
Author:
Andrea Antonello (www.hydrologis.com)
  • Constructor Summary

    Constructors 
    Constructor Description
    ShpClusterElevationKeyer()  
  • Method Summary

    Modifier and Type Method Description
    protected org.locationtech.jts.geom.Coordinate combineKeys​(org.locationtech.jts.geom.Coordinate r1, org.locationtech.jts.geom.Coordinate 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.locationtech.jts.geom.Coordinate combineKeys​(org.locationtech.jts.geom.Coordinate r1, org.locationtech.jts.geom.Coordinate r2)
      Specified by:
      combineKeys in class org.hortonmachine.gears.utils.clustering.GvmSimpleKeyer<org.locationtech.jts.geom.Coordinate>