27 #import <Foundation/Foundation.h>
28 #import <ArcGIS/AGSLoadableBase.h>
29 #import <ArcGIS/AGSImage.h>
101 #pragma mark initializers
105 #pragma mark properties
110 @property (nullable, nonatomic, copy, readonly) NSString *
name;
115 @property (nullable, nonatomic, copy, readonly) NSString *
contentType;
152 @property (nonatomic, assign, readonly) BOOL
isLocal;
157 @property (nullable, nonatomic, strong, readonly) NSURL *
fileURL;
168 -(void)generateThumbnailWithSize:(
float)size completion:(
void(^)(
AGSImage * _Nullable image))completion;
176 -(void)generateThumbnailWithSize:(
float)size scaleMode:(
AGSImageScaleMode)scaleMode completion:(
void(^)(
AGSImage * _Nullable image))completion;
183 -(void)sizeInBytesForPreferredSizeWithCompletion:(
void(^)(NSInteger sizeInBytes))completion;
189 -(void)fullDisplayImageWithCompletion:(
void(^)(
AGSImage * _Nullable image))completion;
#define AGSImage
Definition: AGSImage.h:34
Information about a feature attachment.
Definition: AGSAttachment.h:38
A base class for loadables.
Definition: AGSLoadableBase.h:45