Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W X Y Z 

A

addFeature(Feature) - Method in class org.wicketstuff.openlayers3.api.source.vector.VectorSource
Adds a feature to the list of features for this data source.
addFeatureDataLoadedListener(VectorFeatureDataLoadedListener) - Method in class org.wicketstuff.openlayers3.api.layer.Vector
Adds a new listener that will be invoked with feature data is loaded into this layer.
addFeaturesLoadedListener(VectorFeaturesLoadedListener) - Method in class org.wicketstuff.openlayers3.api.layer.Vector
Adds a new listener that will be invoked with feature data is loaded into this layer.
addInteraction(AjaxRequestTarget, Interaction) - Method in class org.wicketstuff.openlayers3.OpenLayersMap
Adds the provided interaction to the map.
alpha - Variable in class org.wicketstuff.openlayers3.api.util.Color
The alpha value (for transparency).
alpha(double) - Method in class org.wicketstuff.openlayers3.api.util.Color
Sets the alpha value.
anchor(Coordinate) - Method in class org.wicketstuff.openlayers3.api.style.Icon
Sets the anchor's coordinate.
anchorOrigin(Icon.Origin) - Method in class org.wicketstuff.openlayers3.api.style.Icon
Sets the position of the anchor relative to the feature.
anchorXUnits(Icon.Unit) - Method in class org.wicketstuff.openlayers3.api.style.Icon
Sets the unit for calculating the anchor's "X" position.
anchorYUnits(Icon.Unit) - Method in class org.wicketstuff.openlayers3.api.style.Icon
Sets the unit for calculating the anchor's "Y" position.
axisOrientation(String) - Method in class org.wicketstuff.openlayers3.api.proj.Projection
Sets the axis orientation for this projection.

B

BingMaps - Class in org.wicketstuff.openlayers3.api.source.tile
Provides an object that models a Bing Maps source of map data.
BingMaps(String, BingMaps.ImagerySet) - Constructor for class org.wicketstuff.openlayers3.api.source.tile.BingMaps
Creates a new instance with the default culture.
BingMaps(BingMaps.Culture, String, BingMaps.ImagerySet) - Constructor for class org.wicketstuff.openlayers3.api.source.tile.BingMaps
Creates a new instance.
BingMaps.Culture - Enum in org.wicketstuff.openlayers3.api.source.tile
Provides an enumeration of Bing Maps culture codes.
BingMaps.ImagerySet - Enum in org.wicketstuff.openlayers3.api.source.tile
Provides an enumeration of the valid Bing Maps imagery types.
blue - Variable in class org.wicketstuff.openlayers3.api.util.Color
The blue value.
blue(int) - Method in class org.wicketstuff.openlayers3.api.util.Color
Sets the blue value.
buffer(Number) - Method in class org.wicketstuff.openlayers3.behavior.ZoomToFeatureExtent
Sets the buffer added to the calculated extent.
buffer(Number) - Method in class org.wicketstuff.openlayers3.behavior.ZoomToOverlayExtent
Sets the buffer value.

C

center - Variable in class org.wicketstuff.openlayers3.api.View
The coordinate that represents the center of this view.
center(Coordinate) - Method in class org.wicketstuff.openlayers3.api.View
Sets the center coordinate for this view.
changed(AjaxRequestTarget) - Method in class org.wicketstuff.openlayers3.api.interaction.Modify
Notifies the interaction that it has changed.
Circle - Class in org.wicketstuff.openlayers3.api.style
Provides a class that models a circle style.
Circle(Fill, Number, Stroke) - Constructor for class org.wicketstuff.openlayers3.api.style.Circle
Creates a new instance.
Circle(Fill, Number, boolean, Stroke) - Constructor for class org.wicketstuff.openlayers3.api.style.Circle
Creates a new instance.
circle(Circle) - Method in class org.wicketstuff.openlayers3.api.style.ClusterStyle
Sets the circle style.
ClickFeatureHandler - Class in org.wicketstuff.openlayers3.behavior
Provides a behavior that handles clicking on features on the map.
ClickFeatureHandler() - Constructor for class org.wicketstuff.openlayers3.behavior.ClickFeatureHandler
Creates a new instance.
ClickFeatureHandler(String) - Constructor for class org.wicketstuff.openlayers3.behavior.ClickFeatureHandler
Creates a new instance.
ClickHandler - Class in org.wicketstuff.openlayers3.behavior
Provides a behavior that handles clicks on the map.
ClickHandler() - Constructor for class org.wicketstuff.openlayers3.behavior.ClickHandler
Creates a new instance.
ClickHandler(String) - Constructor for class org.wicketstuff.openlayers3.behavior.ClickHandler
Creates a new instance.
Cluster - Class in org.wicketstuff.openlayers3.api.source.vector
Provides an object that models a source of map data that provides clusters.
Cluster(FeatureFormat, Projection, Number, VectorSource) - Constructor for class org.wicketstuff.openlayers3.api.source.vector.Cluster
Creates a new instance.
ClusterStyle - Class in org.wicketstuff.openlayers3.api.style
Provides a style for clusters.
ClusterStyle(Circle, Text) - Constructor for class org.wicketstuff.openlayers3.api.style.ClusterStyle
Creates a new instance.
ClusterStyle(Circle, Text, Number, Number) - Constructor for class org.wicketstuff.openlayers3.api.style.ClusterStyle
Creates a new instance.
code(String) - Method in class org.wicketstuff.openlayers3.api.proj.Projection
Sets the SRS identification code.
color(Color) - Method in class org.wicketstuff.openlayers3.api.style.Fill
Sets the color for this fill.
color(String) - Method in class org.wicketstuff.openlayers3.api.style.Fill
Creates a new instance.
color(Color) - Method in class org.wicketstuff.openlayers3.api.style.Stroke
Sets the stroke color.
Color - Class in org.wicketstuff.openlayers3.api.util
Provides an object that models a CSS color.
Color(String) - Constructor for class org.wicketstuff.openlayers3.api.util.Color
Creates a new color.
Color(int, int, int) - Constructor for class org.wicketstuff.openlayers3.api.util.Color
Creates a new color.
Color(int, int, int, double) - Constructor for class org.wicketstuff.openlayers3.api.util.Color
Creates a new color.
Coordinate - Class in org.wicketstuff.openlayers3.api.coordinate
Models a coordinate on a map.
Coordinate(Number, Number) - Constructor for class org.wicketstuff.openlayers3.api.coordinate.Coordinate
Creates a new instance.
coordinate(Coordinate) - Method in class org.wicketstuff.openlayers3.api.geometry.Point
Sets the coordinate for this point.
CoordinateProjected - Class in org.wicketstuff.openlayers3.api.coordinate
Provides a coordinate that includes a projection.
CoordinateProjected(Number, Number, String) - Constructor for class org.wicketstuff.openlayers3.api.coordinate.CoordinateProjected
Creates a new instance.
CoordinateProjected(Number, Number, String, String) - Constructor for class org.wicketstuff.openlayers3.api.coordinate.CoordinateProjected
Creates a new instance.
CorsPolicy - Enum in org.wicketstuff.openlayers3.api.util
Provides an enumeration of valid CORS (Cross Origin Resource Sharing) policy values.
counter - Static variable in class org.wicketstuff.openlayers3.api.JavascriptObject
Counter for generating instance identifiers.
counter - Static variable in class org.wicketstuff.openlayers3.api.source.vector.loader.VectorFeatureDataLoadedListener
Counter for generating instance identifiers.
counter - Static variable in class org.wicketstuff.openlayers3.api.source.vector.loader.VectorFeaturesLoadedListener
Counter for generating instance identifiers.
counter - Static variable in class org.wicketstuff.openlayers3.behavior.ClickFeatureHandler
Counter for generating instance identifiers.
counter - Static variable in class org.wicketstuff.openlayers3.behavior.FeatureChangeListener
Counter for generating instance identifiers.
crossOrigin(CorsPolicy) - Method in class org.wicketstuff.openlayers3.api.source.tile.TileJson
Sets the CORS (Cross Origin Resource Sharing) policy for this source.
crossOrigin(CorsPolicy) - Method in class org.wicketstuff.openlayers3.api.style.Icon
Sets the CORS (Cross Origin Resource Sharing) policy for this icon.
culture(BingMaps.Culture) - Method in class org.wicketstuff.openlayers3.api.source.tile.BingMaps
Sets the culture for this instance.

D

DEFAULT_COORDINATE - Static variable in class org.wicketstuff.openlayers3.api.style.Icon
Default anchor coordinate for new instances (center the icon relative to the feature).
DEFAULT_MAXIMUM_RADIUS - Static variable in class org.wicketstuff.openlayers3.api.style.ClusterStyle
Default maximum radius.
DEFAULT_MINIMUM_RADIUS - Static variable in class org.wicketstuff.openlayers3.api.style.ClusterStyle
Default minimum radius.
DEFAULT_POSITIONING - Static variable in class org.wicketstuff.openlayers3.api.overlay.Overlay
Default positioning.
DEFAULT_PROJECTION - Static variable in class org.wicketstuff.openlayers3.api.View
Default projection.
DEFAULT_PROJECTION - Static variable in class org.wicketstuff.openlayers3.behavior.ClickFeatureHandler
Default projection.
DEFAULT_PROJECTION - Static variable in class org.wicketstuff.openlayers3.behavior.ClickHandler
Default projection.
DEFAULT_PROJECTION - Static variable in class org.wicketstuff.openlayers3.behavior.FeatureChangeListener
Default projection.
DEFAULT_PROJECTION - Static variable in class org.wicketstuff.openlayers3.behavior.view.ViewEventFeaturesListener
Default projection.
DEFAULT_PROJECTION - Static variable in class org.wicketstuff.openlayers3.behavior.view.ViewEventListener
Default projection.
DEFAULT_STOP_EVENT - Static variable in class org.wicketstuff.openlayers3.api.overlay.Overlay
Default stop event value.
DefaultGeoJsonLoader - Class in org.wicketstuff.openlayers3.api.source.vector.loader
Provides an object that models a vector source loading strategy for a GeoJSON data source.
DefaultGeoJsonLoader(String, String) - Constructor for class org.wicketstuff.openlayers3.api.source.vector.loader.DefaultGeoJsonLoader
Creates a new instance.
DefaultOpenLayersMap - Class in org.wicketstuff.openlayers3
Provides an OpenLayers map that fetches resources from the OpenLayers public website.
DefaultOpenLayersMap(String, IModel<Map>) - Constructor for class org.wicketstuff.openlayers3.DefaultOpenLayersMap
Creates a new instance
defaultProjection(String) - Method in class org.wicketstuff.openlayers3.api.format.GeoJsonFormat
Sets the default projection.
detach() - Method in class org.wicketstuff.openlayers3.api.layer.Layer
Callback for detaching any resources (e.g., models).
distance(Number) - Method in class org.wicketstuff.openlayers3.api.source.vector.Cluster
Sets the minimum distance between clusters (in pixels).

E

element - Variable in class org.wicketstuff.openlayers3.api.overlay.Overlay
Wicket component tied to this overlay.
element(Component) - Method in class org.wicketstuff.openlayers3.api.overlay.Overlay
Sets the element linked to this overlay.
escapeQuoteJs(String) - Method in class org.wicketstuff.openlayers3.api.JavascriptObject
Escapes single quotation marks in the provided String.
escapeQuoteJs(String) - Method in class org.wicketstuff.openlayers3.api.overlay.Overlay
Escapes single quotation marks in the provided String.
Extent - Class in org.wicketstuff.openlayers3.api
Provides an object that models an extent, or selection of a map.
Extent() - Constructor for class org.wicketstuff.openlayers3.api.Extent
 
extent(Extent) - Method in class org.wicketstuff.openlayers3.api.View
Sets the extent for this view.

F

Feature - Class in org.wicketstuff.openlayers3.api
Provides an vector object for geographic features with geometry and other attribute properties.
Feature(Point, String) - Constructor for class org.wicketstuff.openlayers3.api.Feature
Creates a new feature.
Feature(Point, String, Style) - Constructor for class org.wicketstuff.openlayers3.api.Feature
Creates a new feature.
FeatureChangeListener - Class in org.wicketstuff.openlayers3.behavior
Provides a behavior that reports changes to a feature.
FeatureChangeListener(Feature) - Constructor for class org.wicketstuff.openlayers3.behavior.FeatureChangeListener
Creates a new instance.
FeatureChangeListener(String, Feature) - Constructor for class org.wicketstuff.openlayers3.behavior.FeatureChangeListener
Creates a new instance.
FeatureFormat - Class in org.wicketstuff.openlayers3.api.format
Provides an object that models a format for specifying feature data.
FeatureFormat() - Constructor for class org.wicketstuff.openlayers3.api.format.FeatureFormat
Creates a new instance.
features(Feature[]) - Method in class org.wicketstuff.openlayers3.api.interaction.Modify
Sets the features for this interaction.
features(List<Feature>) - Method in class org.wicketstuff.openlayers3.api.interaction.Modify
Sets the features for this interaction.
features(List<Feature>) - Method in class org.wicketstuff.openlayers3.api.source.vector.VectorSource
Sets the list of features for this source.
fill(Fill) - Method in class org.wicketstuff.openlayers3.api.style.Circle
 
fill(Fill) - Method in class org.wicketstuff.openlayers3.api.style.ClusterStyle
 
Fill - Class in org.wicketstuff.openlayers3.api.style
Provides an object that models a fill style for vector features.
Fill(String) - Constructor for class org.wicketstuff.openlayers3.api.style.Fill
Creates a new instance.
Fill(Color) - Constructor for class org.wicketstuff.openlayers3.api.style.Fill
Creates a new instance.
fill(Fill) - Method in class org.wicketstuff.openlayers3.api.style.Style
Sets the fill for the style.
fill - Variable in class org.wicketstuff.openlayers3.api.style.Text
 
font - Variable in class org.wicketstuff.openlayers3.api.style.Text
 
format(FeatureFormat) - Method in class org.wicketstuff.openlayers3.api.source.vector.VectorSource
Sets the format for the features.

G

GeoJsonFormat - Class in org.wicketstuff.openlayers3.api.format
Provides an object that models a GeoJSON format for providing feature data.
GeoJsonFormat() - Constructor for class org.wicketstuff.openlayers3.api.format.GeoJsonFormat
Creates a new instance.
GeoJsonFormat(String, String) - Constructor for class org.wicketstuff.openlayers3.api.format.GeoJsonFormat
Creates a new instance.
geometry(Point) - Method in class org.wicketstuff.openlayers3.api.Feature
Sets the geometry of the feature.
Geometry - Class in org.wicketstuff.openlayers3.api.geometry
Provides an base class used for vector geometriee
Geometry() - Constructor for class org.wicketstuff.openlayers3.api.geometry.Geometry
 
Geometry.Layout - Enum in org.wicketstuff.openlayers3.api.geometry
The coordinate layout for geometries, indicating whether a 3rd or 4th z ('Z') or measure ('M') coordinate is available.
geometryName(String) - Method in class org.wicketstuff.openlayers3.api.format.GeoJsonFormat
Sets the geometry name.
getAlpha() - Method in class org.wicketstuff.openlayers3.api.util.Color
Returns the alpha value.
getAnchor() - Method in class org.wicketstuff.openlayers3.api.style.Icon
Returns the anchor's coordinate.
getAnchorOrigin() - Method in class org.wicketstuff.openlayers3.api.style.Icon
Sets the position of the anchor relative to the feature.
getAnchorXUnits() - Method in class org.wicketstuff.openlayers3.api.style.Icon
Returns the unit for calculating the anchor's "X" position.
getAnchorYUnits() - Method in class org.wicketstuff.openlayers3.api.style.Icon
Returns the unit for calculating the anchor's "Y" position.
getAxisOrientation() - Method in class org.wicketstuff.openlayers3.api.proj.Projection
Returns the axis orientation for this projection.
getBlue() - Method in class org.wicketstuff.openlayers3.api.util.Color
Returns the blue value.
getBuffer() - Method in class org.wicketstuff.openlayers3.behavior.ZoomToFeatureExtent
Returns the buffer added to the calculated extent.
getBuffer() - Method in class org.wicketstuff.openlayers3.behavior.ZoomToOverlayExtent
Returns the buffer value.
getCallbackFunctionName() - Method in class org.wicketstuff.openlayers3.api.source.vector.loader.VectorFeatureDataLoadedListener
Javascript name of the callback function to invoke when feature data has been loaded into the layer.
getCallbackFunctionName() - Method in class org.wicketstuff.openlayers3.api.source.vector.loader.VectorFeaturesLoadedListener
Javascript name of the callback function to invoke when feature data has been loaded into the layer.
getCallbackFunctionName() - Method in class org.wicketstuff.openlayers3.behavior.view.ViewEventFeaturesListener
Javascript name of the callback function to invoke when feature data has been loaded into the layer.
getCallbackFunctionName() - Method in class org.wicketstuff.openlayers3.behavior.view.ViewEventListener
Javascript name of the callback function to invoke when feature data has been loaded into the layer.
getCenter() - Method in class org.wicketstuff.openlayers3.api.View
Returns the center coordinate for this view.
getCenter() - Method in class org.wicketstuff.openlayers3.behavior.view.ViewEvent
Returns the coordinate at the center of this view.
getCircle() - Method in class org.wicketstuff.openlayers3.api.style.ClusterStyle
Returns the circle style.
getCode() - Method in class org.wicketstuff.openlayers3.api.proj.Projection
Returns the SRS identification code for this projection.
getColor() - Method in class org.wicketstuff.openlayers3.api.style.Fill
Returns the color for this fill.
getColor() - Method in class org.wicketstuff.openlayers3.api.style.Stroke
Returns the stroke color.
getCoordinate() - Method in class org.wicketstuff.openlayers3.api.geometry.Point
Returns the coordinate for this point.
getCrossOrigin() - Method in class org.wicketstuff.openlayers3.api.source.tile.TileJson
Returns the CORS (Cross Origin Resource Sharing) policy for this source.
getCrossOrigin() - Method in class org.wicketstuff.openlayers3.api.style.Icon
Returns the CORS (Cross Origin Resource Sharing) policy for this icon.
getCulture() - Method in class org.wicketstuff.openlayers3.api.source.tile.BingMaps
Returns the culture for this instance.
getDefaultProjection() - Method in class org.wicketstuff.openlayers3.api.format.GeoJsonFormat
Returns the default projection.
getDistance() - Method in class org.wicketstuff.openlayers3.api.source.vector.Cluster
Returns the minimum distance (in pixels) between clusters.
getElement() - Method in class org.wicketstuff.openlayers3.api.overlay.Overlay
Returns the element linked to this overlay.
getExtent() - Method in class org.wicketstuff.openlayers3.api.View
Returns the extent for this view.
getExtent() - Method in class org.wicketstuff.openlayers3.behavior.view.ViewEvent
Returns an array of two coordinates describing the extent of this view.
getFeatureDataLoadedListeners() - Method in class org.wicketstuff.openlayers3.api.layer.Vector
Returns the list of feature data loaded listeners.
getFeatures() - Method in class org.wicketstuff.openlayers3.api.interaction.Modify
Returns the features for this interaction.
getFeatures() - Method in class org.wicketstuff.openlayers3.api.source.vector.VectorSource
Returns a list of features for this source.
getFeaturesLoadedListeners() - Method in class org.wicketstuff.openlayers3.api.layer.Vector
Returns the list of features loaded listeners.
getFill() - Method in class org.wicketstuff.openlayers3.api.style.Style
Returns the fill for the style.
getFill() - Method in class org.wicketstuff.openlayers3.api.style.Text
 
getFont() - Method in class org.wicketstuff.openlayers3.api.style.Text
 
getFormat() - Method in class org.wicketstuff.openlayers3.api.source.vector.VectorSource
Returns the format for the features.
getGeometry() - Method in class org.wicketstuff.openlayers3.api.Feature
Returns the geometry of this feature.
getGeometryName() - Method in class org.wicketstuff.openlayers3.api.format.GeoJsonFormat
Returns the geometry name.
getGreen() - Method in class org.wicketstuff.openlayers3.api.util.Color
Returns the green value.
getId() - Method in class org.wicketstuff.openlayers3.api.source.vector.loader.VectorFeatureDataLoadedListener
Returns a unique ID for this behavior.
getId() - Method in class org.wicketstuff.openlayers3.api.source.vector.loader.VectorFeaturesLoadedListener
Returns a unique ID for this behavior.
getId() - Method in class org.wicketstuff.openlayers3.behavior.view.ViewEventFeaturesListener
Returns a unique ID for this behavior.
getId() - Method in class org.wicketstuff.openlayers3.behavior.view.ViewEventListener
Returns a unique ID for this behavior.
getImage() - Method in class org.wicketstuff.openlayers3.api.style.Style
Returns the image for this style.
getImagerySet() - Method in class org.wicketstuff.openlayers3.api.source.tile.BingMaps
Returns the imagery set for this instance.
getInteractions() - Method in class org.wicketstuff.openlayers3.api.Map
 
getJsId() - Method in interface org.wicketstuff.openlayers3.api.IJavascriptObject
Returns a String with the unique ID used to identify this object.
getJsId() - Method in class org.wicketstuff.openlayers3.api.JavascriptObject
Returns a String with the unique ID used to identify this object.
getJsId() - Method in class org.wicketstuff.openlayers3.api.Map
 
getJsId() - Method in class org.wicketstuff.openlayers3.api.overlay.Overlay
 
getJsIdWithSuffix(String) - Method in class org.wicketstuff.openlayers3.api.JavascriptObject
Returns a String with the unique ID used to identify this object with the suffix appended.
getJsonObject() - Method in class org.wicketstuff.openlayers3.behavior.view.ViewEvent
Returns the JsonObject backing this instance.
getJsType() - Method in class org.wicketstuff.openlayers3.api.coordinate.Coordinate
 
getJsType() - Method in class org.wicketstuff.openlayers3.api.Extent
 
getJsType() - Method in class org.wicketstuff.openlayers3.api.Feature
 
getJsType() - Method in class org.wicketstuff.openlayers3.api.format.FeatureFormat
 
getJsType() - Method in class org.wicketstuff.openlayers3.api.format.GeoJsonFormat
 
getJsType() - Method in class org.wicketstuff.openlayers3.api.geometry.Point
 
getJsType() - Method in interface org.wicketstuff.openlayers3.api.IJavascriptObject
Returns a String with the type of Javascript object that this object represents.
getJsType() - Method in class org.wicketstuff.openlayers3.api.interaction.Interaction
 
getJsType() - Method in class org.wicketstuff.openlayers3.api.interaction.Modify
 
getJsType() - Method in class org.wicketstuff.openlayers3.api.JavascriptObject
Returns a String with the type of Javascript object that this object represents.
getJsType() - Method in class org.wicketstuff.openlayers3.api.layer.LayerSource
 
getJsType() - Method in class org.wicketstuff.openlayers3.api.layer.Tile
 
getJsType() - Method in class org.wicketstuff.openlayers3.api.layer.Vector
 
getJsType() - Method in class org.wicketstuff.openlayers3.api.Map
 
getJsType() - Method in class org.wicketstuff.openlayers3.api.overlay.Overlay
 
getJsType() - Method in class org.wicketstuff.openlayers3.api.proj.Projection
 
getJsType() - Method in class org.wicketstuff.openlayers3.api.source.tile.BingMaps
 
getJsType() - Method in class org.wicketstuff.openlayers3.api.source.tile.Osm
 
getJsType() - Method in class org.wicketstuff.openlayers3.api.source.tile.TileArcGISRest
 
getJsType() - Method in class org.wicketstuff.openlayers3.api.source.tile.TileJson
 
getJsType() - Method in class org.wicketstuff.openlayers3.api.source.tile.TileSource
 
getJsType() - Method in class org.wicketstuff.openlayers3.api.source.tile.TileWms
 
getJsType() - Method in class org.wicketstuff.openlayers3.api.source.tile.XYZ
 
getJsType() - Method in class org.wicketstuff.openlayers3.api.source.vector.Cluster
 
