ArcGIS Runtime SDK for iOS: AGSShapefileInfo Class Reference
ArcGIS Runtime SDK for iOS  100.15
AGSShapefileInfo Class Reference

Description

Metadata for a shapefile dataset.

Instances of this class respresent metadata for a shapefile dataset. The metadata is only available if the dataset contains an associated .xml file.

Since
100.2
Inheritance diagram for AGSShapefileInfo:
AGSObject

Properties

NSString * copyrightText
 
NSString * credits
 
NSString * shapefileDescription
 
NSString * summary
 
NSArray< NSString * > * tags
 
AGSImagethumbnail
 

Property Documentation

◆ copyrightText

- (NSString*) copyrightText
readnonatomiccopy

Copyright text of the shapefile.

Since
100.2

◆ credits

- (NSString*) credits
readnonatomiccopy

Credits of the shapefile.

Since
100.2

◆ shapefileDescription

- (NSString*) shapefileDescription
readnonatomiccopy

Description of the shapefile.

Since
100.2

◆ summary

- (NSString*) summary
readnonatomiccopy

Summary of the shapefile.

Since
100.2

◆ tags

- (NSArray<NSString*>*) tags
readnonatomiccopy

Tags of the shapefile.

Since
100.2

◆ thumbnail

- (AGSImage*) thumbnail
readnonatomicstrong

Thumbnail of the shapefile.

Since
100.2