• Main Page
  • Classes
  • Globals
  • Related Pages

AGSTileRequestOperation.h

00001 /*
00002  COPYRIGHT 2009 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 #import <Foundation/Foundation.h>
00020 #import <UIKit/UIKit.h>
00021 
00022 @class AGSTileOperation;
00023 @class AGSRequestOperation;
00024 
00031 @interface AGSTileRequestOperation : AGSRequestOperation <AGSTileOperation> {
00032 @private
00033  AGSTile *_tile;
00034     BOOL _noDataError;
00035 }
00036 
00040 @property (nonatomic, retain) AGSTile *tile;
00041 
00047 + (BOOL)deleteAllTileCaches __attribute__((deprecated));
00048 
00057 - (id)initWithURL:(NSURL *)url layerFilePrefix:(NSString *)filePrefix  __attribute__((deprecated));
00058 
00059 @end
00060 
Copyright © 1995-2012 Esri. All rights reserved.