21 #import <ArcGIS/AGSLoadableBase.h> 22 #import <ArcGIS/AGSRemoteResource.h> 23 #import <ArcGIS/AGSImage.h> 40 #pragma mark initializers 53 - (instancetype)initWithImage:(AGSImage *)image
65 + (instancetype)imageFrameWithImage:(AGSImage *)image
79 - (instancetype)initWithImage:(AGSImage *)image
93 + (instancetype)imageFrameWithImage:(AGSImage *)image
102 - (instancetype)initWithURL:(NSURL *)URL;
110 + (instancetype)imageFrameWithURL:(NSURL *)URL;
121 - (instancetype)initWithURL:(NSURL *)URL
133 + (instancetype)imageFrameWithURL:(NSURL *)URL
146 - (instancetype)initWithURL:(NSURL *)URL
159 + (instancetype)imageFrameWithURL:(NSURL *)URL
163 #pragma mark properties 168 @property (nullable, nonatomic, strong, readonly)
AGSEnvelope *extent;
173 @property (nullable, nonatomic, strong, readonly) AGSImage *
image;
178 @property (nullable, nonatomic, strong, readonly)
AGSPolygon *quadrilateral;
A base class for loadables.
Definition: AGSLoadableBase.h:37
A multipart shape used to represent an area.
Definition: AGSPolygon.h:57
A geometry that represents a rectangular shape.
Definition: AGSEnvelope.h:47
AGSImage * image
Definition: AGSImageFrame.h:173
A frame that, when added to an AGSImageOverlay, renders an image on top of a scene.
Definition: AGSImageFrame.h:37
A protocol adopted by classes that access remote network resources that have the potential to be secu...
Definition: AGSRemoteResource.h:34