Class GoogleTileServer
- java.lang.Object
-
- org.eclipse.nebula.widgets.geomap.internal.URLService
-
- org.eclipse.nebula.widgets.geomap.TileServer
-
- org.eclipse.nebula.widgets.geomap.GoogleTileServer
-
public final class GoogleTileServer extends TileServer
This class encapsulates a tileserver, which has the concept of a baseurl and a maximum zoon level.
-
-
Field Summary
Fields Modifier and Type Field Description static GoogleTileServer[]
TILESERVERS
A couple of default Google tile servers
-
Constructor Summary
Constructors Constructor Description GoogleTileServer(java.lang.String url, int maxZoom)
Initializes a Google maps TileServer
-
Method Summary
-
Methods inherited from class org.eclipse.nebula.widgets.geomap.TileServer
createZXYMap, getMaxZoom, getTileURL, getTileURL, getTileURL, getURLFormatArguments, getURLFormatMap, toString
-
Methods inherited from class org.eclipse.nebula.widgets.geomap.internal.URLService
getServiceURL, getServiceURL, getURL, parseUrl
-
-
-
-
Field Detail
-
TILESERVERS
public static final GoogleTileServer[] TILESERVERS
A couple of default Google tile servers
-
-