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.sprite
Methods in org.geotools.mbstyle.sprite that return SpriteIndex.IconInfo Modifier and Type Method Description SpriteIndex.IconInfo
SpriteIndex. getIcon(String iconName)
Get information about a single icon from the indexprotected static SpriteIndex.IconInfo
SpriteIndex. parseIconInfoFromIndex(JSONObject iconIndex, String iconName)
Parse theSpriteIndex.IconInfo
for 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
-