getJsType() - Method in class org.wicketstuff.openlayers3.api.source.vector.loader.DefaultGeoJsonLoader
 
getJsType() - Method in class org.wicketstuff.openlayers3.api.source.vector.VectorSource
 
getJsType() - Method in class org.wicketstuff.openlayers3.api.style.Circle
 
getJsType() - Method in class org.wicketstuff.openlayers3.api.style.ClusterStyle
 
getJsType() - Method in class org.wicketstuff.openlayers3.api.style.Fill
 
getJsType() - Method in class org.wicketstuff.openlayers3.api.style.Icon
 
getJsType() - Method in class org.wicketstuff.openlayers3.api.style.Image
 
getJsType() - Method in class org.wicketstuff.openlayers3.api.style.Stroke
 
getJsType() - Method in class org.wicketstuff.openlayers3.api.style.Style
 
getJsType() - Method in class org.wicketstuff.openlayers3.api.style.Text
 
getJsType() - Method in class org.wicketstuff.openlayers3.api.View
 
getKey() - Method in class org.wicketstuff.openlayers3.api.source.tile.BingMaps
Returns the Bing Maps API key for this instance.
getLatitude() - Method in class org.wicketstuff.openlayers3.api.coordinate.LongLat
Returns the latitude for the coordinate.
getLayers() - Method in class org.wicketstuff.openlayers3.api.Map
Returns the layers for this map.
getLayers() - Method in class org.wicketstuff.openlayers3.behavior.ZoomToFeatureExtent
Returns the layers used when calculating the extent.
getLayout() - Method in class org.wicketstuff.openlayers3.api.geometry.Point
Returns the layout for this point.
getLineCap() - Method in class org.wicketstuff.openlayers3.api.style.Stroke
Returns the line cap style.
getLineDash() - Method in class org.wicketstuff.openlayers3.api.style.Stroke
Returns the line dash style.
getLineJoin() - Method in class org.wicketstuff.openlayers3.api.style.Stroke
Returns the line join style.
getLoader() - Method in class org.wicketstuff.openlayers3.api.source.vector.VectorSource
Returns the loader used to fetch remote data.
getLongitude() - Method in class org.wicketstuff.openlayers3.api.coordinate.LongLat
Returns the longitude for the coordinate.
getMaximum() - Method in class org.wicketstuff.openlayers3.api.Extent
Returns the maximum coodinate.
getMaximumRadius() - Method in class org.wicketstuff.openlayers3.api.style.ClusterStyle
Returns the maximum radius.
getMaxZoom() - Method in class org.wicketstuff.openlayers3.api.View
Returns the maximum zoom level for this instance.
getMinimum() - Method in class org.wicketstuff.openlayers3.api.Extent
Returns the extent minimum coordinate.
getMinimumRadius() - Method in class org.wicketstuff.openlayers3.api.style.ClusterStyle
Returns the minimum radius.
getMinZoom() - Method in class org.wicketstuff.openlayers3.api.View
Returns the minimum zoom level for this instance.
getMiterLimit() - Method in class org.wicketstuff.openlayers3.api.style.Stroke
Returns the miter limit.
getName() - Method in class org.wicketstuff.openlayers3.api.Feature
Returns the name of the feature.
getNumber(String) - Method in class org.wicketstuff.openlayers3.api.Feature
Returns the value of this feature's attribute or null if it is not present.
getOffsetX() - Method in class org.wicketstuff.openlayers3.api.style.Text
 
getOffsetY() - Method in class org.wicketstuff.openlayers3.api.style.Text
 
getOpacity() - Method in class org.wicketstuff.openlayers3.api.style.Icon
Returns the opacity of the icon.
getOpacityModel() - Method in class org.wicketstuff.openlayers3.api.layer.Layer
 
getOverlays() - Method in class org.wicketstuff.openlayers3.api.Map
Returns the overlays for this map.
getParams() - Method in class org.wicketstuff.openlayers3.api.source.tile.TileWms
Returns the parameters for this source.
getPosition() - Method in class org.wicketstuff.openlayers3.api.overlay.Overlay
Returns the position of the overlay.
getPositioning() - Method in class org.wicketstuff.openlayers3.api.overlay.Overlay
Returns the positioning of this overlay.
getProjection() - Method in class org.wicketstuff.openlayers3.api.coordinate.CoordinateProjected
Returns the projection for the coordinate.
getProjection() - Method in class org.wicketstuff.openlayers3.api.source.tile.TileWms
Returns the projection used to transform fetched data.
getProjection() - Method in class org.wicketstuff.openlayers3.api.source.vector.loader.DefaultGeoJsonLoader
Returns the projection used to transform fetched data.
getProjection() - Method in class org.wicketstuff.openlayers3.api.source.vector.VectorSource
Returns the projection for this source.
getProjection() - Method in class org.wicketstuff.openlayers3.api.View
Returns the projection for this view.
getProjection() - Method in class org.wicketstuff.openlayers3.behavior.view.ViewEvent
Returns the projection for this view.
getRadius() - Method in class org.wicketstuff.openlayers3.api.style.Circle
Returns the radius of the circle.
getRed() - Method in class org.wicketstuff.openlayers3.api.util.Color
Returns the red value.
getRenderer() - Method in class org.wicketstuff.openlayers3.api.Map
Returns the renderer for this map.
getRotation() - Method in class org.wicketstuff.openlayers3.api.style.Image
Returns the rotation of the image.
getRotation() - Method in class org.wicketstuff.openlayers3.api.style.Text
 
getScale() - Method in class org.wicketstuff.openlayers3.api.style.Image
Returns the scale of the image.
getScale() - Method in class org.wicketstuff.openlayers3.api.style.Text
 
getServerType() - Method in class org.wicketstuff.openlayers3.api.source.tile.TileWms
Returns the remote server type
getSource() - Method in class org.wicketstuff.openlayers3.api.layer.Tile
Returns the source for this tile layer.
getSource() - Method in class org.wicketstuff.openlayers3.api.layer.Vector
Returns the source for this layer.
getSource() - Method in class org.wicketstuff.openlayers3.api.source.vector.Cluster
Returns the data source being clustered.
getSource() - Method in class org.wicketstuff.openlayers3.api.source.vector.loader.Loader
Sets the data source.
getSrc() - Method in class org.wicketstuff.openlayers3.api.style.Icon
Returns the URL is the image for the icon.
getStopEvent() - Method in class org.wicketstuff.openlayers3.api.overlay.Overlay
Returns the stop event value.
getString(String) - Method in class org.wicketstuff.openlayers3.api.Feature
Returns the value of this feature's attribute or null if it is not present.
getStroke() - Method in class org.wicketstuff.openlayers3.api.style.Style
Returns the stroke for this style.
getStroke() - Method in class org.wicketstuff.openlayers3.api.style.Text
 
getStyle() - Method in class org.wicketstuff.openlayers3.api.Feature
Returns the style used to render this feature.
getStyle() - Method in class org.wicketstuff.openlayers3.api.interaction.Modify
Returns the style for this interaction.
getStyle() - Method in class org.wicketstuff.openlayers3.api.layer.Vector
Returns the style used to draw features.
getTarget() - Method in class org.wicketstuff.openlayers3.api.Map
Returns the target element ID to which this map is tied.
getTargetProjection() - Method in class org.wicketstuff.openlayers3.api.coordinate.CoordinateProjected
Returns the target projection.
getText() - Method in class org.wicketstuff.openlayers3.api.style.Style
Returns the text for this style.
getText() - Method in class org.wicketstuff.openlayers3.api.style.Text
 
getTextAlign() - Method in class org.wicketstuff.openlayers3.api.style.Text
 
getTextBaseLine() - Method in class org.wicketstuff.openlayers3.api.style.Text
 
getTitle() - Method in class org.wicketstuff.openlayers3.api.layer.Tile
Returns the title for this layer.
getUnits() - Method in class org.wicketstuff.openlayers3.api.proj.Projection
Returns the units for this projection.
getUrl() - Method in class org.wicketstuff.openlayers3.api.source.tile.TileArcGISRest
 
getUrl() - Method in class org.wicketstuff.openlayers3.api.source.tile.TileJson
Returns the URL with the source of tiles.
getUrl() - Method in class org.wicketstuff.openlayers3.api.source.tile.TileWms
Returns the URL providing tiles for this source.
getUrl() - Method in class org.wicketstuff.openlayers3.api.source.tile.XYZ
 
getUrl() - Method in class org.wicketstuff.openlayers3.api.source.vector.loader.DefaultGeoJsonLoader
Returns the URL from which data is loaded.
getVector() - Method in class org.wicketstuff.openlayers3.api.interaction.Modify
Returns the vector source for this interaction's features.
getVector() - Method in class org.wicketstuff.openlayers3.api.source.vector.loader.VectorFeaturesLoadedListener
Returns the vector layer to which we are listening.
getVectorFeatureDataLoadedListener() - Method in class org.wicketstuff.openlayers3.api.source.vector.loader.DefaultGeoJsonLoader
Returns the listener invoked when feature data has been loaded.
getVectorFeaturesLoadedListener() - Method in class org.wicketstuff.openlayers3.api.source.vector.loader.DefaultGeoJsonLoader
Returns the listener invoked when features have been loaded.
getView() - Method in class org.wicketstuff.openlayers3.api.Map
Returns the view for this map.
getVisibleModel() - Method in class org.wicketstuff.openlayers3.api.layer.Layer
 
getWidth() - Method in class org.wicketstuff.openlayers3.api.style.Stroke
Returns the stroke width.
getX() - Method in class org.wicketstuff.openlayers3.api.coordinate.Coordinate
Return the "X" coordinate.
getY() - Method in class org.wicketstuff.openlayers3.api.coordinate.Coordinate
Returns the "Y" coordinate.
getzIndex() - Method in class org.wicketstuff.openlayers3.api.style.Style
Returns the current z-index for this style.
getZoom() - Method in class org.wicketstuff.openlayers3.api.View
Returns the zoom level for this view.
green - Variable in class org.wicketstuff.openlayers3.api.util.Color
The green value.
green(int) - Method in class org.wicketstuff.openlayers3.api.util.Color
Sets the green value.

H

handleChange(AjaxRequestTarget, String, LongLat, JsonObject) - Method in class org.wicketstuff.openlayers3.behavior.FeatureChangeListener
Invoked when the feature has been modified.
handleClick(AjaxRequestTarget, String, LongLat, JsonObject) - Method in class org.wicketstuff.openlayers3.behavior.ClickFeatureHandler
Callback for handling mouse clicks on map features.
handleClick(AjaxRequestTarget, LongLat) - Method in class org.wicketstuff.openlayers3.behavior.ClickHandler
Dispatches the clicked coordinates.
handleClickMiss(AjaxRequestTarget, LongLat) - Method in class org.wicketstuff.openlayers3.behavior.ClickFeatureHandler
Callback for handling mouse clicks on the map that do not intersect with features.
handleDataLoaded(AjaxRequestTarget, JsonArray) - Method in class org.wicketstuff.openlayers3.api.source.vector.loader.VectorFeatureDataLoadedListener
Callback method that is invoked when feature data has been loaded into the vector layer.
handleDataLoaded(AjaxRequestTarget) - Method in class org.wicketstuff.openlayers3.api.source.vector.loader.VectorFeaturesLoadedListener
Callback method that is invoked when feature data has been loaded into the vector layer.
handleViewEvent(AjaxRequestTarget, ViewEvent, JsonArray) - Method in class org.wicketstuff.openlayers3.behavior.view.ViewEventFeaturesListener
Callback method that is invoked when the map's view is changed.
handleViewEvent(AjaxRequestTarget, ViewEvent) - Method in class org.wicketstuff.openlayers3.behavior.view.ViewEventListener
Callback method that is invoked when the map's view is changed.
HeaderUtils - Class in org.wicketstuff.openlayers3.api.util
Header-related utility methods.

I

