您的位置:首页 > 其它

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

2013-07-24 13:59 465 查看
特点:

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中搜索下载应用)
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: