| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.carto.packagemanager.PackageTileStatus | |
Tile status.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| PackageTileStatus | PACKAGE_TILE_STATUS_FULL | Tile if part of the package and package fully covers it. | |||||||||
| PackageTileStatus | PACKAGE_TILE_STATUS_MISSING | Tile is not part of the package. | |||||||||
| PackageTileStatus | PACKAGE_TILE_STATUS_PARTIAL | Tile is part of the package, but package does not fully cover it. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static PackageTileStatus | swigToEnum(int swigValue) | ||||||||||
| final int | swigValue() | ||||||||||
| static PackageTileStatus | valueOf(String name) | ||||||||||
| final static PackageTileStatus[] | values() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Tile if part of the package and package fully covers it.
Tile is part of the package, but package does not fully cover it.
This value is no longer used, thus this is deprecated.