| Modifier and Type | Method and Description |
|---|---|
Node |
Node.getLeft()
|
Node |
Node.getParent()
|
Node |
Node.getRight()
|
Node |
DataTree.getRoot()
|
Node |
Node.getSibling()
|
| Modifier and Type | Method and Description |
|---|---|
List |
DataTree.getInner()
|
List |
DataTree.getInner(Node
|
List |
DataTree.getLeafs()
|
List |
DataTree.getLeafs(Node
|
List |
DataTree.query(Coordinate
|
List |
DataTree.query(double lon, double lat)
|
List |
DataTree.query(Envelope
|
List |
DataTree.query(Geometry
|
List |
DataTree.query(Node
|
List |
DataTree.query(Node
|
| Modifier and Type | Method and Description |
|---|---|
File |
DataTreeFiles.getFile(Node
|
List |
DataTree.getInner(Node
|
List |
DataTree.getLeafs(Node
|
Path |
DataTreeFiles.getPath(Node
|
File |
DataTreeFiles.getSubdirFile(Node
|
Path |
DataTreeFiles.getSubdirPath(Node
|
static void |
DataTreeUtil.mergeUnderfilledSiblings(DataTree
|
List |
DataTree.query(Node
|
List |
DataTree.query(Node
|
| Modifier and Type | Method and Description |
|---|---|
static GeometryCollection |
BoxUtil.createBoxesGeometry(List
|
void |
Node.query(List
|
void |
Node.query(List
|
| Modifier and Type | Field and Description |
|---|---|
protected List |
AbstractTreeFilesMerger.leafs
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractTreeFilesMerger.mergeFiles(Node
|
| Modifier and Type | Method and Description |
|---|---|
Node |
NodeTreeLeafCounter.getHead()
|
Node |
IteratorNodeTreeLeafCounter.getHead()
|
Node |
SimpleNodeTreeLeafCounter.getHead()
|
Node |
ThreadedNodeTreeLeafCounter.getHead()
|
| Modifier and Type | Method and Description |
|---|---|
NodeTreeLeafCounter |
NodeTreeLeafCounterFactory.createLeafCounter(DataTree
|
NodeTreeLeafCounter |
ThreadedNodeTreeLeafCounterFactory.createLeafCounter(DataTree
|
NodeTreeLeafCounter |
SimpleNodeTreeLeafCounterFactory.createLeafCounter(DataTree
|
| Constructor and Description | |
|---|---|
IteratorNodeTreeLeafCounter(DataTree
|
|
SimpleNodeTreeLeafCounter(DataTree
|
|
ThreadedNodeTreeLeafCounter(DataTree
|
| Modifier and Type | Field and Description |
|---|---|
protected Node |
AbstractNodeTreeDistributor.head
|
| Modifier and Type | Field and Description |
|---|---|
protected Map |
AbstractNodeTreeDistributor.outputs
|
| Modifier and Type | Method and Description |
|---|---|
Node |
AbstractNodeTreeDistributor.getHead()
|
| Modifier and Type | Method and Description |
|---|---|
Map |
AbstractNodeTreeDistributor.getOutputs()
|
| Modifier and Type | Method and Description |
|---|---|
NodeTreeDistributor |
NodeTreeDistributorFactory.createDistributor(DataTree
|
NodeTreeDistributor |
SimpleNodeTreeDistributorFactory.createDistributor(DataTree
|
NodeTreeDistributor |
MultiThreadedNodeTreeDistributorFactory.createDistributor(DataTree
|
NodeTreeDistributor |
ThreadedNodeTreeDistributorFactory.createDistributor(DataTree
|
| Constructor and Description | |
|---|---|
AbstractNodeTreeDistributor(DataTree
|
|
MultiThreadedNodeTreeDistributor(DataTree
|
|
MultiThreadedNodeTreeDistributor(DataTree
|
|
SimpleNodeTreeDistributor(DataTree
|
|
ThreadedNodeTreeDistributor(DataTree
|
| Modifier and Type | Method and Description |
|---|---|
OsmStreamOutput |
DataTreeOutputFactory.init(Node
|
OsmStreamOutput |
ClosingDataTreeOutputFactory.init(Node
|
| Modifier and Type | Field and Description |
|---|---|
protected List |
AbstractMissingWayNodesFinder.leafs
|
protected Map |
AbstractWaysDistributor.outputsNodes
|
protected Map |
AbstractWaysDistributor.outputsWays
|
| Modifier and Type | Method and Description |
|---|---|
Node |
LeafData.getLeaf()
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractWaysDistributor.build(Node
|
protected MissingWayNodesFinderTask |
AbstractMissingWayNodesFinder.creatTask(Node
|
protected void |
SimpleWaysToTreeMapper.process(OsmWay
|
protected abstract void |
AbstractWaysToTreeMapper.process(OsmWay
|
protected void |
ThreadedWaysToTreeMapper.put(OsmWay
|
protected void |
ThreadedWaysDistributor.write(Node
|
protected void |
SimpleWaysDistributor.write(Node
|
protected abstract void |
AbstractWaysDistributor.write(Node
|
| Constructor and Description | |
|---|---|
LeafData(Node
|
| Modifier and Type | Method and Description |
|---|---|
QueryResult |
LeafQuery.execute(Node
|
| Modifier and Type | Field and Description |
|---|---|
protected Map |
RelationsDistributorBase.outputs
|