|
ArcGIS Runtime SDK for iOS
100.15
|
A tile key.
Instances of this class represent a "key" (as in a key-value pair) that uniquely identifies a tile in a tiling scheme.
Instance Methods | |
| (instancetype) | - initWithLevel:column:row: |
| (BOOL) | - isEqualToTileKey: |
Class Methods | |
| (instancetype) | + tileKeyWithLevel:column:row: |
Properties | |
| NSInteger | column |
| NSInteger | level |
| NSInteger | row |
| - (instancetype) initWithLevel: | (NSInteger) | level | |
| column: | (NSInteger) | column | |
| row: | (NSInteger) | row | |
Create a tile key from the specified level, column and row.
| level | in the tiling scheme that the tile belongs to |
| column | in the tiling scheme that the tile belongs to |
| row | in the tiling scheme that the tile belongs to |
| - (BOOL) isEqualToTileKey: | (AGSTileKey *) | other |
Compares two tile keys for equality
| other | tile key to compare this one to |
| + (instancetype) tileKeyWithLevel: | (NSInteger) | level | |
| column: | (NSInteger) | column | |
| row: | (NSInteger) | row | |
Create a tile key from the specified level, column and row.
| level | in the tiling scheme that the tile belongs to |
| column | in the tiling scheme that the tile belongs to |
| row | in the tiling scheme that the tile belongs to |
|
readnonatomicassign |
The column of tiling scheme.
|
readnonatomicassign |
The scale level of tiling scheme
|
readnonatomicassign |
The row of tiling scheme