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中搜索下载应用)

  • 相关阅读:
    2017普及组D1T3 洛谷P3956 棋盘
    2017提高组D1T1 洛谷P3951 小凯的疑惑
    Title
    Title
    Title
    Title
    Title
    Title
    Title
    Title
  • 原文地址:https://www.cnblogs.com/running/p/3210530.html
Copyright © 2011-2022 走看看