Package | Description |
---|---|
org.jdesktop.swingx | |
org.jdesktop.swingx.mapviewer | |
org.jdesktop.swingx.mapviewer.bmng | |
org.jdesktop.swingx.mapviewer.empty | |
org.jdesktop.swingx.mapviewer.util |
Modifier and Type | Class and Description |
---|---|
class |
OSMTileFactoryInfo
Uses OpenStreetMap
|
class |
VirtualEarthTileFactoryInfo
http://www.viavirtualearth.com/vve/Articles/RollYourOwnTileServer.ashx
|
class |
WMSTileFactoryInfo |
Modifier and Type | Method and Description |
---|---|
TileFactoryInfo |
TileFactory.getInfo()
Get the TileFactoryInfo describing this TileFactory
|
Constructor and Description |
---|
AbstractTileFactory(TileFactoryInfo info)
Creates a new instance of DefaultTileFactory using the spcified TileFactoryInfo
|
DefaultTileFactory(TileFactoryInfo info)
Creates a new instance of DefaultTileFactory using the spcified TileFactoryInfo
|
TileFactory(TileFactoryInfo info)
Creates a new instance of TileFactory
|
Modifier and Type | Class and Description |
---|---|
class |
SLMapServerInfo
A TileFactoryInfo subclass which knows how to connect to the SwingLabs map server.
|
Constructor and Description |
---|
EmptyTileFactory(TileFactoryInfo info)
Creates a new instance of EmptyTileFactory using the specified info.
|
Modifier and Type | Method and Description |
---|---|
static Point2D |
GeoUtil.getBitmapCoordinate(double latitude,
double longitude,
int zoomLevel,
TileFactoryInfo info)
Given a position (latitude/longitude pair) and a zoom level, return the appropriate point in pixels.
|
static Point2D |
GeoUtil.getBitmapCoordinate(GeoPosition c,
int zoomLevel,
TileFactoryInfo info)
Given a position (latitude/longitude pair) and a zoom level, return the appropriate point in pixels.
|
static Dimension |
GeoUtil.getMapSize(int zoom,
TileFactoryInfo info) |
static GeoPosition |
GeoUtil.getPosition(Point2D pixelCoordinate,
int zoom,
TileFactoryInfo info)
Convert an on screen pixel coordinate and a zoom level to a geo position
|
static boolean |
GeoUtil.isValidTile(int x,
int y,
int zoomLevel,
TileFactoryInfo info) |
Copyright © 2013. All Rights Reserved.