Uses of Interface
org.geotools.tile.ImageLoader
-
Packages that use ImageLoader Package Description org.geotools.ows.wmts.client org.geotools.tile org.geotools.tile.impl org.geotools.tile.impl.bing org.geotools.tile.impl.osm org.geotools.tile.util -
-
Uses of ImageLoader in org.geotools.ows.wmts.client
Classes in org.geotools.ows.wmts.client that implement ImageLoader Modifier and Type Class Description class
WMTSTileService
A tile service for a single matrix set of a WMTS servers. -
Uses of ImageLoader in org.geotools.tile
Classes in org.geotools.tile that implement ImageLoader Modifier and Type Class Description class
Tile
At tile represents a single space on the map within a specific ReferencedEnvelope.class
TileService
A TileService represent the class of objects that serve map tiles.Methods in org.geotools.tile with parameters of type ImageLoader Modifier and Type Method Description void
Tile. setImageLoader(ImageLoader imageLoader)
-
Uses of ImageLoader in org.geotools.tile.impl
Classes in org.geotools.tile.impl that implement ImageLoader Modifier and Type Class Description class
WebMercatorTileService
The WebMercatorTileService is an abstract class that holds some of the tile service logic for Mercator-based tile services. -
Uses of ImageLoader in org.geotools.tile.impl.bing
Classes in org.geotools.tile.impl.bing that implement ImageLoader Modifier and Type Class Description class
BingService
The Bing tile service.class
BingTile
The BingTile, for the Bing Maps family -
Uses of ImageLoader in org.geotools.tile.impl.osm
Classes in org.geotools.tile.impl.osm that implement ImageLoader Modifier and Type Class Description class
OSMService
The tile service for the OpenStreetMap family.class
OSMTile
The tile implementation for the OpenStreetMap family -
Uses of ImageLoader in org.geotools.tile.util
Classes in org.geotools.tile.util that implement ImageLoader Modifier and Type Class Description class
CachedImageLoader
The CachedImageLoader is a simple ImageLoader that uses your disk as a cache for tiles.
-