ArcGIS Runtime SDK for iOS
100.15
|
Object representing a unit of content.
Subclasses represent a unit of content. The content may reside in an ArcGIS portal, or locally on disk.
Instance Methods | |
(id< AGSCancelable >) | - fetchDataWithCompletion: |
(void) | - setThumbnailWithImage: |
(id< AGSCancelable >) | - updateItemPropertiesWithCompletion: |
Properties | |
NSString * | accessInformation |
NSDate * | created |
AGSEnvelope * | extent |
NSString * | itemDescription |
NSString * | itemID |
NSDate * | modified |
NSString * | name |
NSString * | snippet |
NSString * | spatialReferenceName |
NSArray< NSString * > * | tags |
NSString * | termsOfUse |
AGSLoadableImage * | thumbnail |
NSString * | title |
NSArray< NSString * > * | typeKeywords |
- (id<AGSCancelable>) fetchDataWithCompletion: | (void(^)(NSData *__nullable data, NSError *__nullable error)) | completion |
Kicks off an operation to fetch the raw bytes for the item. The completion block is invoked when the operation completes successfully or if an error is encountered.
completion | block that is invoked when operation finishes |
- (void) setThumbnailWithImage: | (nullable AGSImage *) | image |
Sets the thumbnail for this item.
image | The NSImage/UIImage representing the thumbnail. The recommended image size is 200 pixels wide by 133 pixels high. Acceptable image formats are PNG, GIF, and JPEG. The maximum file size for an image is 1 MB. |
|
readwritenonatomiccopy |
The access information about the item.
|
readnonatomicstrong |
Date on which the item was first saved.
|
readwritenonatomicstrong |
The default extent of the item. Only applicable to certain item types.
|
readwritenonatomiccopy |
The description of the item, if any.
|
readnonatomiccopy |
The ID of the item.
|
readnonatomicstrong |
Date on which the item was modified.
|
readnonatomiccopy |
The file name of the item for file types.
|
readwritenonatomiccopy |
Snippet or summary of the item with a character limit of 250 characters.
|
readwritenonatomiccopy |
Spatial reference of the geographic content
|
readwritenonatomiccopy |
The user defined tags that describe the specified item.
|
readwritenonatomiccopy |
The terms of use of the item. It is stored in the "licenseInfo" property in json. The property can contain HTML markup.
|
readnonatomicstrong |
The thumbnail image of the item. The image needs to be loaded asynchronously by calling loadWithCompletion: (AGSLoadable-p)
If it is nil, there is no item thumbnail.
|
readwritenonatomiccopy |
Title of the item.
|
readwritenonatomiccopy |
An array of keywords that further describes the type of item. Each item is tagged with a set of type keywords that are derived based on its primary type.