uk.me.parabola.mkgmap.reader.osm
Interface TypeResult
- All Known Implementing Classes:
- WatchableTypeResult
public interface TypeResult
Interface for adding a map element to the map. Called from the style
engine when it has resolved a type from the input osm tags.
- Author:
- Steve Ratcliffe
Method Summary |
void |
add(Element el,
GType type)
Add the resolved type to next stage in the map making process. |
NULL_RESULT
static final TypeResult NULL_RESULT
- Use this if you don't want to save the results. Only likely to be
used for the test cases.
add
void add(Element el,
GType type)
- Add the resolved type to next stage in the map making process.
- Parameters:
el
- The OSM element.type
- The Garmin type that this resolves too.