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.CoordinatecombineKeys(org.locationtech.jts.geom.Coordinate r1, org.locationtech.jts.geom.Coordinate r2)
-
Constructor Details
-
ShpClusterElevationKeyer
public ShpClusterElevationKeyer()
-
-
Method Details
-
combineKeys
protected org.locationtech.jts.geom.Coordinate combineKeys(org.locationtech.jts.geom.Coordinate r1, org.locationtech.jts.geom.Coordinate r2)- Specified by:
combineKeysin classorg.hortonmachine.gears.utils.clustering.GvmSimpleKeyer<org.locationtech.jts.geom.Coordinate>
-