java.lang.Object | |
↳ | com.carto.packagemanager.PackageTileMask |
Tile mask contains map package spatial coverage information and
can be used for very fast 'tile in package' tests.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
synchronized void | delete() | ||||||||||
boolean |
equals(Object obj)
Checks if this object is equal to the specified object.
| ||||||||||
MultiPolygonGeometry |
getBoundingPolygon(Projection projection)
Returns the bounding polygon of the tilemask.
| ||||||||||
int |
getMaxZoomLevel()
Returns maximum zoom level encoded in this tilemask.
| ||||||||||
String |
getStringValue()
Returns the encoded tile mask value.
| ||||||||||
PackageTileStatus |
getTileStatus(MapTile tile)
Returns the status of the specified tile.
| ||||||||||
int |
hashCode()
Returns the hash value of this object.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Checks if this object is equal to the specified object.
obj | The reference object. |
---|
Returns the bounding polygon of the tilemask.
projection | The projection to use. |
---|
Returns maximum zoom level encoded in this tilemask.
Returns the encoded tile mask value. This should not be displayed to the user.
Returns the status of the specified tile. This method can be used for fast testing whether a tile is part of the package.
tile | The tile to check. |
---|
Returns the hash value of this object.