graph_gen_utils.partitioner
Class PartitionerAsCoordinates

java.lang.Object
  extended by graph_gen_utils.partitioner.PartitionerAsCoordinates
All Implemented Interfaces:
Partitioner

public class PartitionerAsCoordinates
extends java.lang.Object
implements Partitioner


Nested Class Summary
static class PartitionerAsCoordinates.BorderType
           
 
Constructor Summary
PartitionerAsCoordinates(double northWesternLon, double northWesternLat, double southEasternLon, double southEasternLat, PartitionerAsCoordinates.BorderType borderType, byte ptns)
           
 
Method Summary
 java.util.ArrayList<NodeData> applyPartitioning(java.util.ArrayList<NodeData> nodes)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PartitionerAsCoordinates

public PartitionerAsCoordinates(double northWesternLon,
                                double northWesternLat,
                                double southEasternLon,
                                double southEasternLat,
                                PartitionerAsCoordinates.BorderType borderType,
                                byte ptns)
Method Detail

applyPartitioning

public java.util.ArrayList<NodeData> applyPartitioning(java.util.ArrayList<NodeData> nodes)
Specified by:
applyPartitioning in interface Partitioner