net.refractions.udig.style.wms
Class WMSStyleContent
java.lang.Object
StyleContent
net.refractions.udig.style.wms.WMSStyleContent
public class WMSStyleContent
- extends StyleContent
Field Summary |
static java.lang.String |
WMSSTYLE
Key used to store a wms style on the style blackboard of a layer. |
Method Summary |
java.lang.Object |
createDefaultStyle(IGeoResource resource,
java.awt.Color colour,
IProgressMonitor monitor)
|
java.lang.Class |
getStyleClass()
|
java.lang.Object |
load(IMemento memento)
|
java.lang.Object |
load(java.net.URL url,
IProgressMonitor monitor)
|
void |
save(IMemento memento,
java.lang.Object value)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WMSSTYLE
public static final java.lang.String WMSSTYLE
- Key used to store a wms style on the style blackboard of a layer.
- See Also:
- Constant Field Values
WMSStyleContent
public WMSStyleContent()
getStyleClass
public java.lang.Class getStyleClass()
save
public void save(IMemento memento,
java.lang.Object value)
load
public java.lang.Object load(IMemento memento)
load
public java.lang.Object load(java.net.URL url,
IProgressMonitor monitor)
throws java.io.IOException
- Throws:
java.io.IOException
createDefaultStyle
public java.lang.Object createDefaultStyle(IGeoResource resource,
java.awt.Color colour,
IProgressMonitor monitor)
throws java.io.IOException
- Throws:
java.io.IOException