Toggle navigation
JarYard
Browse
Search
About
Groups
de.topobyte
jeography-tiles
0.1.2
Javadoc
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Search
de
.
topobyte
.
jeography
.
tiles
Interface UrlProvider<T>
Type Parameters:
T
- type argument.
All Known Implementing Classes:
TileUrlAndCachePathProvider
,
TileUrlProvider
public interface
UrlProvider<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
String
getUrl
(
T
thing)
Get the url for this thing.
Method Detail
getUrl
String
getUrl(
T
thing)
Get the url for this thing.
Parameters:
thing
- the thing to get.
Returns:
the url for this thing.