zoukankan      html  css  js  c++  java
  • 基于ArcGIS Viewer for Flex开发的一款跨平台的应用程序

    特点:

    1、基于ArcGIS Viewer for Flex开发的一款跨平台的应用程序;

    -(IBAction) showTOC:(id)sender
    {
        if (_tocViewController == nil) {
            _tocViewController = [[TocViewController alloc] initWithNibName:@"TocViewController" bundle:nil];
            _tocViewController.tocDelegate = self;
            
            //UINavigationController *tocNavigationController = [[UINavigationController alloc] initWithRootViewController:_tocViewController];
            
            _tocPopoverController = [[UIPopoverController alloc] initWithContentViewController:_tocViewController];
            [_tocPopoverController setValue:[NSNumber numberWithInt:2] forKey:@"popoverBackgroundStyle"];
            //[tocNavigationController release];
        }
        [_tocPopoverController presentPopoverFromRect:((UIButton*)sender).frame inView:self.view permittedArrowDirections:UIPopoverArrowDirectionAny animated:YES];
    }

    2、可以通过配置文件来加载自己的数据。

    应用截图:

    应用现状:2011年10月28日更新,可正常使用,类别导航。

    第一章      其它第三方应用(暂不确定是否使用ArcGIS开发)

    (使用“名称”关键词可在app store中搜索下载应用)

  • 相关阅读:
    1新随笔
    MySQL--DML语言
    记一下Spring整合MyBatis踩的坑
    MyBatis(二)动态sql
    Mybatis动态代理注意事项
    几个练习指法和盲打的网站
    友链
    博客初心&心情小计
    博客园美化之标题显示
    博客园美化鼠标点击效果【富强民主文明和谐……】
  • 原文地址:https://www.cnblogs.com/running/p/3210530.html
Copyright © 2011-2022 走看看