• 大小: 23KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-05-23
  • 语言: 其他
  • 标签: arcgis  for  ios例子  

资源简介

arcgis for ios例子 QueryTaskDemo

资源截图

代码片段和文件信息

// Copyright 2012 ESRI
//
// All rights reserved under the copyright laws of the United States
// and applicable international laws treaties and conventions.
//
// You may freely redistribute and use this sample code with or
// without modification provided you include the original copyright
// notice and use restrictions.
//
// See the use restrictions at http://help.arcgis.com/en/sdk/10.0/usageRestrictions.htm
//

#import 

int main(int argc char *argv[]) {
    
    NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
    int retVal = UIApplicationMain(argc argv nil nil);
    [pool release];
    return retVal;
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2012-06-17 11:16  QueryTaskDemo\
     目录           0  2012-06-17 11:16  QueryTaskDemo\Classes\
     文件         882  2012-06-17 11:16  QueryTaskDemo\Classes\DetailsViewController.h
     文件        3604  2012-06-17 11:16  QueryTaskDemo\Classes\DetailsViewController.m
     文件         749  2012-06-17 11:16  QueryTaskDemo\Classes\QueryTaskDemoAppDelegate.h
     文件        1163  2012-06-17 11:16  QueryTaskDemo\Classes\QueryTaskDemoAppDelegate.m
     文件        1399  2012-06-17 11:16  QueryTaskDemo\Classes\RootViewController.h
     文件        5940  2012-06-17 11:16  QueryTaskDemo\Classes\RootViewController.m
     文件        7188  2012-06-17 11:16  QueryTaskDemo\DetailsView.xib
     文件        2307  2012-06-17 11:16  QueryTaskDemo\icon.png
     文件        2597  2012-06-17 11:16  QueryTaskDemo\icon@2x.png
     文件         674  2012-06-17 11:16  QueryTaskDemo\main.m
     文件       11653  2012-06-17 11:16  QueryTaskDemo\MainWindow.xib
     文件        1003  2012-06-17 11:16  QueryTaskDemo\QueryTaskDemo-Info.plist
     目录           0  2012-06-17 11:16  QueryTaskDemo\QueryTaskDemo.xcodeproj\
     文件       18908  2012-06-17 11:16  QueryTaskDemo\QueryTaskDemo.xcodeproj\project.pbxproj
     文件         346  2012-06-17 11:16  QueryTaskDemo\QueryTaskDemo_Prefix.pch
     文件       20605  2012-06-17 11:16  QueryTaskDemo\RootViewController.xib

评论

共有 条评论