|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MapDataSource
A source of map data. This base interface is used internally within the program.
Method Summary | |
---|---|
Area |
getBounds()
Get the area that this map covers. |
java.util.List<MapLine> |
getLines()
Get the list of lines that need to be rendered to the map. |
java.util.List<Overview> |
getOverviews()
Get a list of every feature that is used in the map. |
java.util.List<MapPoint> |
getPoints()
Get the list of points that need to be rendered on the map. |
RoadNetwork |
getRoadNetwork()
Get the high level view of the road network. |
java.util.List<MapShape> |
getShapes()
Get the list of shapes that need to be rendered to the map. |
Method Detail |
---|
Area getBounds()
java.util.List<MapPoint> getPoints()
MapPoint
objects.java.util.List<MapLine> getLines()
MapLine
objects.java.util.List<MapShape> getShapes()
MapShape
objects.RoadNetwork getRoadNetwork()
RoadNetwork
object with all the connections between
roads. If this returns null, then the NET and NOD sections should
not be written.java.util.List<Overview> getOverviews()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |