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 WayResolver
All Known Implementing Classes:
HDTileBasedDataProcessor
,
RAMTileBasedDataProcessor
public interface
WayResolver
A type that is capable of resolving way entities from a given id.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
TDWay
getWay
(long id)
Method Detail
getWay
TDWay
getWay(long id)
Parameters:
id
- the id of the way
Returns:
a resolved way
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