Uses of Class
org.geotools.mbstyle.sprite.SpriteIndex
-
Packages that use SpriteIndex Package Description org.geotools.mbstyle.sprite -
-
Uses of SpriteIndex in org.geotools.mbstyle.sprite
Fields in org.geotools.mbstyle.sprite with type parameters of type SpriteIndex Modifier and Type Field Description protected static Map<URL,SpriteIndex>
SpriteGraphicFactory. indexCache
Methods in org.geotools.mbstyle.sprite that return SpriteIndex Modifier and Type Method Description protected SpriteIndex
SpriteGraphicFactory. getSpriteIndex(URL baseUrl)
Retrieve the sprite sheet index for the provided sprite base url.
-