Bridges-Python
3.4.5-dev2-5-g352f189
Bridges(Python API)
|
This is meant to be a base class for all map visualization. More...
Public Member Functions | |
def | __init__ (self) |
def | get_projection (self) |
def | get_overlay (self) |
def | get_map_representation (self) |
This is meant to be a base class for all map visualization.
Likely never instantiated explicitly
def bridges.map.Map.__init__ | ( | self | ) |
Reimplemented in bridges.world_map.WorldMap.
def bridges.map.Map.get_map_representation | ( | self | ) |
Reimplemented in bridges.world_map.WorldMap, and bridges.us_map.USMap.
def bridges.map.Map.get_overlay | ( | self | ) |
Reimplemented in bridges.world_map.WorldMap, and bridges.us_map.USMap.
def bridges.map.Map.get_projection | ( | self | ) |
Reimplemented in bridges.world_map.WorldMap, and bridges.us_map.USMap.