public class WMSLayer extends AbstractLayerable implements Cloneable
| Constructor and Description |
|---|
WMSLayer()
Called by Java2XML
|
WMSLayer(LayerManager layerManager,
String serverURL,
String srs,
List layerNames,
String format) |
WMSLayer(LayerManager layerManager,
WMService initializedService,
String srs,
List layerNames,
String format) |
| Modifier and Type | Method and Description |
|---|---|
void |
addLayerName(String layerName) |
Object |
clone() |
Image |
createImage(LayerViewPanel panel) |
MapRequest |
createRequest(LayerViewPanel panel) |
int |
getAlpha() |
Blackboard |
getBlackboard() |
String |
getFormat() |
List |
getLayerNames() |
String |
getServerURL() |
WMService |
getService() |
String |
getSRS() |
void |
removeAllLayerNames() |
void |
setAlpha(int alpha) |
void |
setFormat(String format) |
void |
setServerURL(String serverURL) |
void |
setSRS(String srs) |
fireAppearanceChanged, fireLayerChanged, getLayerManager, getName, isVisible, setLayerManager, setName, setVisible, toStringpublic WMSLayer()
public WMSLayer(LayerManager layerManager, String serverURL, String srs, List layerNames, String format) throws IOException
IOExceptionpublic WMSLayer(LayerManager layerManager, WMService initializedService, String srs, List layerNames, String format) throws IOException
IOExceptionpublic int getAlpha()
public void setAlpha(int alpha)
alpha - 0-255 (255 is opaque)public Image createImage(LayerViewPanel panel) throws IOException
IOExceptionpublic MapRequest createRequest(LayerViewPanel panel) throws IOException
IOExceptionpublic String getFormat()
public void setFormat(String format)
public void addLayerName(String layerName)
public List getLayerNames()
public void setSRS(String srs)
public String getSRS()
public Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionpublic void removeAllLayerNames()
public Blackboard getBlackboard()
getBlackboard in interface Layerablepublic WMService getService() throws IOException
IOExceptionpublic String getServerURL()
public void setServerURL(String serverURL)
Copyright © 2015. All rights reserved.