Package com.aerisweather.aeris.tiles
Class AerisConstants
- java.lang.Object
-
- com.aerisweather.aeris.tiles.AerisConstants
-
public class AerisConstants extends Object
Holds references to server constants variables
-
-
Constructor Summary
Constructors Constructor Description AerisConstants()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAnimationTileFormat()StringgetBaseTileSecureUrl()StringgetBaseTileUrl()StringgetBaseTileUrlWithSecureServer(int i)StringgetBaseTileUrlWithServer(int i)StringgetFullTileFormat()static AerisConstantsgetInstance()StringgetTileFormat()StringgetTimeFormat()voidsetBaseTileSecureUrl(String url)voidsetBaseTileUrl(String url)voidsetBaseTileUrlWithSecureServer(String url)voidsetBaseTileUrlWithServer(String url)
-
-
-
Method Detail
-
getInstance
public static AerisConstants getInstance()
-
getBaseTileUrlWithServer
public String getBaseTileUrlWithServer(int i)
-
setBaseTileUrlWithServer
public void setBaseTileUrlWithServer(String url)
-
getBaseTileUrlWithSecureServer
public String getBaseTileUrlWithSecureServer(int i)
-
setBaseTileUrlWithSecureServer
public void setBaseTileUrlWithSecureServer(String url)
-
getBaseTileUrl
public String getBaseTileUrl()
-
setBaseTileUrl
public void setBaseTileUrl(String url)
-
getBaseTileSecureUrl
public String getBaseTileSecureUrl()
-
setBaseTileSecureUrl
public void setBaseTileSecureUrl(String url)
-
getTileFormat
public String getTileFormat()
-
getFullTileFormat
public String getFullTileFormat()
-
getTimeFormat
public String getTimeFormat()
-
getAnimationTileFormat
public String getAnimationTileFormat()
-
-