Icon - Class in org.wicketstuff.openlayers3.api.style
Provides a class that models an icon style for vector features.
Icon(String) - Constructor for class org.wicketstuff.openlayers3.api.style.Icon
Creates a new instance.
Icon(Coordinate, String) - Constructor for class org.wicketstuff.openlayers3.api.style.Icon
Creates a new instance.
Icon(Coordinate, Icon.Origin, Icon.Unit, Icon.Unit, Number, String, CorsPolicy) - Constructor for class org.wicketstuff.openlayers3.api.style.Icon
Creates a new instance.
Icon.Origin - Enum in org.wicketstuff.openlayers3.api.style
Enumeration of value anchor origin values.
Icon.Unit - Enum in org.wicketstuff.openlayers3.api.style
Enumeration of valid units by which the anchor's "X" or "Y" value is specified.
IJavascriptObject - Interface in org.wicketstuff.openlayers3.api
Provides an interface for all objects that render to Javascript.
image(Image) - Method in class org.wicketstuff.openlayers3.api.style.Circle
 
image(Image) - Method in class org.wicketstuff.openlayers3.api.style.ClusterStyle
 
Image - Class in org.wicketstuff.openlayers3.api.style
Provides a class that models an image style for vector features.
Image() - Constructor for class org.wicketstuff.openlayers3.api.style.Image
Creates a new instance.
image(Image) - Method in class org.wicketstuff.openlayers3.api.style.Style
Sets the image for this style.
imagerySet(BingMaps.ImagerySet) - Method in class org.wicketstuff.openlayers3.api.source.tile.BingMaps
Sets the imagery set for this instance.
Interaction - Class in org.wicketstuff.openlayers3.api.interaction
Provides an object that models the abstract map interaction.
Interaction() - Constructor for class org.wicketstuff.openlayers3.api.interaction.Interaction
Creates a new instance.
interactions(List<Interaction>) - Method in class org.wicketstuff.openlayers3.api.Map
 
isSnapToPixel() - Method in class org.wicketstuff.openlayers3.api.style.Circle
Returns the snap to pixel value.

J

JavascriptObject - Class in org.wicketstuff.openlayers3.api
Provides an interface that all Javascript objects must implement in order to be rendered properly.
JavascriptObject() - Constructor for class org.wicketstuff.openlayers3.api.JavascriptObject
Creates a new instance.
join(String, Object...) - Static method in class org.wicketstuff.openlayers3.api.util.Joiner
Returns a String containing the objects delimited by the provided separator.
Joiner - Class in org.wicketstuff.openlayers3.api.util
Provides an object that will convert the items in the list to a delimited String.
Joiner() - Constructor for class org.wicketstuff.openlayers3.api.util.Joiner
 
JS_GLOBAL - Static variable in class org.wicketstuff.openlayers3.api.JavascriptObject
Global variable for holding all of our Javascript objects and data.

K

key(String) - Method in class org.wicketstuff.openlayers3.api.source.tile.BingMaps
Sets the Bing Maps API key for this instance.

L

latitude(Number) - Method in class org.wicketstuff.openlayers3.api.coordinate.LongLat
Sets the latitude of the coordinate.
Layer - Class in org.wicketstuff.openlayers3.api.layer
Provides an object that models a layer.
Layer() - Constructor for class org.wicketstuff.openlayers3.api.layer.Layer
Creates a new Layer.
Layer(IModel<Boolean>) - Constructor for class org.wicketstuff.openlayers3.api.layer.Layer
Creates a new Layer with the visibility determined by the visibleModel
layerLoaded(AjaxRequestTarget, Vector, JsonArray) - Method in class org.wicketstuff.openlayers3.api.layer.VectorFeatureDataLoadedListener
Callback method that is invoked when feature data has been loaded into the vector layer.
layerLoaded(AjaxRequestTarget, Vector) - Method in class org.wicketstuff.openlayers3.api.layer.VectorFeaturesLoadedListener
Callback method that is invoked when features have been loaded into the vector layer.
Layers(List<Layer>) - Method in class org.wicketstuff.openlayers3.api.Map
Sets the layers for this map.
layers(List<Layer>) - Method in class org.wicketstuff.openlayers3.behavior.ZoomToFeatureExtent
Sets the layers used when calculating the extent.
LayerSource - Class in org.wicketstuff.openlayers3.api.layer
Provides an object that models a source of map data.
LayerSource() - Constructor for class org.wicketstuff.openlayers3.api.layer.LayerSource
Creates a new instance.
layout(Geometry.Layout) - Method in class org.wicketstuff.openlayers3.api.geometry.Point
Sets the layout for this point.
lineCap(Stroke.LineCap) - Method in class org.wicketstuff.openlayers3.api.style.Stroke
Sets the line cap style.
lineDash(Number...) - Method in class org.wicketstuff.openlayers3.api.style.Stroke
Sets the line dash style.
lineJoin(Stroke.LineCap) - Method in class org.wicketstuff.openlayers3.api.style.Stroke
Sets the line join style.
Loader - Class in org.wicketstuff.openlayers3.api.source.vector.loader
Provides an object that models a vector source loading strategy.
Loader() - Constructor for class org.wicketstuff.openlayers3.api.source.vector.loader.Loader
Creates a new instance.
loader(Loader) - Method in class org.wicketstuff.openlayers3.api.source.vector.VectorSource
Sets the loader used to fetch remote data.
longitude(Number) - Method in class org.wicketstuff.openlayers3.api.coordinate.LongLat
Sets the longitude of the coordinate.
LongLat - Class in org.wicketstuff.openlayers3.api.coordinate
Provides an object that models a longitude and latitude pair.
LongLat(Number, Number, String) - Constructor for class org.wicketstuff.openlayers3.api.coordinate.LongLat
Creates a new instance.
LongLat(Coordinate, String) - Constructor for class org.wicketstuff.openlayers3.api.coordinate.LongLat
Creates a new instance.

M

Map - Class in org.wicketstuff.openlayers3.api
Provides an object that models an OpenLayer Map instance.
Map(List<Layer>) - Constructor for class org.wicketstuff.openlayers3.api.Map
Creates a new instance.
Map(Map.RenderType, List<Layer>) - Constructor for class org.wicketstuff.openlayers3.api.Map
Creates a new instance.
Map(List<Layer>, View) - Constructor for class org.wicketstuff.openlayers3.api.Map
Creates a new instance.
Map(Map.RenderType, List<Layer>, View) - Constructor for class org.wicketstuff.openlayers3.api.Map
Creates a new instance.
Map(List<Layer>, List<Overlay>, View) - Constructor for class org.wicketstuff.openlayers3.api.Map
Creates a new instance.
Map(List<Layer>, List<Overlay>) - Constructor for class org.wicketstuff.openlayers3.api.Map
Creates a new instance.
Map(Map.RenderType, List<Layer>, List<Overlay>, View) - Constructor for class org.wicketstuff.openlayers3.api.Map
Creates a new instance.
Map(Map.RenderType, List<Layer>, List<Overlay>, View, List<Interaction>) - Constructor for class org.wicketstuff.openlayers3.api.Map
Creates a new instance.
Map.RenderType - Enum in org.wicketstuff.openlayers3.api
Provides an enumeration of the valid render types.
maximum(LongLat) - Method in class org.wicketstuff.openlayers3.api.Extent
Sets the maximum coodinate.
maximumRadius(Number) - Method in class org.wicketstuff.openlayers3.api.style.ClusterStyle
Sets the maximum radius.
maxZoom - Variable in class org.wicketstuff.openlayers3.api.View
The maximum zoom level for this view.
maxZoom(Integer) - Method in class org.wicketstuff.openlayers3.api.View
Sets the maximum zoom level for this instance.
minimum(LongLat) - Method in class org.wicketstuff.openlayers3.api.Extent
Sets the extent minimum coordinate.
minimumRadius(Number) - Method in class org.wicketstuff.openlayers3.api.style.ClusterStyle
Sets the minimum radius.
minZoom - Variable in class org.wicketstuff.openlayers3.api.View
The minimum zoom level for this view.
minZoom(Integer) - Method in class org.wicketstuff.openlayers3.api.View
Sets the minimum zoom level for this instance.
miterLimit(Number) - Method in class org.wicketstuff.openlayers3.api.style.Stroke
Sets the miter limit.
Modify - Class in org.wicketstuff.openlayers3.api.interaction
Provides an object that models a map modify interaction.
Modify(Feature...) - Constructor for class org.wicketstuff.openlayers3.api.interaction.Modify
Creates a new instance.
Modify(Style, Feature...) - Constructor for class org.wicketstuff.openlayers3.api.interaction.Modify
Creates a new instance.
Modify(Vector) - Constructor for class org.wicketstuff.openlayers3.api.interaction.Modify
Creates a new instance.
Modify(Style, Vector) - Constructor for class org.wicketstuff.openlayers3.api.interaction.Modify
Creates a new instance.
Modify(Style, Vector, Feature...) - Constructor for class org.wicketstuff.openlayers3.api.interaction.Modify
Creates a new instance.

N

name(String) - Method in class org.wicketstuff.openlayers3.api.Feature
Sets the name of this feature.
notifyFeatureDataLoadedListeners(AjaxRequestTarget, JsonArray) - Method in class org.wicketstuff.openlayers3.api.layer.Vector
Notifies all registered listeners that features have been loaded into this layer.
notifyFeaturesLoadedListeners(AjaxRequestTarget) - Method in class org.wicketstuff.openlayers3.api.layer.Vector
Notifies all registered listeners that features have been loaded into this layer.

O

objectIds - Static variable in class org.wicketstuff.openlayers3.api.JavascriptObject
Map for starting object Ids.
objectIds - Static variable in class org.wicketstuff.openlayers3.api.source.vector.loader.VectorFeatureDataLoadedListener
Map for storing object Ids.
objectIds - Static variable in class org.wicketstuff.openlayers3.api.source.vector.loader.VectorFeaturesLoadedListener
Map for storing object Ids.
offsetX - Variable in class org.wicketstuff.openlayers3.api.style.Text
 
offsetY - Variable in class org.wicketstuff.openlayers3.api.style.Text
 
onConfigure() - Method in class org.wicketstuff.openlayers3.OpenLayersMap
 
onDetach() - Method in class org.wicketstuff.openlayers3.OpenLayersMap
Calls detach on all of the layers in the map.
onUpdate(AjaxRequestTarget) - Method in class org.wicketstuff.openlayers3.api.layer.Layer
Callback for updating the layer via ajax.
opacity(Number) - Method in class org.wicketstuff.openlayers3.api.style.Icon
Sets the opacity of the icon.
OpenLayersMap - Class in org.wicketstuff.openlayers3
Provides the base class for all panels containing an OpenLayers map.
OpenLayersMap(String, IModel<Map>) - Constructor for class org.wicketstuff.openlayers3.OpenLayersMap
Creates a new instance
org.wicketstuff.openlayers3 - package org.wicketstuff.openlayers3
 
org.wicketstuff.openlayers3.api - package org.wicketstuff.openlayers3.api
 
org.wicketstuff.openlayers3.api.coordinate - package org.wicketstuff.openlayers3.api.coordinate
 
org.wicketstuff.openlayers3.api.format - package org.wicketstuff.openlayers3.api.format
 
org.wicketstuff.openlayers3.api.geometry - package org.wicketstuff.openlayers3.api.geometry
 
org.wicketstuff.openlayers3.api.interaction - package org.wicketstuff.openlayers3.api.interaction
 
org.wicketstuff.openlayers3.api.layer - package org.wicketstuff.openlayers3.api.layer
 
org.wicketstuff.openlayers3.api.overlay - package org.wicketstuff.openlayers3.api.overlay
 
org.wicketstuff.openlayers3.api.proj - package org.wicketstuff.openlayers3.api.proj
 
org.wicketstuff.openlayers3.api.source.tile - package org.wicketstuff.openlayers3.api.source.tile
 
org.wicketstuff.openlayers3.api.source.vector - package org.wicketstuff.openlayers3.api.source.vector
 
org.wicketstuff.openlayers3.api.source.vector.loader - package org.wicketstuff.openlayers3.api.source.vector.loader
 
org.wicketstuff.openlayers3.api.style - package org.wicketstuff.openlayers3.api.style
 
org.wicketstuff.openlayers3.api.util - package org.wicketstuff.openlayers3.api.util
 
