Uses of Class
org.eclipse.nebula.widgets.geomap.internal.TileRef
-
-
Uses of TileRef in org.eclipse.nebula.widgets.geomap
Methods in org.eclipse.nebula.widgets.geomap with parameters of type TileRef Modifier and Type Method Description protected java.util.Map<java.lang.String,java.lang.String>
TileServer. createZXYMap(TileRef tile, java.lang.String zKey, java.lang.String xKey, java.lang.String yKey)
java.lang.String
TileServer. getTileURL(TileRef tile)
protected java.lang.String
TileServer. getTileURL(TileRef tile, java.lang.String urlFormat, java.lang.Object[] formatArguments)
protected java.lang.String
TileServer. getTileURL(TileRef tile, java.lang.String urlFormat, java.util.Map<java.lang.String,java.lang.String> formatMap)
protected java.util.Map<java.lang.String,java.lang.String>
TileServer. getURLFormatMap(TileRef tile)
-
Uses of TileRef in org.eclipse.nebula.widgets.geomap.draw2d
Methods in org.eclipse.nebula.widgets.geomap.draw2d with parameters of type TileRef Modifier and Type Method Description void
MapFigure. tileUpdated(TileRef tileRef)
-
Uses of TileRef in org.eclipse.nebula.widgets.geomap.internal
Fields in org.eclipse.nebula.widgets.geomap.internal declared as TileRef Modifier and Type Field Description private TileRef
AsyncImage. tile
Fields in org.eclipse.nebula.widgets.geomap.internal with type parameters of type TileRef Modifier and Type Field Description (package private) java.util.Map<TileRef,AsyncImage>
GeoMapHelper. cache
Methods in org.eclipse.nebula.widgets.geomap.internal with parameters of type TileRef Modifier and Type Method Description (package private) void
InternalGeoMap. redraw(TileRef tile)
void
InternalGeoMapListener. tilePainted(TileRef tileRef)
Notifies listener that a tile has been (re)paintedvoid
GeoMapHelper. tileUpdated(TileRef tileRef)
void
GeoMapHelperListener. tileUpdated(TileRef tileRef)
Notifies listener that a tile has been updated and may need (re)paintingvoid
InternalGeoMap. tileUpdated(TileRef tileRef)
Constructors in org.eclipse.nebula.widgets.geomap.internal with parameters of type TileRef Constructor Description AsyncImage(GeoMapHelper geoMapHelper, TileRef tile, java.lang.String tileUrl)
-
Uses of TileRef in org.eclipse.nebula.widgets.geomap.internal.geomapbrowser
Methods in org.eclipse.nebula.widgets.geomap.internal.geomapbrowser with parameters of type TileRef Modifier and Type Method Description void
InfoPage. tilePainted(TileRef tileRef)
-