Uses of Class
org.geotools.mbstyle.sprite.SpriteIndex.IconInfo
- 
Packages that use SpriteIndex.IconInfo Package Description org.geotools.mbstyle.sprite 
- 
- 
Uses of SpriteIndex.IconInfo in org.geotools.mbstyle.spriteMethods in org.geotools.mbstyle.sprite that return SpriteIndex.IconInfo Modifier and Type Method Description SpriteIndex.IconInfoSpriteIndex. getIcon(String iconName)Get information about a single icon from the indexprotected static SpriteIndex.IconInfoSpriteIndex. parseIconInfoFromIndex(JSONObject iconIndex, String iconName)Parse theSpriteIndex.IconInfofor the provided iconName in the provided icon index.Methods in org.geotools.mbstyle.sprite that return types with arguments of type SpriteIndex.IconInfo Modifier and Type Method Description ImmutableMap<String,SpriteIndex.IconInfo>SpriteIndex. getIcons()Get the names and data of all icons in the index
 
-