org.wicketstuff.openlayers3.behavior - package org.wicketstuff.openlayers3.behavior
 
org.wicketstuff.openlayers3.behavior.view - package org.wicketstuff.openlayers3.behavior.view
 
Osm - Class in org.wicketstuff.openlayers3.api.source.tile
Provides an object that models an OpenStreetMap source of map data.
Osm() - Constructor for class org.wicketstuff.openlayers3.api.source.tile.Osm
Creates a new instance.
Overlay - Class in org.wicketstuff.openlayers3.api.overlay
Provides an object that models a map overlay.
Overlay() - Constructor for class org.wicketstuff.openlayers3.api.overlay.Overlay
Creates a new instance.
Overlay(LongLat) - Constructor for class org.wicketstuff.openlayers3.api.overlay.Overlay
Creates a new instance.
Overlay(Component) - Constructor for class org.wicketstuff.openlayers3.api.overlay.Overlay
Creates a new instance.
Overlay(Component, LongLat) - Constructor for class org.wicketstuff.openlayers3.api.overlay.Overlay
Creates a new instance.
Overlay(Component, Overlay.Positioning) - Constructor for class org.wicketstuff.openlayers3.api.overlay.Overlay
Creates a new instance.
Overlay(Component, LongLat, Overlay.Positioning) - Constructor for class org.wicketstuff.openlayers3.api.overlay.Overlay
Creates a new instance.
Overlay(Component, LongLat, Overlay.Positioning, Boolean) - Constructor for class org.wicketstuff.openlayers3.api.overlay.Overlay
Creates a new instance.
Overlay.Positioning - Enum in org.wicketstuff.openlayers3.api.overlay
Enumeration of valid overlay positioning values.
overlays(List<Overlay>) - Method in class org.wicketstuff.openlayers3.api.Map
Sets the overlays for this map.

P

params(Map<String, String>) - Method in class org.wicketstuff.openlayers3.api.source.tile.TileWms
Sets the parameters for this source.
PersistentFeature - Class in org.wicketstuff.openlayers3.api
Provides a vector object for geographic features that may be manipulated after the map is created.
PersistentFeature(Point, String) - Constructor for class org.wicketstuff.openlayers3.api.PersistentFeature
Creates a new feature.
PersistentFeature(Point, String, Style) - Constructor for class org.wicketstuff.openlayers3.api.PersistentFeature
Creates a new feature.
Point - Class in org.wicketstuff.openlayers3.api.geometry
Provides an object that models a point of geometry on the map.
Point(Coordinate) - Constructor for class org.wicketstuff.openlayers3.api.geometry.Point
Creates a new instance.
Point(Coordinate, Geometry.Layout) - Constructor for class org.wicketstuff.openlayers3.api.geometry.Point
Creates a new instance.
position - Variable in class org.wicketstuff.openlayers3.api.overlay.Overlay
The position of the overlay in the map projection.
position(LongLat) - Method in class org.wicketstuff.openlayers3.api.overlay.Overlay
Sets the position of the overlay.
positioning - Variable in class org.wicketstuff.openlayers3.api.overlay.Overlay
Defines how the overlay is actually positioned with respect to its position property.
positioning(Overlay.Positioning) - Method in class org.wicketstuff.openlayers3.api.overlay.Overlay
Sets the positioning of this overlay.
Projection - Class in org.wicketstuff.openlayers3.api.proj
Provides an object that models a map projection.
Projection(String) - Constructor for class org.wicketstuff.openlayers3.api.proj.Projection
Creates a new instance.
Projection(String, String, String) - Constructor for class org.wicketstuff.openlayers3.api.proj.Projection
Creates a new instance.
projection(Projection) - Method in class org.wicketstuff.openlayers3.api.source.tile.TileWms
Sets the projection used to transform fetched data.
projection(String) - Method in class org.wicketstuff.openlayers3.api.source.vector.loader.DefaultGeoJsonLoader
Sets the projection used to transform fetched data.
projection(Projection) - Method in class org.wicketstuff.openlayers3.api.source.vector.VectorSource
Sets the projection for this source.
projection - Variable in class org.wicketstuff.openlayers3.api.View
The projection for the map.
projection(String) - Method in class org.wicketstuff.openlayers3.api.View
Sets the projection for this view.
putNumber(String, Number) - Method in class org.wicketstuff.openlayers3.api.Feature
Adds an attribute to this feature.
putString(String, String) - Method in class org.wicketstuff.openlayers3.api.Feature
Adds an attribute to this feature.

R

radius(Number) - Method in class org.wicketstuff.openlayers3.api.style.Circle
Sets the radius of the circle.
red - Variable in class org.wicketstuff.openlayers3.api.util.Color
The red value.
red(int) - Method in class org.wicketstuff.openlayers3.api.util.Color
Sets the red value.
removeFeature(Feature) - Method in class org.wicketstuff.openlayers3.api.source.vector.VectorSource
Removes a feature from the list of features for this layer.
removeFeatureDataLoadedListener(VectorFeatureDataLoadedListener) - Method in class org.wicketstuff.openlayers3.api.layer.Vector
Removes a listener from the list of listeners that will be invoked when feature data is loaded into this layer.
removeFeaturesLoadedListener(VectorFeaturesLoadedListener) - Method in class org.wicketstuff.openlayers3.api.layer.Vector
Removes a listener from the list of listeners that will be invoked when feature data is loaded into this layer.
removeInteraction(AjaxRequestTarget, Interaction) - Method in class org.wicketstuff.openlayers3.OpenLayersMap
Removes provided interaction from the map.
renderAfterConstructorJs() - Method in class org.wicketstuff.openlayers3.api.Feature
 
renderAfterConstructorJs() - Method in class org.wicketstuff.openlayers3.OpenLayersMap
Renders the Javascript after the construction of our OL3 objects (but not the map).
renderAfterMapConstructorJs() - Method in class org.wicketstuff.openlayers3.OpenLayersMap
Renders the Javascript after the construction of the map.
renderAttributesJs() - Method in class org.wicketstuff.openlayers3.api.interaction.Modify
 
renderAttributesJs() - Method in class org.wicketstuff.openlayers3.api.overlay.Overlay
 
renderAttributesJs() - Method in class org.wicketstuff.openlayers3.api.style.Circle
 
renderAttributesJs() - Method in class org.wicketstuff.openlayers3.api.style.ClusterStyle
 
renderAttributesJs() - Method in class org.wicketstuff.openlayers3.api.style.Image
 
renderAttributesJs() - Method in class org.wicketstuff.openlayers3.api.style.Stroke
 
renderAttributesJs() - Method in class org.wicketstuff.openlayers3.api.style.Style
 
renderAttributesJs() - Method in class org.wicketstuff.openlayers3.api.style.Text
 
renderBeforeConstructorJs() - Method in class org.wicketstuff.openlayers3.api.source.vector.loader.DefaultGeoJsonLoader
Renders the callback function that handles the asynchronously requested data and loads it into our data source.
renderBeforeConstructorJs() - Method in class org.wicketstuff.openlayers3.OpenLayersMap
Renders the Javascript before the construction of the map.
renderer(Map.RenderType) - Method in class org.wicketstuff.openlayers3.api.Map
Sets the renderer for this map.
renderHead(Component, IHeaderResponse) - Method in class org.wicketstuff.openlayers3.api.source.vector.loader.VectorFeatureDataLoadedListener
 
renderHead(Component, IHeaderResponse) - Method in class org.wicketstuff.openlayers3.api.source.vector.loader.VectorFeaturesLoadedListener
 
renderHead(Component, IHeaderResponse) - Method in class org.wicketstuff.openlayers3.behavior.ClickFeatureHandler
 
renderHead(Component, IHeaderResponse) - Method in class org.wicketstuff.openlayers3.behavior.ClickHandler
 
renderHead(Component, IHeaderResponse) - Method in class org.wicketstuff.openlayers3.behavior.FeatureChangeListener
 
renderHead(Component, IHeaderResponse) - Method in class org.wicketstuff.openlayers3.behavior.view.ViewEventFeaturesListener
 
renderHead(Component, IHeaderResponse) - Method in class org.wicketstuff.openlayers3.behavior.view.ViewEventListener
 
renderHead(Component, IHeaderResponse) - Method in class org.wicketstuff.openlayers3.behavior.ZoomToFeatureExtent
 
renderHead(Component, IHeaderResponse) - Method in class org.wicketstuff.openlayers3.behavior.ZoomToOverlayExtent
 
renderHead(IHeaderResponse) - Method in class org.wicketstuff.openlayers3.DefaultOpenLayersMap
 
renderHead(IHeaderResponse) - Method in class org.wicketstuff.openlayers3.OpenLayersMap
 
renderJs() - Method in class org.wicketstuff.openlayers3.api.coordinate.Coordinate
 
renderJs() - Method in class org.wicketstuff.openlayers3.api.coordinate.CoordinateProjected
 
renderJs() - Method in class org.wicketstuff.openlayers3.api.Extent
 
renderJs() - Method in class org.wicketstuff.openlayers3.api.Feature
 
renderJs() - Method in class org.wicketstuff.openlayers3.api.format.GeoJsonFormat
 
renderJs() - Method in class org.wicketstuff.openlayers3.api.geometry.Point
 
renderJs() - Method in interface org.wicketstuff.openlayers3.api.IJavascriptObject
Returns a String with containing the rendered Javascript code for this object.
renderJs() - Method in class org.wicketstuff.openlayers3.api.interaction.Interaction
 
renderJs() - Method in class org.wicketstuff.openlayers3.api.interaction.Modify
 
renderJs() - Method in class org.wicketstuff.openlayers3.api.JavascriptObject
Returns a String with containing the rendered Javascript code for this object.
renderJs() - Method in class org.wicketstuff.openlayers3.api.layer.LayerSource
 
renderJs() - Method in class org.wicketstuff.openlayers3.api.layer.Tile
 
renderJs() - Method in class org.wicketstuff.openlayers3.api.layer.Vector
 
renderJs() - Method in class org.wicketstuff.openlayers3.api.Map
 
renderJs() - Method in class org.wicketstuff.openlayers3.api.overlay.Overlay
 
renderJs() - Method in class org.wicketstuff.openlayers3.api.proj.Projection
 
renderJs() - Method in class org.wicketstuff.openlayers3.api.source.tile.BingMaps
 
renderJs() - Method in class org.wicketstuff.openlayers3.api.source.tile.Osm
 
renderJs() - Method in class org.wicketstuff.openlayers3.api.source.tile.TileArcGISRest
 
renderJs() - Method in class org.wicketstuff.openlayers3.api.source.tile.TileJson
 
renderJs() - Method in class org.wicketstuff.openlayers3.api.source.tile.TileSource
 
renderJs() - Method in class org.wicketstuff.openlayers3.api.source.tile.TileWms
 
renderJs() - Method in class org.wicketstuff.openlayers3.api.source.tile.XYZ
 
renderJs() - Method in class org.wicketstuff.openlayers3.api.source.vector.Cluster
 
renderJs() - Method in class org.wicketstuff.openlayers3.api.source.vector.loader.DefaultGeoJsonLoader
 
renderJs() - Method in class org.wicketstuff.openlayers3.api.source.vector.VectorSource
 
renderJs() - Method in class org.wicketstuff.openlayers3.api.style.Circle
 
renderJs() - Method in class org.wicketstuff.openlayers3.api.style.ClusterStyle
 
renderJs() - Method in class org.wicketstuff.openlayers3.api.style.Fill
 
renderJs() - Method in class org.wicketstuff.openlayers3.api.style.Icon
 
renderJs() - Method in class org.wicketstuff.openlayers3.api.style.Image
 
renderJs() - Method in class org.wicketstuff.openlayers3.api.style.Stroke
 
renderJs() - Method in class org.wicketstuff.openlayers3.api.style.Style
 
renderJs() - Method in class org.wicketstuff.openlayers3.api.style.Text
 
renderJs() - Method in class org.wicketstuff.openlayers3.api.util.Color
 
renderJs() - Method in class org.wicketstuff.openlayers3.api.View
 
