|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectskrueger.geotools.StyledLayerStyle<E>
public class StyledLayerStyle<E>
This class combines a Geotools visualisation Style
with additional
meta data needed for visualisation (for example legend data).
The class E
defines the type of the meta data.
Field Summary | |
---|---|
protected Style |
geoObjectStyle
Holds the Geotools Style for the geo object visualisation. |
protected E |
metaData
Holds the additional meta data for object visualisation (for example legend information). |
Constructor Summary | |
---|---|
StyledLayerStyle(Style style,
E metaData)
Creates a new style for a StyledLayerInterface . |
Method Summary | |
---|---|
Style |
getGeoObjectStyle()
Returns the Geotools style for the object visualisation. |
E |
getMetaData()
Returns the additional meta data needed for object visualisation. |
void |
setGeoObjectStyle(Style style)
Sets the Geotools style for the object visualisation. |
void |
setMetaData(E metaData)
Sets the additional meta data needed for object visualisation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Style geoObjectStyle
Style
for the geo object visualisation.
protected E metaData
Constructor Detail |
---|
public StyledLayerStyle(Style style, E metaData)
StyledLayerInterface
.
style
- StylemetaData
- EMethod Detail |
---|
public E getMetaData()
public void setMetaData(E metaData)
metaData
- the meta datapublic Style getGeoObjectStyle()
public void setGeoObjectStyle(Style style)
style
- a Geotools visualisation style
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |