特点:

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

Posted on 2013-07-24 13:59  软灵在线  阅读(177)  评论(0编辑  收藏  举报