renderJs() - Method in class org.wicketstuff.openlayers3.OpenLayersMap
Renders the Javascript for this map.
renderJsForView(View) - Method in class org.wicketstuff.openlayers3.api.Extent
 
renderOnDomReady(IHeaderResponse, Class<?>, String, Map<String, ?>) - Static method in class org.wicketstuff.openlayers3.api.util.HeaderUtils
Renders the template, filled with the params, as an OnDomReadyHeaderItem.
respond(AjaxRequestTarget) - Method in class org.wicketstuff.openlayers3.api.source.vector.loader.VectorFeatureDataLoadedListener
 
respond(AjaxRequestTarget) - Method in class org.wicketstuff.openlayers3.api.source.vector.loader.VectorFeaturesLoadedListener
 
respond(AjaxRequestTarget) - Method in class org.wicketstuff.openlayers3.behavior.ClickFeatureHandler
 
respond(AjaxRequestTarget) - Method in class org.wicketstuff.openlayers3.behavior.ClickHandler
 
respond(AjaxRequestTarget) - Method in class org.wicketstuff.openlayers3.behavior.FeatureChangeListener
 
respond(AjaxRequestTarget) - Method in class org.wicketstuff.openlayers3.behavior.view.ViewEventFeaturesListener
 
respond(AjaxRequestTarget) - Method in class org.wicketstuff.openlayers3.behavior.view.ViewEventListener
 
rotation(Number) - Method in class org.wicketstuff.openlayers3.api.style.Icon
 
rotation(Number) - Method in class org.wicketstuff.openlayers3.api.style.Image
Sets the rotation of the image.
rotation - Variable in class org.wicketstuff.openlayers3.api.style.Text
 

S

scale(Number) - Method in class org.wicketstuff.openlayers3.api.style.Icon
 
scale(Number) - Method in class org.wicketstuff.openlayers3.api.style.Image
Sets the scale of the image.
scale - Variable in class org.wicketstuff.openlayers3.api.style.Text
 
serverType(TileWms.ServerType) - Method in class org.wicketstuff.openlayers3.api.source.tile.TileWms
Sets the remote server type.
setAlpha(double) - Method in class org.wicketstuff.openlayers3.api.util.Color
Sets the alpha value.
setAnchor(Coordinate) - Method in class org.wicketstuff.openlayers3.api.style.Icon
Sets the anchor's coordinate.
setAnchorOrigin(Icon.Origin) - Method in class org.wicketstuff.openlayers3.api.style.Icon
Sets the position of the anchor relative to the feature.
setAnchorXUnits(Icon.Unit) - Method in class org.wicketstuff.openlayers3.api.style.Icon
Sets the unit for calculating the anchor's "X" position.
setAnchorYUnits(Icon.Unit) - Method in class org.wicketstuff.openlayers3.api.style.Icon
Sets the unit for calculating the anchor's "Y" position.
setAxisOrientation(String) - Method in class org.wicketstuff.openlayers3.api.proj.Projection
Sets the axis orientation for this projection.
setBlue(int) - Method in class org.wicketstuff.openlayers3.api.util.Color
Sets the blue value.
setBuffer(Number) - Method in class org.wicketstuff.openlayers3.behavior.ZoomToFeatureExtent
Sets the buffer added to the calculated extent.
setBuffer(Number) - Method in class org.wicketstuff.openlayers3.behavior.ZoomToOverlayExtent
Sets the buffer value.
setCenter(Coordinate) - Method in class org.wicketstuff.openlayers3.api.View
Sets the center coordinate for this view.
setCircle(Circle) - Method in class org.wicketstuff.openlayers3.api.style.ClusterStyle
Sets the circle style.
setCode(String) - Method in class org.wicketstuff.openlayers3.api.proj.Projection
Sets the SRS identification code.
setColor(String) - Method in class org.wicketstuff.openlayers3.api.style.Fill
Sets the color for this fill.
setColor(Color) - Method in class org.wicketstuff.openlayers3.api.style.Fill
Sets the color for this fill.
setColor(Color) - Method in class org.wicketstuff.openlayers3.api.style.Stroke
Sets the stroke color.
setCoordinate(Coordinate) - Method in class org.wicketstuff.openlayers3.api.geometry.Point
Sets the coordinate for this point.
setCrossOrigin(CorsPolicy) - Method in class org.wicketstuff.openlayers3.api.source.tile.TileJson
Sets the CORS (Cross Origin Resource Sharing) policy for this source.
setCrossOrigin(CorsPolicy) - Method in class org.wicketstuff.openlayers3.api.style.Icon
Sets the CORS (Cross Origin Resource Sharing) policy for this icon.
setCulture(BingMaps.Culture) - Method in class org.wicketstuff.openlayers3.api.source.tile.BingMaps
Sets the culture for this instance.
setDefaultProjection(String) - Method in class org.wicketstuff.openlayers3.api.format.GeoJsonFormat
Sets the default projection.
setDistance(Number) - Method in class org.wicketstuff.openlayers3.api.source.vector.Cluster
Sets the minimum distance between clusters (in pixels).
setElement(Component) - Method in class org.wicketstuff.openlayers3.api.overlay.Overlay
Sets the element linked to this overlay.
setExtent(Extent) - Method in class org.wicketstuff.openlayers3.api.View
Sets the extent for this view.
setFeatures(Feature[]) - Method in class org.wicketstuff.openlayers3.api.interaction.Modify
Sets the features for this interaction.
setFeatures(List<Feature>) - Method in class org.wicketstuff.openlayers3.api.source.vector.VectorSource
Sets the list of features for this source.
setFill(Fill) - Method in class org.wicketstuff.openlayers3.api.style.Style
Sets the fill for the style.
setFill(Fill) - Method in class org.wicketstuff.openlayers3.api.style.Text
 
setFont(String) - Method in class org.wicketstuff.openlayers3.api.style.Text
 
setFormat(FeatureFormat) - Method in class org.wicketstuff.openlayers3.api.source.vector.VectorSource
Sets the format for the features.
setGeometry(Point) - Method in class org.wicketstuff.openlayers3.api.Feature
Sets the geometry of the feature.
setGeometryName(String) - Method in class org.wicketstuff.openlayers3.api.format.GeoJsonFormat
Sets the geometry name.
setGreen(int) - Method in class org.wicketstuff.openlayers3.api.util.Color
Sets the green value.
setImage(Image) - Method in class org.wicketstuff.openlayers3.api.style.Style
Sets the image for this style.
setImagerySet(BingMaps.ImagerySet) - Method in class org.wicketstuff.openlayers3.api.source.tile.BingMaps
Sets the imagery set for this instance.
setInteractions(List<Interaction>) - Method in class org.wicketstuff.openlayers3.api.Map
 
setKey(String) - Method in class org.wicketstuff.openlayers3.api.source.tile.BingMaps
Sets the Bing Maps API key for this instance.
setLatitude(Number) - Method in class org.wicketstuff.openlayers3.api.coordinate.LongLat
Sets the latitude for this coordinate.
setLayers(List<Layer>) - Method in class org.wicketstuff.openlayers3.api.Map
Sets the layers for this map.
setLayers(List<Layer>) - Method in class org.wicketstuff.openlayers3.behavior.ZoomToFeatureExtent
Sets the layers used when calculating the extent.
setLayout(Geometry.Layout) - Method in class org.wicketstuff.openlayers3.api.geometry.Point
Sets the layout for this point.
setLineCap(Stroke.LineCap) - Method in class org.wicketstuff.openlayers3.api.style.Stroke
Sets the line cap style.
setLineDash(Number...) - Method in class org.wicketstuff.openlayers3.api.style.Stroke
Sets the line dash style.
setLineJoin(Stroke.LineCap) - Method in class org.wicketstuff.openlayers3.api.style.Stroke
Sets the line join style.
setLoader(Loader) - Method in class org.wicketstuff.openlayers3.api.source.vector.VectorSource
Sets the loader used to fetch remote data.
setLongitude(Number) - Method in class org.wicketstuff.openlayers3.api.coordinate.LongLat
Sets the longitude for this coordinate.
setMaximum(LongLat) - Method in class org.wicketstuff.openlayers3.api.Extent
Sets the maximum coodinate.
setMaximumRadius(Number) - Method in class org.wicketstuff.openlayers3.api.style.ClusterStyle
Sets the maximum radius.
setMaxZoom(Integer) - Method in class org.wicketstuff.openlayers3.api.View
Sets the maximum zoom level for this instance.
setMinimum(LongLat) - Method in class org.wicketstuff.openlayers3.api.Extent
Sets the extent minimum coordinate.
setMinimumRadius(Number) - Method in class org.wicketstuff.openlayers3.api.style.ClusterStyle
Sets the minimum radius.
setMinZoom(Integer) - Method in class org.wicketstuff.openlayers3.api.View
Sets the minimum zoom level for this instance.
setMiterLimit(Number) - Method in class org.wicketstuff.openlayers3.api.style.Stroke
Sets the miter limit.
setName(String) - Method in class org.wicketstuff.openlayers3.api.Feature
Sets the name of this feature.
setOffsetX(Number) - Method in class org.wicketstuff.openlayers3.api.style.Text
 
setOffsetY(Number) - Method in class org.wicketstuff.openlayers3.api.style.Text
 
setOpacity(Number) - Method in class org.wicketstuff.openlayers3.api.style.Icon
Sets the opacity of the icon.
setOpacityModel(IModel<? extends Number>) - Method in class org.wicketstuff.openlayers3.api.layer.Layer
 
setOverlays(List<Overlay>) - Method in class org.wicketstuff.openlayers3.api.Map
Sets the overlays for this map.
setParams(Map<String, String>) - Method in class org.wicketstuff.openlayers3.api.source.tile.TileWms
Sets the parameters for this source.
setPosition(LongLat) - Method in class org.wicketstuff.openlayers3.api.overlay.Overlay
Sets the position of the overlay.
setPositioning(Overlay.Positioning) - Method in class org.wicketstuff.openlayers3.api.overlay.Overlay
Sets the positioning of this overlay.
setProjection(String) - Method in class org.wicketstuff.openlayers3.api.coordinate.CoordinateProjected
Sets the projection for this coordinate.
setProjection(Projection) - Method in class org.wicketstuff.openlayers3.api.source.tile.TileWms
Sets the projection used to transform fetched data.
setProjection(String) - Method in class org.wicketstuff.openlayers3.api.source.vector.loader.DefaultGeoJsonLoader
Sets the projection used to transform fetched data.
setProjection(Projection) - Method in class org.wicketstuff.openlayers3.api.source.vector.VectorSource
Sets the projection for this source.
setProjection(String) - Method in class org.wicketstuff.openlayers3.api.View
Sets the projection for this view.
setRadius(Number) - Method in class org.wicketstuff.openlayers3.api.style.Circle
Sets the radius of the circle.
setRed(int) - Method in class org.wicketstuff.openlayers3.api.util.Color
Sets the red value.
setRenderer(Map.RenderType) - Method in class org.wicketstuff.openlayers3.api.Map
Sets the renderer for this map.
setRotation(Number) - Method in class org.wicketstuff.openlayers3.api.style.Image
Sets the rotation of the image.
setRotation(Number) - Method in class org.wicketstuff.openlayers3.api.style.Text
 
setScale(Number) - Method in class org.wicketstuff.openlayers3.api.style.Image
Sets the scale of the image.
setScale(Number) - Method in class org.wicketstuff.openlayers3.api.style.Text
 
setServerType(TileWms.ServerType) - Method in class org.wicketstuff.openlayers3.api.source.tile.TileWms
Sets the remote server type.
setSnapToPixel(boolean) - Method in class org.wicketstuff.openlayers3.api.style.Circle
Sets the snap to pixel value.
setSource(TileSource) - Method in class org.wicketstuff.openlayers3.api.layer.Tile
Sets the source for this tile layer.
setSource(VectorSource) - Method in class org.wicketstuff.openlayers3.api.layer.Vector
Sets the source for this layer.
setSource(VectorSource) - Method in class org.wicketstuff.openlayers3.api.source.vector.Cluster
Sets the data source being clustered.
setSource(VectorSource) - Method in class org.wicketstuff.openlayers3.api.source.vector.loader.Loader
Sets the data source.
setSrc(String) - Method in class org.wicketstuff.openlayers3.api.style.Icon
Sets the URL with the image for the icon.
setStopEvent(Boolean) - Method in class org.wicketstuff.openlayers3.api.overlay.Overlay
Sets the stop event value.
setStroke(Stroke) - Method in class org.wicketstuff.openlayers3.api.style.Style
Sets the stroke for this style
setStroke(Stroke) - Method in class org.wicketstuff.openlayers3.api.style.Text
 
