Serialized Form
-
Package org.wicketstuff.openlayers
-
Class org.wicketstuff.openlayers.AjaxOpenLayersMap extends WebMarkupContainer implements Serializable
- serialVersionUID:
- 159201381315392564L
-
Serialized Fields
-
bounds
Bounds bounds
-
businessLogicProjection
String businessLogicProjection
-
center
LonLat center
-
controls
List<IJavascriptComponent> controls
-
externalControls
boolean externalControls
-
features
List<Feature> features
-
featureStyles
List<FeatureStyle> featureStyles
-
featureVectors
HashMap<String,Vector> featureVectors
-
layers
List<Layer> layers
-
markersLayerName
String markersLayerName
-
options
HashMap<String,String> options
-
overlays
List<Overlay> overlays
-
zoom
Integer zoom
-
-
Class org.wicketstuff.openlayers.MapLayer extends Object implements Serializable
- serialVersionUID:
- 3495178737214944354L
-
Serialized Fields
-
businessLogicProjection
String businessLogicProjection
-
center
LonLat center
-
featureList
Map<String,org.wicketstuff.openlayers.MapLayer.Feature2FeatureStyle> featureList
-
featureStyleList
Map<String,FeatureStyle> featureStyleList
-
init_location
IMapCenter init_location
-
map
AjaxOpenLayersMap map
-
markerList
Map<String,Marker> markerList
-
markersLayerName
String markersLayerName
-
zoom
Integer zoom
-
-
Class org.wicketstuff.openlayers.OpenLayersMap extends Panel implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
bounds
Bounds bounds
-
businessLogicProjection
String businessLogicProjection
-
callbackListener
PopupListener callbackListener
-
center
LonLat center
-
controls
List<IJavascriptComponent> controls
-
externalControls
boolean externalControls
-
infoWindow
InfoWindow infoWindow
-
layers
List<Layer> layers
-
map
WebMarkupContainer map
-
options
HashMap<String,String> options
-
overlays
List<Overlay> overlays
-
showMarkersInLayerSwitcher
boolean showMarkersInLayerSwitcher
-
zoom
int zoom
-
-
Class org.wicketstuff.openlayers.OpenLayersMap.PanDirectionBehavior extends org.wicketstuff.openlayers.OpenLayersMap.JSMethodBehavior implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
dx
int dx
-
dy
int dy
-
-
Class org.wicketstuff.openlayers.OpenLayersMap.SetCenterBehavior extends org.wicketstuff.openlayers.OpenLayersMap.JSMethodBehavior implements Serializable
- serialVersionUID:
- 1L
-
Class org.wicketstuff.openlayers.OpenLayersMap.SetZoomBehavior extends org.wicketstuff.openlayers.OpenLayersMap.JSMethodBehavior implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
zoom
Integer zoom
-
-
Class org.wicketstuff.openlayers.OpenLayersMap.ZoomInBehavior extends org.wicketstuff.openlayers.OpenLayersMap.JSMethodBehavior implements Serializable
- serialVersionUID:
- 1L
-
Class org.wicketstuff.openlayers.OpenLayersMap.ZoomOutBehavior extends org.wicketstuff.openlayers.OpenLayersMap.JSMethodBehavior implements Serializable
- serialVersionUID:
- 1L
-
Class org.wicketstuff.openlayers.OpenLayersMapHeaderContributor extends Behavior implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
developmentMode
boolean developmentMode
-
openLayersVersion
String openLayersVersion
-
-
-
Package org.wicketstuff.openlayers.api
-
Class org.wicketstuff.openlayers.api.Bounds extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.wicketstuff.openlayers.api.Control extends AbstractControl implements Serializable
- serialVersionUID:
- 1L
-
Class org.wicketstuff.openlayers.api.Icon extends Object implements Serializable
- serialVersionUID:
- 1714038753187423501L
-
Class org.wicketstuff.openlayers.api.InfoWindow extends WebMarkupContainer implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
content
PopupWindowPanel content
-
latLng
LonLat latLng
-
marker
Marker marker
-
-
Class org.wicketstuff.openlayers.api.LonLat extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.wicketstuff.openlayers.api.MapCenterImpl extends Object implements Serializable
- serialVersionUID:
- -5635112000623942613L
-
Class org.wicketstuff.openlayers.api.Marker extends Overlay implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
events
EventType[] events
-
icon
Icon icon
-
lonLat
LonLat lonLat
-
map
IOpenLayersMap map
-
popup
PopupWindowPanel popup
-
-
Class org.wicketstuff.openlayers.api.MarkerOptions extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.wicketstuff.openlayers.api.Overlay extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
behaviors
List<OverlayListenerBehavior> behaviors
-
-
Class org.wicketstuff.openlayers.api.Pixel extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
size
Size size
-
x
int x
-
y
int y
-
-
Class org.wicketstuff.openlayers.api.PopupWindowPanel extends Panel implements Serializable
- serialVersionUID:
- 1L
-
Class org.wicketstuff.openlayers.api.Size extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
h
float h
-
w
float w
-
-
Class org.wicketstuff.openlayers.api.SphericalMercatorLonLat extends LonLat implements Serializable
-
-
Package org.wicketstuff.openlayers.api.control
-
Class org.wicketstuff.openlayers.api.control.AbstractControl extends Object implements Serializable
- serialVersionUID:
- -9139375207645853318L
-
Class org.wicketstuff.openlayers.api.control.GetFeature extends AbstractControl implements Serializable
- serialVersionUID:
- 1L
-
Class org.wicketstuff.openlayers.api.control.LayerSwitcherControl extends Panel implements Serializable
- serialVersionUID:
- 1L
-
Class org.wicketstuff.openlayers.api.control.PanControl extends Panel implements Serializable
- serialVersionUID:
- 1L
-
Class org.wicketstuff.openlayers.api.control.RemoveDrawControl extends Behavior implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
map
IOpenLayersMap map
-
-
Class org.wicketstuff.openlayers.api.control.SelectFeatureControl extends AbstractControl implements Serializable
- serialVersionUID:
- -3832954618666235621L
-
Class org.wicketstuff.openlayers.api.control.WMSGetFeatureInfo extends AbstractControl implements Serializable
- serialVersionUID:
- -4288329995840372517L
-
Class org.wicketstuff.openlayers.api.control.ZoomControl extends Panel implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.wicketstuff.openlayers.api.feature
-
Class org.wicketstuff.openlayers.api.feature.Feature extends Object implements Serializable
- serialVersionUID:
- 364944041007700590L
-
Serialized Fields
-
coordinates
List<com.vividsolutions.jts.geom.Coordinate> coordinates
-
displayInLayer
String displayInLayer
-
featureStyle
FeatureStyle featureStyle
-
map
IOpenLayersMap map
-
-
Class org.wicketstuff.openlayers.api.feature.FeatureStyle extends Object implements Serializable
- serialVersionUID:
- 9080128798875425807L
-
Serialized Fields
-
backgroundGraphic
String backgroundGraphic
-
backgroundGraphicZIndex
Double backgroundGraphicZIndex
-
backgroundHeight
Double backgroundHeight
-
backgroundWidth
Double backgroundWidth
-
backgroundXOffset
Double backgroundXOffset
-
backgroundYOffset
Double backgroundYOffset
-
cursor
String cursor
-
display
String display
-
extendDefaultStyleName
String extendDefaultStyleName
-
extendStyle
FeatureStyle extendStyle
-
externalGraphic
String externalGraphic
-
fill
Boolean fill
-
fillColor
String fillColor
-
fillOpacity
Double fillOpacity
-
fontColor
String fontColor
-
fontFamily
String fontFamily
-
fontSize
String fontSize
-
fontWeight
String fontWeight
-
graphic
Boolean graphic
-
graphicHeight
Double graphicHeight
-
graphicName
String graphicName
-
graphicOpacity
Double graphicOpacity
-
graphicTitle
String graphicTitle
-
graphicWidth
Double graphicWidth
-
graphicXOffset
Double graphicXOffset
-
graphicYOffset
Double graphicYOffset
-
graphicZIndex
Double graphicZIndex
-
label
String label
-
labelAlign
String labelAlign
-
pointerEvents
String pointerEvents
-
pointRadius
Double pointRadius
-
stroke
Boolean stroke
-
strokeColor
String strokeColor
-
strokeDashstyle
String strokeDashstyle
-
strokeLinecap
String strokeLinecap
-
strokeOpacity
Double strokeOpacity
-
strokeWidth
Double strokeWidth
-
-
Class org.wicketstuff.openlayers.api.feature.LineString extends Feature implements Serializable
- serialVersionUID:
- -5542486035161202325L
-
Class org.wicketstuff.openlayers.api.feature.Point extends Feature implements Serializable
- serialVersionUID:
- -4295187268790863039L
-
Class org.wicketstuff.openlayers.api.feature.Polygon extends Feature implements Serializable
- serialVersionUID:
- 2381878612322151640L
-
-
Package org.wicketstuff.openlayers.api.layer
-
Class org.wicketstuff.openlayers.api.layer.GMap extends Layer implements Serializable
- serialVersionUID:
- 1L
-
Class org.wicketstuff.openlayers.api.layer.OSM extends Layer implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
layer
OSM.OSMLayer layer
-
-
Class org.wicketstuff.openlayers.api.layer.Vector extends Layer implements Serializable
- serialVersionUID:
- 1L
-
Class org.wicketstuff.openlayers.api.layer.WFS extends Layer implements Serializable
- serialVersionUID:
- 7019052241702567568L
-
Class org.wicketstuff.openlayers.api.layer.WMS extends Layer implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
-
Package org.wicketstuff.openlayers.event
-
Class org.wicketstuff.openlayers.event.ClickEventListenerBehavior extends EventListenerBehavior implements Serializable
- serialVersionUID:
- 1L
-
Class org.wicketstuff.openlayers.event.DrawListenerBehavior extends AbstractDefaultAjaxBehavior implements Serializable
- serialVersionUID:
- 1L
-
Class org.wicketstuff.openlayers.event.EventListenerBehavior extends AbstractDefaultAjaxBehavior implements Serializable
- serialVersionUID:
- 1L
-
Class org.wicketstuff.openlayers.event.MoveEndListenerBehavior extends AbstractDefaultAjaxBehavior implements Serializable
- serialVersionUID:
- -3369444402534250143L
-
Class org.wicketstuff.openlayers.event.OverlayListenerBehavior extends EventListenerBehavior implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
gOverlay
Overlay gOverlay
-
-
Class org.wicketstuff.openlayers.event.PopupListener extends AbstractDefaultAjaxBehavior implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
openLayersMap
OpenLayersMap openLayersMap
-
wantEvents
boolean wantEvents
-
-
Class org.wicketstuff.openlayers.event.PopupMarkerInfoAttributeAppender extends AttributeAppender implements Serializable
- serialVersionUID:
- 1L
-