JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.mapsforge.map.writer.model
Interface NodeResolver
All Known Implementing Classes:
HDTileBasedDataProcessor
,
RAMTileBasedDataProcessor
public interface
NodeResolver
Resolves node entities.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
TDNode
getNode
(long id)
Resolves the node entity with the given id.
Method Detail
getNode
TDNode
getNode(long id)
Resolves the node entity with the given id.
Parameters:
id
- the id of the node entity
Returns:
a node entity if existent, null otherwise
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method