setStyle(Style) - Method in class org.wicketstuff.openlayers3.api.Feature
Sets the style used to render this feature.
setStyle(Style) - Method in class org.wicketstuff.openlayers3.api.interaction.Modify
Sets the style for this interaction.
setStyle(Style) - Method in class org.wicketstuff.openlayers3.api.layer.Vector
Sets the style used to draw features.
setTarget(String) - Method in class org.wicketstuff.openlayers3.api.Map
Sets the target Wicket element for this map.
setTargetProjection(String) - Method in class org.wicketstuff.openlayers3.api.coordinate.CoordinateProjected
Sets the target projection for the coordinate.
setText(Text) - Method in class org.wicketstuff.openlayers3.api.style.Style
Sets the text for this instance.
setText(String) - Method in class org.wicketstuff.openlayers3.api.style.Text
 
setTextAlign(String) - Method in class org.wicketstuff.openlayers3.api.style.Text
 
setTextBaseLine(String) - Method in class org.wicketstuff.openlayers3.api.style.Text
 
setTitle(String) - Method in class org.wicketstuff.openlayers3.api.layer.Tile
Sets the title for this layer.
setUnits(String) - Method in class org.wicketstuff.openlayers3.api.proj.Projection
Sets the units for this projection.
setUrl(String) - Method in class org.wicketstuff.openlayers3.api.source.tile.TileArcGISRest
 
setUrl(String) - Method in class org.wicketstuff.openlayers3.api.source.tile.TileJson
Sets the URL for the source of tiles.
setUrl(String) - Method in class org.wicketstuff.openlayers3.api.source.tile.TileWms
Sets the URL providing images for this source.
setUrl(String) - Method in class org.wicketstuff.openlayers3.api.source.tile.XYZ
 
setUrl(String) - Method in class org.wicketstuff.openlayers3.api.source.vector.loader.DefaultGeoJsonLoader
Sets the URL from which data is loaded.
setVector(Vector) - Method in class org.wicketstuff.openlayers3.api.interaction.Modify
Sets the vector source for this interaction's features.
setVectorFeatureDataLoadedListener(VectorFeatureDataLoadedListener) - Method in class org.wicketstuff.openlayers3.api.source.vector.loader.DefaultGeoJsonLoader
Sets a listener that will be invoked when feature data has been loaded.
setVectorFeaturesLoadedListener(VectorFeaturesLoadedListener) - Method in class org.wicketstuff.openlayers3.api.source.vector.loader.DefaultGeoJsonLoader
Sets a listener that will be invoked when features have been loaded.
setView(View) - Method in class org.wicketstuff.openlayers3.api.Map
Sets the view for this map.
setViewCenter(AjaxRequestTarget, Point) - Method in class org.wicketstuff.openlayers3.OpenLayersMap
Sets the center of the map's current view.
setVisible(AjaxRequestTarget, boolean) - Method in class org.wicketstuff.openlayers3.api.layer.Layer
Sets the visiblity of the layer.
setVisibleModel(IModel<Boolean>) - Method in class org.wicketstuff.openlayers3.api.layer.Layer
 
setWidth(Number) - Method in class org.wicketstuff.openlayers3.api.style.Stroke
Sets the stroke width.
setX(Number) - Method in class org.wicketstuff.openlayers3.api.coordinate.Coordinate
Sets the "X" coordinate.
setY(Number) - Method in class org.wicketstuff.openlayers3.api.coordinate.Coordinate
Sets the "Y" coordinate.
setzIndex(Number) - Method in class org.wicketstuff.openlayers3.api.style.Style
Sets the z-index for this style.
setZoom(Integer) - Method in class org.wicketstuff.openlayers3.api.View
Sets the zoom level for this view.
snapToPixel(boolean) - Method in class org.wicketstuff.openlayers3.api.style.Circle
Sets the snap to pixel value.
source(TileSource) - Method in class org.wicketstuff.openlayers3.api.layer.Tile
Sets the source for this layer.
source(VectorSource) - Method in class org.wicketstuff.openlayers3.api.layer.Vector
Sets the source for this layer.
source(VectorSource) - Method in class org.wicketstuff.openlayers3.api.source.vector.Cluster
Sets the data source being clustered.
source(VectorSource) - Method in class org.wicketstuff.openlayers3.api.source.vector.loader.DefaultGeoJsonLoader
 
source(VectorSource) - Method in class org.wicketstuff.openlayers3.api.source.vector.loader.Loader
Sets the data source.
src(String) - Method in class org.wicketstuff.openlayers3.api.style.Icon
Sets the URL with the image for the icon.
stopEvent - Variable in class org.wicketstuff.openlayers3.api.overlay.Overlay
Whether event propagation to the map viewport should be stopped.
stopEvent(Boolean) - Method in class org.wicketstuff.openlayers3.api.overlay.Overlay
Sets the stop event value.
stroke(Stroke) - Method in class org.wicketstuff.openlayers3.api.style.Circle
 
stroke(Stroke) - Method in class org.wicketstuff.openlayers3.api.style.ClusterStyle
 
Stroke - Class in org.wicketstuff.openlayers3.api.style
Provides a class that models a stroke style.
Stroke(String) - Constructor for class org.wicketstuff.openlayers3.api.style.Stroke
Creates a new instance.
Stroke(Color) - Constructor for class org.wicketstuff.openlayers3.api.style.Stroke
Creates a new instance.
Stroke(Color, Stroke.LineCap, Stroke.LineCap, Number[], Number, Number) - Constructor for class org.wicketstuff.openlayers3.api.style.Stroke
Creates a new instance.
stroke(Stroke) - Method in class org.wicketstuff.openlayers3.api.style.Style
Sets the stroke for this style.
stroke - Variable in class org.wicketstuff.openlayers3.api.style.Text
 
Stroke.LineCap - Enum in org.wicketstuff.openlayers3.api.style
Enumeration of valid line cap values.
style(Style) - Method in class org.wicketstuff.openlayers3.api.Feature
Sets the style used to render this feature.
style(Style) - Method in class org.wicketstuff.openlayers3.api.interaction.Modify
Sets the style for this interaction.
style(Style) - Method in class org.wicketstuff.openlayers3.api.layer.Vector
Sets the style used to draw features.
Style - Class in org.wicketstuff.openlayers3.api.style
Provides an object that models a style for rendering vector features.
Style() - Constructor for class org.wicketstuff.openlayers3.api.style.Style
Creates a new instance.
Style(Image) - Constructor for class org.wicketstuff.openlayers3.api.style.Style
Creates a new instance.
Style(Fill) - Constructor for class org.wicketstuff.openlayers3.api.style.Style
Creates a new instance.
Style(Fill, Stroke) - Constructor for class org.wicketstuff.openlayers3.api.style.Style
Creates a new instance.
Style(Fill, Image, Stroke, Text, Number) - Constructor for class org.wicketstuff.openlayers3.api.style.Style
Creates a new instance.

T

targetProjection(String) - Method in class org.wicketstuff.openlayers3.api.coordinate.CoordinateProjected
Sets the target projection for the coordinate.
targetProjection(String) - Method in class org.wicketstuff.openlayers3.api.coordinate.LongLat
Sets the target projection for the coordinate.
text(Text) - Method in class org.wicketstuff.openlayers3.api.style.Circle
 
text(Text) - Method in class org.wicketstuff.openlayers3.api.style.ClusterStyle
 
text(Text) - Method in class org.wicketstuff.openlayers3.api.style.Style
Sets the text for this style.
Text - Class in org.wicketstuff.openlayers3.api.style
Provides an object that models a text style.
Text(String, Fill) - Constructor for class org.wicketstuff.openlayers3.api.style.Text
 
Text(String, Number, Number, Number, Number, String, String, String, Fill, Stroke) - Constructor for class org.wicketstuff.openlayers3.api.style.Text
 
text - Variable in class org.wicketstuff.openlayers3.api.style.Text
 
textAlign - Variable in class org.wicketstuff.openlayers3.api.style.Text
 
textBaseLine - Variable in class org.wicketstuff.openlayers3.api.style.Text
 
Tile - Class in org.wicketstuff.openlayers3.api.layer
Provides an object that models a tile layer.
Tile(TileSource) - Constructor for class org.wicketstuff.openlayers3.api.layer.Tile
Creates a new instance.
Tile(String, TileSource) - Constructor for class org.wicketstuff.openlayers3.api.layer.Tile
Creates a new instance.
Tile(String, TileSource, IModel<Boolean>) - Constructor for class org.wicketstuff.openlayers3.api.layer.Tile
Creates a new instance.
TileArcGISRest - Class in org.wicketstuff.openlayers3.api.source.tile
Provides an object that models an ESRI ArcGIS tile end-point.
TileArcGISRest() - Constructor for class org.wicketstuff.openlayers3.api.source.tile.TileArcGISRest
 
TileJson - Class in org.wicketstuff.openlayers3.api.source.tile
Provides an object that models a TileJSON source of map data.
TileJson(String) - Constructor for class org.wicketstuff.openlayers3.api.source.tile.TileJson
Creates a new instance.
TileJson(String, CorsPolicy) - Constructor for class org.wicketstuff.openlayers3.api.source.tile.TileJson
Creates a new instance.
TileSource - Class in org.wicketstuff.openlayers3.api.source.tile
Provides an object that models a Tile source.
TileSource() - Constructor for class org.wicketstuff.openlayers3.api.source.tile.TileSource
 
TileWms - Class in org.wicketstuff.openlayers3.api.source.tile
Provides an object that models a Web Map Service (WMS) data source that provides images divided into a tile grid.
TileWms(String, Map<String, String>) - Constructor for class org.wicketstuff.openlayers3.api.source.tile.TileWms
Creates a new instance.
TileWms.ServerType - Enum in org.wicketstuff.openlayers3.api.source.tile
 
title(String) - Method in class org.wicketstuff.openlayers3.api.layer.Tile
Sets the title for this layer.
toString() - Method in class org.wicketstuff.openlayers3.api.coordinate.Coordinate
 
toString() - Method in class org.wicketstuff.openlayers3.api.coordinate.CoordinateProjected
 
toString() - Method in enum org.wicketstuff.openlayers3.api.geometry.Geometry.Layout
 
toString() - Method in enum org.wicketstuff.openlayers3.api.Map.RenderType
 
toString() - Method in enum org.wicketstuff.openlayers3.api.overlay.Overlay.Positioning
 
toString() - Method in enum org.wicketstuff.openlayers3.api.source.tile.BingMaps.Culture
 
toString() - Method in enum org.wicketstuff.openlayers3.api.source.tile.BingMaps.ImagerySet
 
toString() - Method in enum org.wicketstuff.openlayers3.api.source.tile.TileWms.ServerType
 
toString() - Method in enum org.wicketstuff.openlayers3.api.style.Icon.Origin
 
toString() - Method in enum org.wicketstuff.openlayers3.api.style.Icon.Unit
 
toString() - Method in enum org.wicketstuff.openlayers3.api.style.Stroke.LineCap
 
toString() - Method in class org.wicketstuff.openlayers3.api.util.Color
 
toString() - Method in enum org.wicketstuff.openlayers3.api.util.CorsPolicy
 
transform(String) - Method in class org.wicketstuff.openlayers3.api.coordinate.CoordinateProjected
Sets the target projection for the coordinate.
transform(String) - Method in class org.wicketstuff.openlayers3.api.coordinate.LongLat
Sets the target projection for the coordinate.

U

