Uses of Class
org.eclipse.nebula.widgets.geomap.internal.URLService
-
Packages that use URLService Package Description org.eclipse.nebula.widgets.geomap org.eclipse.nebula.widgets.geomap.jface -
-
Uses of URLService in org.eclipse.nebula.widgets.geomap
Subclasses of URLService in org.eclipse.nebula.widgets.geomap Modifier and Type Class Description class
GoogleTileServer
This class encapsulates a tileserver, which has the concept of a baseurl and a maximum zoon level.class
OsmTileServer
This class encapsulates a tileserver, which has the concept of a baseurl and a maximum zoom level.class
TileServer
This class encapsulates a tileserver, which has the concept of a baseurl and a maximum zoom level. -
Uses of URLService in org.eclipse.nebula.widgets.geomap.jface
Subclasses of URLService in org.eclipse.nebula.widgets.geomap.jface Modifier and Type Class Description class
GoogleMapsSearchServer
A SearchServer using Google mapsclass
OsmSearchServer
A SearchServer using Open Street Mapclass
SearchServer
An abstract super class for search servers
-