SYMBOL INDEX (44 symbols across 2 files) FILE: downloader_1.1.py function wgs_to_mercator (line 25) | def wgs_to_mercator(x, y): function mercator_to_wgs (line 36) | def mercator_to_wgs(x, y): function transformLat (line 48) | def transformLat(x, y): function transformLon (line 56) | def transformLon(x, y): function delta (line 64) | def delta(lat, lon): function outOfChina (line 85) | def outOfChina(lat, lon): function gcj_to_wgs (line 93) | def gcj_to_wgs(gcjLon, gcjLat): function wgs_to_gcj (line 100) | def wgs_to_gcj(wgsLon, wgsLat): function wgs_to_tile (line 111) | def wgs_to_tile(j, w, z): function pixls_to_mercator (line 143) | def pixls_to_mercator(zb): function tile_to_pixls (line 162) | def tile_to_pixls(zb): class Downloader (line 177) | class Downloader(Thread): method __init__ (line 179) | def __init__(self, index, count, urls, datas, update): method download (line 191) | def download(self, url): method run (line 205) | def run(self): function get_url (line 223) | def get_url(source, x, y, z, style): # function get_urls (line 233) | def get_urls(x1, y1, x2, y2, z, source='google', style='s'): function download_tiles (line 246) | def download_tiles(urls, multi=10): function merge_tiles (line 267) | def merge_tiles(datas, x1, y1, x2, y2, z): function getExtent (line 286) | def getExtent(x1, y1, x2, y2, z, source="Google China"): function saveTiff (line 303) | def saveTiff(r, g, b, gt, filePath): function main (line 325) | def main(left, top, right, bottom, zoom, filePath, style='s', server="Go... FILE: downloader_1.2.py function wgs_to_mercator (line 26) | def wgs_to_mercator(x, y): function mercator_to_wgs (line 37) | def mercator_to_wgs(x, y): function transformLat (line 49) | def transformLat(x, y): function transformLon (line 57) | def transformLon(x, y): function delta (line 65) | def delta(lat, lon): function outOfChina (line 86) | def outOfChina(lat, lon): function gcj_to_wgs (line 94) | def gcj_to_wgs(gcjLon, gcjLat): function wgs_to_gcj (line 101) | def wgs_to_gcj(wgsLon, wgsLat): function wgs_to_tile (line 112) | def wgs_to_tile(j, w, z): function pixls_to_mercator (line 144) | def pixls_to_mercator(zb): function tile_to_pixls (line 163) | def tile_to_pixls(zb): class Downloader (line 178) | class Downloader(Thread): method __init__ (line 180) | def __init__(self, index, count, urls, datas): method download (line 191) | def download(self, url): method run (line 205) | def run(self): function getExtent (line 215) | def getExtent(x1, y1, x2, y2, z, source="Google China"): function saveTiff (line 232) | def saveTiff(r, g, b, gt, filePath): function get_url (line 260) | def get_url(source, x, y, z, style): # function get_urls (line 270) | def get_urls(x1, y1, x2, y2, z, source, style): function merge_tiles (line 283) | def merge_tiles(datas, x1, y1, x2, y2, z): function download_tiles (line 298) | def download_tiles(urls, multi=10): function main (line 314) | def main(left, top, right, bottom, zoom, filePath, style='s', server="Go...