Classes | |
class | Map |
Functions | |
def | CheckHeight |
def | CheckLatitude |
def | CheckLongitude |
def | CheckWidth |
def | CHtoWGSheight |
def | CHtoWGSlat |
def | CHtoWGSlng |
def | DecToSexAngle |
def | main |
def | SexAngleToSeconds |
def | SexToDecAngle |
def | signal_handler |
def | usage |
def | WGStoCHh |
def | WGStoCHx |
def | WGStoCHy |
Variables | |
list | available_extension = ["png","gif","jpeg"] |
list | available_layers = ["bg","fg","sym"] |
list | available_zoom = [0.25,0.5,1,2,4,8,32,512] |
list | default_layers = ["bg"] |
string | default_output_directory = "." |
string | default_projection = "EPSG:21781" |
int | default_size = 256 |
string | default_type = "png" |
float | default_zoom = 0.25 |
def GetMap.CheckHeight | ( | h | ) |
def GetMap.CheckLatitude | ( | lat | ) |
def GetMap.CheckLongitude | ( | lng | ) |
def GetMap.CheckWidth | ( | w | ) |
def GetMap.CHtoWGSheight | ( | y, | |
x, | |||
h | |||
) |
def GetMap.CHtoWGSlat | ( | y, | |
x | |||
) |
def GetMap.CHtoWGSlng | ( | y, | |
x | |||
) |
def GetMap.DecToSexAngle | ( | dec | ) |
def GetMap.main | ( | ) |
def GetMap.SexAngleToSeconds | ( | dms | ) |
def GetMap.SexToDecAngle | ( | dms | ) |
def GetMap.signal_handler | ( | signal, | |
frame | |||
) |
def GetMap.usage | ( | ) |
def GetMap.WGStoCHh | ( | lat, | |
lng, | |||
h | |||
) |
def GetMap.WGStoCHx | ( | lat, | |
lng | |||
) |
def GetMap.WGStoCHy | ( | lat, | |
lng | |||
) |
list GetMap::available_extension = ["png","gif","jpeg"] |
list GetMap::available_layers = ["bg","fg","sym"] |
list GetMap::available_zoom = [0.25,0.5,1,2,4,8,32,512] |
list GetMap::default_layers = ["bg"] |
string GetMap::default_output_directory = "." |
string GetMap::default_projection = "EPSG:21781" |
int GetMap::default_size = 256 |
string GetMap::default_type = "png" |
float GetMap::default_zoom = 0.25 |