public class DataTreeUtil extends Object
| Constructor and Description |
|---|
DataTreeUtil()
|
| Modifier and Type | Method and Description |
|---|---|
static DataTree |
initNewTree(Path
|
static DataTree |
initNewTree(Path
|
static void |
mergeUnderfilledSiblings(DataTree
|
static DataTree |
openExistingTree(Path
|
static void |
writeTreeInfo(File
|
public static void writeTreeInfo(Filedir, BBox bbox) throws FileNotFoundException
FileNotFoundException
public static DataTreeopenExistingTree(Path dirOutput) throws IOException
IOException
public static DataTreeinitNewTree(Path dirOutput, OsmBounds bounds) throws IOException
IOException
public static DataTreeinitNewTree(Path dirOutput, BBox bbox) throws IOException
IOException
public static void mergeUnderfilledSiblings(DataTreetree, Node head, int maxNodes, TLongLongMap counters)