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 classGoogleTileServerThis class encapsulates a tileserver, which has the concept of a baseurl and a maximum zoon level.classOsmTileServerThis 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 TileServerGeoMap. 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 voidGeoMap. 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 TileServerMapFigure. tileServerMethods in org.eclipse.nebula.widgets.geomap.draw2d with parameters of type TileServer Modifier and Type Method Description voidMapFigure. 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 TileServerGeoMapHelper. tileServerMethods in org.eclipse.nebula.widgets.geomap.internal that return TileServer Modifier and Type Method Description TileServerGeoMapHelper. 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 voidGeoMapHelper. setTileServer(TileServer tileServer)Sets the tile server used for fetching tiles
-