Class OSM
- java.lang.Object
-
- org.wicketstuff.openlayers.api.layer.Layer
-
- org.wicketstuff.openlayers.api.layer.OSM
-
- All Implemented Interfaces:
Serializable
public class OSM extends Layer implements Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOSM.OSMLayer
-
Constructor Summary
Constructors Constructor Description OSM(String name, OSM.OSMLayer layer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidbindHeaderContributors(IHeaderResponse response)StringgetJSconstructor()-
Methods inherited from class org.wicketstuff.openlayers.api.layer.Layer
bindHeaderContributors, getId, getJSAddLayer, getJSconstructor, getJSOptionsMap, getName, setName
-
-
-
-
Constructor Detail
-
OSM
public OSM(String name, OSM.OSMLayer layer)
-
-
Method Detail
-
bindHeaderContributors
protected void bindHeaderContributors(IHeaderResponse response)
- Specified by:
bindHeaderContributorsin classLayer
-
getJSconstructor
public String getJSconstructor()
- Specified by:
getJSconstructorin classLayer
-
-