units(String) - Method in class org.wicketstuff.openlayers3.api.proj.Projection
Sets the units for this projection.
updateGeometry(AjaxRequestTarget, Point) - Method in class org.wicketstuff.openlayers3.api.PersistentFeature
Updates the location of the feature.
updateLayers(AjaxRequestTarget) - Method in class org.wicketstuff.openlayers3.OpenLayersMap
Refreshes via ajax all of the maps layers.
url(String) - Method in class org.wicketstuff.openlayers3.api.source.tile.TileJson
Sets the URL for the source of tiles.
url(String) - Method in class org.wicketstuff.openlayers3.api.source.tile.TileWms
Sets the URL providing the images for this source.
url(String) - Method in class org.wicketstuff.openlayers3.api.source.vector.loader.DefaultGeoJsonLoader
Sets the URL from which data is loaded.

V

valueOf(String) - Static method in enum org.wicketstuff.openlayers3.api.geometry.Geometry.Layout
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wicketstuff.openlayers3.api.Map.RenderType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wicketstuff.openlayers3.api.overlay.Overlay.Positioning
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wicketstuff.openlayers3.api.source.tile.BingMaps.Culture
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wicketstuff.openlayers3.api.source.tile.BingMaps.ImagerySet
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wicketstuff.openlayers3.api.source.tile.TileWms.ServerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wicketstuff.openlayers3.api.style.Icon.Origin
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wicketstuff.openlayers3.api.style.Icon.Unit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wicketstuff.openlayers3.api.style.Stroke.LineCap
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wicketstuff.openlayers3.api.util.CorsPolicy
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.wicketstuff.openlayers3.api.geometry.Geometry.Layout
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wicketstuff.openlayers3.api.Map.RenderType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wicketstuff.openlayers3.api.overlay.Overlay.Positioning
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wicketstuff.openlayers3.api.source.tile.BingMaps.Culture
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wicketstuff.openlayers3.api.source.tile.BingMaps.ImagerySet
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wicketstuff.openlayers3.api.source.tile.TileWms.ServerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wicketstuff.openlayers3.api.style.Icon.Origin
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wicketstuff.openlayers3.api.style.Icon.Unit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wicketstuff.openlayers3.api.style.Stroke.LineCap
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wicketstuff.openlayers3.api.util.CorsPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
valueX - Variable in class org.wicketstuff.openlayers3.api.coordinate.Coordinate
The "X" coordinate.
valueY - Variable in class org.wicketstuff.openlayers3.api.coordinate.Coordinate
The "Y" coordinate.
vector(Vector) - Method in class org.wicketstuff.openlayers3.api.interaction.Modify
Sets the vector source for this interaction's features.
Vector - Class in org.wicketstuff.openlayers3.api.layer
Provides an object that models a vector layer.
Vector(VectorSource) - Constructor for class org.wicketstuff.openlayers3.api.layer.Vector
Creates a new instance.
Vector(VectorSource, Style) - Constructor for class org.wicketstuff.openlayers3.api.layer.Vector
Creates a new instance.
Vector(VectorSource, ClusterStyle) - Constructor for class org.wicketstuff.openlayers3.api.layer.Vector
Creates a new instance.
vector - Variable in class org.wicketstuff.openlayers3.api.source.vector.loader.VectorFeatureDataLoadedListener
Vector layer for which we are monitoring the loading of features.
vector - Variable in class org.wicketstuff.openlayers3.api.source.vector.loader.VectorFeaturesLoadedListener
Vector layer for which we are monitoring the loading of features.
VectorFeatureDataLoadedListener - Class in org.wicketstuff.openlayers3.api.layer
Provides a listener that is invoked when feature data has been loaded into the vector layer.
VectorFeatureDataLoadedListener() - Constructor for class org.wicketstuff.openlayers3.api.layer.VectorFeatureDataLoadedListener
 
vectorFeatureDataLoadedListener(VectorFeatureDataLoadedListener) - Method in class org.wicketstuff.openlayers3.api.source.vector.loader.DefaultGeoJsonLoader
Sets a listener that will be invoked when feature data has been loaded.
VectorFeatureDataLoadedListener - Class in org.wicketstuff.openlayers3.api.source.vector.loader
Provides a behavior that invokes a callback after feature data has been loaded into the vector layer.
VectorFeatureDataLoadedListener(Vector) - Constructor for class org.wicketstuff.openlayers3.api.source.vector.loader.VectorFeatureDataLoadedListener
Creates a new instance.
VectorFeaturesLoadedListener - Class in org.wicketstuff.openlayers3.api.layer
Provides a listener that is invoked when features have been loaded into the vector layer.
VectorFeaturesLoadedListener() - Constructor for class org.wicketstuff.openlayers3.api.layer.VectorFeaturesLoadedListener
 
vectorFeaturesLoadedListener(VectorFeaturesLoadedListener) - Method in class org.wicketstuff.openlayers3.api.source.vector.loader.DefaultGeoJsonLoader
Sets a listener that will be invoked when features have been loaded.
VectorFeaturesLoadedListener - Class in org.wicketstuff.openlayers3.api.source.vector.loader
Provides a behavior that invokes a callback after feature data has been loaded into the vector layer.
VectorFeaturesLoadedListener(Vector) - Constructor for class org.wicketstuff.openlayers3.api.source.vector.loader.VectorFeaturesLoadedListener
Creates a new instance.
VectorSource - Class in org.wicketstuff.openlayers3.api.source.vector
Provides an object that models a server provided vector source.
VectorSource(List<Feature>) - Constructor for class org.wicketstuff.openlayers3.api.source.vector.VectorSource
Creates a new instance.
VectorSource(List<Feature>, Projection) - Constructor for class org.wicketstuff.openlayers3.api.source.vector.VectorSource
Creates a new instance.
VectorSource(FeatureFormat) - Constructor for class org.wicketstuff.openlayers3.api.source.vector.VectorSource
Creates a new instance.
VectorSource(FeatureFormat, Projection) - Constructor for class org.wicketstuff.openlayers3.api.source.vector.VectorSource
Creates a new instance.
VectorSource(FeatureFormat, Loader, Projection) - Constructor for class org.wicketstuff.openlayers3.api.source.vector.VectorSource
Creates a new instance.
VectorSource(List<Feature>, FeatureFormat, Loader, Projection) - Constructor for class org.wicketstuff.openlayers3.api.source.vector.VectorSource
Creates a new instance.
view(View) - Method in class org.wicketstuff.openlayers3.api.Map
Sets the view for this map.
View - Class in org.wicketstuff.openlayers3.api
Provides an object that models a view of a map.
View(Coordinate, Integer) - Constructor for class org.wicketstuff.openlayers3.api.View
Creates a new instance.
View(Coordinate, Integer, Integer) - Constructor for class org.wicketstuff.openlayers3.api.View
Creates a new instance.
View(Coordinate, Integer, String) - Constructor for class org.wicketstuff.openlayers3.api.View
Creates a new instance.
View(Coordinate, Integer, Integer, String) - Constructor for class org.wicketstuff.openlayers3.api.View
Creates a new instance.
View(Coordinate, Integer, Integer, String, Extent) - Constructor for class org.wicketstuff.openlayers3.api.View
Creates a new instance.
ViewEvent - Class in org.wicketstuff.openlayers3.behavior.view
Provides a data object that models an event emitted by the map's ol.View.
ViewEvent(JsonObject) - Constructor for class org.wicketstuff.openlayers3.behavior.view.ViewEvent
Creates a new view event from the JSON encoded ol.View instance.
ViewEventFeaturesListener - Class in org.wicketstuff.openlayers3.behavior.view
Provides a behavior that invokes a callback event whenever the map view changes.
ViewEventFeaturesListener(Vector) - Constructor for class org.wicketstuff.openlayers3.behavior.view.ViewEventFeaturesListener
 
ViewEventFeaturesListener(String, Vector) - Constructor for class org.wicketstuff.openlayers3.behavior.view.ViewEventFeaturesListener
 
ViewEventListener - Class in org.wicketstuff.openlayers3.behavior.view
Provides a behavior that invokes a callback event whenever the map view changes.
ViewEventListener() - Constructor for class org.wicketstuff.openlayers3.behavior.view.ViewEventListener
Creates a new instance.
ViewEventListener(String) - Constructor for class org.wicketstuff.openlayers3.behavior.view.ViewEventListener
Creates a new instance and sets the projection used to transform coordinates.

W

width(Number) - Method in class org.wicketstuff.openlayers3.api.style.Stroke
Sets the stroke width.

X

x(Number) - Method in class org.wicketstuff.openlayers3.api.coordinate.Coordinate
Sets the "X" coordinate.
x(Number) - Method in class org.wicketstuff.openlayers3.api.coordinate.CoordinateProjected
Sets the "X" coordinate.
x(Number) - Method in class org.wicketstuff.openlayers3.api.coordinate.LongLat
Sets the "X" coordinate.
XYZ - Class in org.wicketstuff.openlayers3.api.source.tile
Provides an object that models an XYZ data source where the requested tiles are part of the URL.
XYZ() - Constructor for class org.wicketstuff.openlayers3.api.source.tile.XYZ
 

Y

y(Number) - Method in class org.wicketstuff.openlayers3.api.coordinate.Coordinate
Sets the "Y" coordinate.
y(Number) - Method in class org.wicketstuff.openlayers3.api.coordinate.CoordinateProjected
Sets the "Y" coordinate.
y(Number) - Method in class org.wicketstuff.openlayers3.api.coordinate.LongLat
Sets the "Y" coordinate.

Z

zIndex(Number) - Method in class org.wicketstuff.openlayers3.api.style.Circle
 
zIndex(Number) - Method in class org.wicketstuff.openlayers3.api.style.ClusterStyle
 
zIndex(Number) - Method in class org.wicketstuff.openlayers3.api.style.Style
Sets the z-index for this style.
zoom - Variable in class org.wicketstuff.openlayers3.api.View
The zoom factor for this view.
zoom(Integer) - Method in class org.wicketstuff.openlayers3.api.View
Sets the zoom level for this view.
zoomToExtent(AjaxRequestTarget, Extent) - Method in class org.wicketstuff.openlayers3.OpenLayersMap
Sets the extent for the map and zooms to that extent.
ZoomToFeatureExtent - Class in org.wicketstuff.openlayers3.behavior
Provides a behavior that zooms to the map to include all features, excluding features loaded from a remote data source.
ZoomToFeatureExtent() - Constructor for class org.wicketstuff.openlayers3.behavior.ZoomToFeatureExtent
Creates a new instance.
ZoomToFeatureExtent(Number) - Constructor for class org.wicketstuff.openlayers3.behavior.ZoomToFeatureExtent
Creates a new instance.
ZoomToFeatureExtent(Layer...) - Constructor for class org.wicketstuff.openlayers3.behavior.ZoomToFeatureExtent
Creates a new instance.
ZoomToFeatureExtent(List<Layer>) - Constructor for class org.wicketstuff.openlayers3.behavior.ZoomToFeatureExtent
Creates a new instance.
ZoomToFeatureExtent(Number, Layer...) - Constructor for class org.wicketstuff.openlayers3.behavior.ZoomToFeatureExtent
Creates a new instance.
ZoomToFeatureExtent(Number, List<Layer>) - Constructor for class org.wicketstuff.openlayers3.behavior.ZoomToFeatureExtent
Creates a new instance.
zoomToFeatureExtent(AjaxRequestTarget, Vector) - Method in class org.wicketstuff.openlayers3.OpenLayersMap
Zooms the map to an extent that includes all of the features on the provided vector layer.
zoomToFeatureExtent(AjaxRequestTarget, Vector, Number) - Method in class org.wicketstuff.openlayers3.OpenLayersMap
Zooms the map to an extent that includes all of the features on the provided vector layer.
ZoomToOverlayExtent - Class in org.wicketstuff.openlayers3.behavior
Provides a behavior that zooms the map to include all overlays.
ZoomToOverlayExtent() - Constructor for class org.wicketstuff.openlayers3.behavior.ZoomToOverlayExtent
Creates a new instance.
ZoomToOverlayExtent(Number) - Constructor for class org.wicketstuff.openlayers3.behavior.ZoomToOverlayExtent
Creates a new instance.
A B C D E F G H I J K L M N O P R S T U V W X Y Z 
Skip navigation links

Copyright © 2014–2018. All rights reserved.