Uses of Class
org.eclipse.nebula.widgets.geomap.TileServer
-
Packages that use TileServer Package Description org.eclipse.nebula.widgets.geomap org.eclipse.nebula.widgets.geomap.draw2d org.eclipse.nebula.widgets.geomap.internal -
-
Uses of TileServer in org.eclipse.nebula.widgets.geomap
Subclasses of TileServer 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.Methods in org.eclipse.nebula.widgets.geomap that return TileServer Modifier and Type Method Description TileServer
GeoMap. getTileServer()
Returns the current TileServer of this GeoMap.Methods in org.eclipse.nebula.widgets.geomap with parameters of type TileServer Modifier and Type Method Description void
GeoMap. setTileServer(TileServer tileServer)
Sets the current TileServer of this GeoMap. -
Uses of TileServer in org.eclipse.nebula.widgets.geomap.draw2d
Fields in org.eclipse.nebula.widgets.geomap.draw2d declared as TileServer Modifier and Type Field Description private TileServer
MapFigure. tileServer
Methods in org.eclipse.nebula.widgets.geomap.draw2d with parameters of type TileServer Modifier and Type Method Description void
MapFigure. setTileServer(TileServer tileServer)
Sets the TileServer used for fetching tiles. -
Uses of TileServer in org.eclipse.nebula.widgets.geomap.internal
Fields in org.eclipse.nebula.widgets.geomap.internal declared as TileServer Modifier and Type Field Description private TileServer
GeoMapHelper. tileServer
Methods in org.eclipse.nebula.widgets.geomap.internal that return TileServer Modifier and Type Method Description TileServer
GeoMapHelper. getTileServer()
Gets the tile server used for fetching tilesMethods in org.eclipse.nebula.widgets.geomap.internal with parameters of type TileServer Modifier and Type Method Description void
GeoMapHelper. setTileServer(TileServer tileServer)
Sets the tile server used for fetching tiles
-