|
ArcGIS Runtime SDK for iOS
100.15
|
A scale level in a tiling scheme.
Instances of this class represent an individual scale level of a tile cache's tiling scheme
Instance Methods | |
| (instancetype) | - initWithLevel:resolution:scale: |
Class Methods | |
| (instancetype) | + levelOfDetailWithLevel:resolution:scale: |
Properties | |
| NSInteger | level |
| double | resolution |
| double | scale |
| - (instancetype) initWithLevel: | (NSInteger) | level | |
| resolution: | (double) | resolution | |
| scale: | (double) | scale | |
Initialize a level of detail to represent a scale level of a tiling scheme
| level | of the desired scale level |
| resolution | of the desired scale level |
| scale | of the desired scale level |
| + (instancetype) levelOfDetailWithLevel: | (NSInteger) | level | |
| resolution: | (double) | resolution | |
| scale: | (double) | scale | |
Initialize a level of detail to represent a scale level of a tiling scheme
| level | of the desired scale level |
| resolution | of the desired scale level |
| scale | of the desired scale level |
|
readnonatomicassign |
ID for the scale level. The top most level is 0. This level represents the finest level of detail.
|
readnonatomicassign |
Resolution, in map units, of each pixel in a tile for the scale level.
|
readnonatomicassign |
Scale for the level.