|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.jdesktop.swingx.mapviewer.wms.WMSService
public class WMSService extends Object
A class that represents a WMS mapping service. See http://en.wikipedia.org/wiki/Web_Map_Service for more information.
| Field Summary | |
|---|---|
private String |
baseUrl
|
private String |
layer
|
| Constructor Summary | |
WMSService()
Creates a new instance of WMSService |
|
WMSService(String baseUrl, String layer)
|
|
| Method Summary | |
|---|---|
String
|
getBaseUrl()
|
String
|
getLayer()
|
void
|
setBaseUrl(String baseUrl)
|
void
|
setLayer(String layer)
|
String
|
toWMSURL(int x, int y, int zoom, int tileSize)
|
private int
|
widthOfWorldInPixels(int zoom, int TILE_SIZE)
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
private String baseUrl
private String layer
| Constructor Detail |
|---|
public WMSService()
public WMSService(String baseUrl, String layer)
| Method Detail |
|---|
public String getBaseUrl()
public String getLayer()
public void setBaseUrl(String baseUrl)
public void setLayer(String layer)
public String toWMSURL(int x, int y, int zoom, int tileSize)
private int widthOfWorldInPixels(int zoom, int TILE_SIZE)
Groovy Documentation