Uses of Class
org.meteoinfo.data.mapdata.webmap.Tile.Priority
-
Packages that use Tile.Priority Package Description org.meteoinfo.data.mapdata.webmap -
-
Uses of Tile.Priority in org.meteoinfo.data.mapdata.webmap
Methods in org.meteoinfo.data.mapdata.webmap that return Tile.Priority Modifier and Type Method Description Tile.PriorityTile. getPriority()Gets the loading priority of this tile.static Tile.PriorityTile.Priority. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Tile.Priority[]Tile.Priority. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.meteoinfo.data.mapdata.webmap with parameters of type Tile.Priority Modifier and Type Method Description voidTile. setPriority(Tile.Priority priority)Set the loading priority of this tile.
-