• Main Page
  • Classes
  • Globals
  • Related Pages

AGSTileOperation.h

00001 /*
00002  COPYRIGHT 2010 ESRI
00003  
00004  TRADE SECRETS: ESRI PROPRIETARY AND CONFIDENTIAL
00005  Unpublished material - all rights reserved under the
00006  Copyright Laws of the United States and applicable international
00007  laws, treaties, and conventions.
00008  
00009  For additional information, contact:
00010  Environmental Systems Research Institute, Inc.
00011  Attn: Contracts and Legal Services Department
00012  380 New York Street
00013  Redlands, California, 92373
00014  USA
00015  
00016  email: contracts@esri.com
00017  */
00018 
00019 @class AGSTile;
00020 
00030 @protocol AGSTileOperation <NSObject>
00031 
00035 @property (nonatomic, retain) AGSTile *tile;
00036 
00037 @end
00038 
00039 //Excluding from API ref doc
00040 //## @cond
00041 @protocol AGSBatchTileOperation <NSObject>
00042 
00043 @property (nonatomic, retain) NSArray *tiles;
00044 
00045 @end
00046 //## @endcond
Copyright © 1995-2012 Esri. All rights reserved.