|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openstreetmap.gui.jmapviewer.tilesources.AbstractTileSource
org.openstreetmap.gui.jmapviewer.tilesources.AbstractTMSTileSource
org.openstreetmap.gui.jmapviewer.tilesources.AbstractOsmTileSource
org.openstreetmap.gui.jmapviewer.tilesources.AbstractMapQuestTileSource
org.openstreetmap.gui.jmapviewer.tilesources.MapQuestOsmTileSource
public class MapQuestOsmTileSource
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.openstreetmap.gui.jmapviewer.interfaces.TileSource |
---|
TileSource.TileUpdate |
Field Summary | |
---|---|
private static java.lang.String |
PATTERN
|
Fields inherited from class org.openstreetmap.gui.jmapviewer.tilesources.AbstractMapQuestTileSource |
---|
MAPQUEST_ATTRIBUTION, MAPQUEST_WEBSITE |
Fields inherited from class org.openstreetmap.gui.jmapviewer.tilesources.AbstractTMSTileSource |
---|
baseUrl, name |
Fields inherited from class org.openstreetmap.gui.jmapviewer.tilesources.AbstractTileSource |
---|
attributionImage, attributionImageURL, attributionLinkURL, attributionText, termsOfUseText, termsOfUseURL |
Constructor Summary | |
---|---|
MapQuestOsmTileSource()
|
Method Summary | |
---|---|
java.lang.String |
getAttributionText(int zoom,
Coordinate topLeft,
Coordinate botRight)
|
Methods inherited from class org.openstreetmap.gui.jmapviewer.tilesources.AbstractMapQuestTileSource |
---|
getAttributionImage, getAttributionImageURL, getBaseUrl, getTermsOfUseURL, getTileUpdate |
Methods inherited from class org.openstreetmap.gui.jmapviewer.tilesources.AbstractOsmTileSource |
---|
getAttributionLinkURL, getMaxZoom, getTermsOfUseText, requiresAttribution |
Methods inherited from class org.openstreetmap.gui.jmapviewer.tilesources.AbstractTMSTileSource |
---|
getExtension, getMinZoom, getName, getTilePath, getTileSize, getTileType, getTileUrl, latToTileY, lonToTileX, tileXToLon, tileYToLat, toString |
Methods inherited from class org.openstreetmap.gui.jmapviewer.tilesources.AbstractTileSource |
---|
setAttributionImage, setAttributionImageURL, setAttributionLinkURL, setAttributionText, setTermsOfUseText, setTermsOfUseURL |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private static final java.lang.String PATTERN
Constructor Detail |
---|
public MapQuestOsmTileSource()
Method Detail |
---|
public java.lang.String getAttributionText(int zoom, Coordinate topLeft, Coordinate botRight)
getAttributionText
in interface Attributed
getAttributionText
in class AbstractOsmTileSource
zoom
- The optional zoom level for the view.topLeft
- The top left of the bounding box for attribution.botRight
- The bottom right of the bounding box for attribution.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |