|
ArcGIS Runtime SDK for iOS
100.15
|
Instance Methods | |
| (instancetype) | - initWithFileURL: |
| (instancetype) | - initWithSpecificationType: |
| (instancetype) | - initWithSpecificationType:styleURL: |
Class Methods | |
| (instancetype) | + dictionarySymbolStyleWithFileURL: |
| (instancetype) | + dictionarySymbolStyleWithSpecificationType: |
| (instancetype) | + dictionarySymbolStyleWithSpecificationType:styleURL: |
Properties | |
| NSDictionary< NSString *, NSString * > * | configurationProperties |
| NSString * | specificationType |
| + (instancetype) dictionarySymbolStyleWithFileURL: | (NSURL *) | fileURL |
Creates a new dictionary symbol style object from the style file at the provided location.
| fileURL | The physical location of the .stylx file. |
dictionarySymbolStyleWithURL: (AGSDictionarySymbolStyle) instead. Extends class AGSDictionarySymbolStyle.
| + (instancetype) dictionarySymbolStyleWithSpecificationType: | (NSString *) | specificationType |
Creates a new dictionary symbol style object for a known military standard (such as Mil2525D). This constructor is only valid for use with the older format style files. An AGSErrorCodeCommonInvalidArgument is raised if a newer format (Arcade-based) style is encountered.
| specificationType | The name of supported military standard to use for the dictionary style. |
AGSDictionarySymbolStyle from a specification is no longer supported with the new Arcade-based symbol styles. Extends class AGSDictionarySymbolStyle.
| + (instancetype) dictionarySymbolStyleWithSpecificationType: | (NSString *) | specificationType | |
| styleURL: | (NSURL *) | styleURL | |
Creates a new Symbol dictionary object using the style file identified by the specification type or style location. This constructor is only valid for use with the older format style files. An AGSErrorCodeCommonInvalidArgument is raised if a newer format (Arcade-based) style is encountered.
| specificationType | The name of a supported military standard to use for the dictionary style. |
| styleURL | The physical location of an older format (non-Arcade based) .stylx file. You must provide the full path (e.g. ../../../mil2525c/mil2525c.stylx). |
AGSDictionarySymbolStyle from a specification is no longer supported with the new military symbol styles. Extends class AGSDictionarySymbolStyle.
| - (instancetype) initWithFileURL: | (NSURL *) | fileURL |
Creates a new dictionary symbol style object from the style file at the provided location.
| fileURL | The physical location of the .stylx file. |
initWithURL: (AGSDictionarySymbolStyle) instead. Extends class AGSDictionarySymbolStyle.
| - (instancetype) initWithSpecificationType: | (NSString *) | specificationType |
Creates a new dictionary symbol style object for a known military standard (such as Mil2525D). This constructor is only valid for use with the older format style files. An AGSErrorCodeCommonInvalidArgument is raised if a newer format (Arcade-based) style is encountered.
| specificationType | The name of supported military standard to use for the dictionary style. |
AGSDictionarySymbolStyle from a specification is no longer supported with the new Arcade-based symbol styles. Extends class AGSDictionarySymbolStyle.
| - (instancetype) initWithSpecificationType: | (NSString *) | specificationType | |
| styleURL: | (NSURL *) | styleURL | |
Creates a new Symbol dictionary object using the style file identified by the specification type or style location. This constructor is only valid for use with the older format style files. An AGSErrorCodeCommonInvalidArgument is raised if a newer format (Arcade-based) style is encountered.
| specificationType | The name of a supported military standard to use for the dictionary style. |
| styleURL | The physical location of an older format (non-Arcade based) .stylx file. You must provide the full path (e.g. ../../../mil2525c/mil2525c.stylx). |
AGSDictionarySymbolStyle from a specification is no longer supported with the new military symbol styles. Extends class AGSDictionarySymbolStyle.
|
readwritenonatomiccopy |
The NSDictionary of configuration settings and values used by the style. These settings are specific to the rule engine used by the AGSDictionarySymbolStyle.
Extends class AGSDictionarySymbolStyle.
|
readnonatomiccopy |
The name of the dictionary (.stylx file), such as "Mil2525D".
AGSDictionarySymbolStyle::dictionaryName property instead.Extends class AGSDictionarySymbolStyle.