Uses of Class
graph_gen_utils.partitioner.PartitionerAsCoordinates.BorderType

Packages that use PartitionerAsCoordinates.BorderType
graph_gen_utils.partitioner   
 

Uses of PartitionerAsCoordinates.BorderType in graph_gen_utils.partitioner
 

Methods in graph_gen_utils.partitioner that return PartitionerAsCoordinates.BorderType
static PartitionerAsCoordinates.BorderType PartitionerAsCoordinates.BorderType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PartitionerAsCoordinates.BorderType[] PartitionerAsCoordinates.BorderType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in graph_gen_utils.partitioner with parameters of type PartitionerAsCoordinates.BorderType
PartitionerAsCoordinates(double northWesternLon, double northWesternLat, double southEasternLon, double southEasternLat, PartitionerAsCoordinates.BorderType borderType, byte ptns)