zoukankan      html  css  js  c++  java
  • arcgis api for flex 高级主题(一) esri tilemap 四叉树索引研究<转>

    arcgis api for flex 高级主题(一) esri tilemap 四叉树索引研究
    esri tilemap四叉树索引和google map 的四叉树索引是有区别的,区别在于
    google map在第一次分幅的时候分为4片,但esri tilemap只分为2片,相当于在
    第三和第四象限没有图。只有(0,0)(0,1)的时候才有图,这就造成了google
    map和esri tilemap融合的时候比较复杂,不能使用相同的分幅方法。
    在下面的例子里,实现了根据nzoom,以及经纬度取esri服务器上对应的图片。
    图片是512*512的。这个算法是用flex来实现的,也可以用其他语言去实现,然后
    从服务器上裁图。(注意大家不要搞N个线程去下arcgisonline上的数据,不然会
    把arcgisonline的服务搞挂的O(∩_∩)O哈哈~)
    什么都不多说了,直接放代码。
    Code
    原文地址:http://bbs.esrichina-bj.cn/ESRI/viewthread.php?tid=35712&extra=page%3D3%26amp%3Borderby%3Ddateline
  • 相关阅读:
    论文阅读 | Coherent Comments Generation for Chinese Articles with a Graph-to-Sequence Model
    论文阅读 | Multi-Relational Script Learning for Discourse Relations
    论文阅读 | Do you know that Florence is packed with visitors?Evaluating state-of-the-art models of speaker commitment
    论文阅读 | Employing the Correspondence of Relations and Connectives to Identify Implicit Discourse Relations via Label Embeddings
    论文阅读 | A Unified Linear-Time Framework for Sentence-Level Discourse Parsing
    论文阅读 | Revisiting Joint Modeling of Cross-document Entity and Event Coreference Resolution
    论文阅读 | Using Automatically Extracted Minimum Spans to DisentangleCoreference Evaluation from Boundary Detection
    论文阅读 | A Just and Comprehensive Strategy for Using NLP to Address Online Abuse
    论文阅读 | What Does BERT Learn about the Structure of Language?
    jQuery 包装集 选择器
  • 原文地址:https://www.cnblogs.com/wenjl520/p/1494584.html
Copyright © 2011-2022 走看看