Property Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
S
 saveState, ALKMaps.Control.Panel
 scale, ALKMaps.Control.TransformFeature
 scales, ALKMaps.Layer
 scope
 selectControl, ALKMaps.Control.ModifyFeature
 selectedFeature
 selectedFeatures, ALKMaps.Layer.Vector
 selectStyle, ALKMaps.Control.SelectFeature
 separator, ALKMaps.Control.MousePosition
 seperator, ALKMaps.Control.Attribution
 serialize, ALKMaps.Format.JSON
 serverResolutions, ALKMaps.Layer.Grid
 sides, ALKMaps.Handler.RegularPolygon
 single
 singleTile
 size
 slideFactor
 slider, ALKMaps.Control.PanZoomBar
 slideRatio
 sliderEvents, ALKMaps.Control.PanZoomBar
 snapAngle, ALKMaps.Handler.RegularPolygon
 snapToggle, ALKMaps.Handler.RegularPolygon
 source, ALKMaps.Control.Split
 sourceFilter, ALKMaps.Control.Split
 sourceOptions, ALKMaps.Control.Split
 space, ALKMaps.Format.JSON
 sphericalMercator
 srsInBBOX
 standalone, ALKMaps.Control.ModifyFeature
 standardTileSize, ALKMaps.Layer.Zoomify
 start
 started
 startEvt, ALKMaps.Events.buttonclick
 startRegEx, ALKMaps.Events.buttonclick
 state, ALKMaps.Feature.Vector
 status, ALKMaps.Ajax.Response
 statusText, ALKMaps.Ajax.Response
 stopClick, ALKMaps.Handler.Feature
 stopDouble, ALKMaps.Handler.Click
 stopDown
 stopMove, ALKMaps.Handler.Hover
 stoppedDown, ALKMaps.Handler.Point
 stopSingle, ALKMaps.Handler.Click
 stopUp, ALKMaps.Handler.Feature
 strategies, ALKMaps.Layer.Vector
 stringifyOutput, ALKMaps.Format.XML.VersionedOGC
 strokeColor
 strokeDashstyle
 strokeLinecap
 strokeOpacity
 strokeWidth
 style
 styleBaseUrl, ALKMaps.Format.KML
 styleMap, ALKMaps.Layer.Vector
 styles
 suffix, ALKMaps.Control.MousePosition
 symbolCache, ALKMaps.Renderer.VML
 symbolizer, ALKMaps.Rule
 symbolizers, ALKMaps.Rule
 symbolMetrics
{Boolean} If set to true, the active state of this panel’s controls will be stored on panel deactivation, and restored on reactivation.
{Float} The scale of the feature, relative to the scale the time the feature was set.
{Array} An array of map scales in descending order.
{Object} The scope to use with the onBeforeSelect, onSelect, onUnselect callbacks.
{Object} Callback execution scope, read-only, set through the options passed to the constructor.
{Object} Optional ``this`` object for the callback.
{ALKMaps.Control.SelectFeature}
{ALKMaps.Feature}
{ALKMaps.Feature}
{Array(ALKMaps.Feature.Vector)}
{Object} Hash of styles
{String}
{String} String used to seperate layers.
Object with properties corresponding to the serializable data types.
{Array(Number}} This property is documented in subclasses as an API property.
{Integer} Number of sides for the regular polygon.
{Boolean} Tells whether select by click should select a single feature.
{Boolean} Handle single clicks.
{Boolean} Use tiles for single image dynamic map.
{Boolean} Moves the layer into single-tile mode, meaning that one tile will be loaded.
{Boolean} Use single tile for Traffic image.
{Boolean} Use single tile for WeatherRadar image.
{ALKMaps.Size} The overvew map size in pixels.
{<ALKMaps.Size>|Object} An ALKMaps.Size or an object with a ‘w’ and ‘h’ properties.
{ALKMaps.Size} The image size in pixels
{ALKMaps.Size} The Zoomify image size in pixels.
{ALKMaps.Size} Size of the main div (this.div)
{ALKMaps.Size} the width and height of the popup.
{ALKMaps.Size}
{ALKMaps.Size} null
Pixels to slide by.
{Integer} Number of pixels by which we’ll pan the map in any direction on clicking the arrow buttons, defaults to 50.
{Integer} Number of pixels by which we’ll pan the map in any direction on clicking the arrow buttons, defaults to 50.
{Integer} Number of pixels by which we’ll pan the map in any direction on clicking the arrow buttons.
{Number} The fraction of map width/height by which we’ll pan the map on clicking the arrow buttons.
{Number} The fraction of map width/height by which we’ll pan the map on clicking the arrow buttons.
{Number} The fraction of map width/height by which we’ll pan the map on clicking the arrow buttons.
{ALKMaps.Events}
{Float} If set to a non-zero value, the handler will snap the polygon rotation to multiples of the snapAngle.
{String} If set, snapToggle is checked on mouse events and will set the snap mode to the opposite of what it currently is.
{ALKMaps.Layer.Vector} Optional source layer.
{ALKMaps.Filter} Optional filter that will be evaluated to determine if a feature from the source layer is eligible for splitting.
{Options} If a temporary sketch layer is created, these layer options will be applied.
{String} For “pretty” printing, the space string will be used after the “:” separating a name/value pair.
{Boolean} Traffic layer only has Spherical Mercator map.
{Boolean} Set this property to true for Spherical Mercator projection.
{Boolean} Include the SRS identifier in BBOX query string parameter.
{Boolean} Include the SRS identifier in BBOX query string parameter.
{Boolean} Include the SRS identifier in BBOX query string parameter.
{Boolean} Set to true to create a control without SelectFeature capabilities.
{Integer} The size of a standard (non-border) square tile in pixels.
{ALKMaps.Pixel} The first pixel location of the drag.
{Object} Object that store informations related to pinch touchstart.
{Boolean} When a mousedown or touchstart event is received, we want to record it, but not set ‘dragging’ until the mouse moves after starting.
{Boolean} When a touchstart event is received, we want to record it, but not set ‘pinching’ until the touchmove get started after starting.
{Event} The event that started the click sequence
{RegExp} Regular expression to test Event.type for events that start a buttonclick sequence.
{String}
{Integer}
{String}
{Boolean} If stopClick is set to true, handled clicks do not propagate to other click listeners.
{Boolean} Stop other listeners from being notified of double-clicks.
{Boolean} Stop propagation of mousedown events from getting to listeners on the same element.
{Boolean} If stopDown is set to true, handled mousedowns do not propagate to other mousedown listeners.
{Boolean} Stop propagation of touchstart events from getting to listeners on the same element.
{Boolean} Stop event propagation on mousedown.
{Boolean} Indicate whether the last mousedown stopped the event propagation.
{Boolean} Stop other listeners from being notified of clicks.
{Boolean} If stopUp is set to true, handled mouseups do not propagate to other mouseup listeners.
{Array(ALKMaps.Strategy})} Optional list of strategies for the layer.
{Boolean} If true, write will return a string otherwise a DOMElement.
{String} Color for line stroke.
{String} Color for line stroke.
{String} Color for line stroke.
{String} Stroke dash style according to the SLD spec.
{String} Stroke dash style according to the SLD spec.
{String} Stroke dash style according to the SLD spec.
{String} Stroke cap type (“butt”, “round”, or “square”).
{String} Stroke cap type (“butt”, “round”, or “square”).
{String} Stroke cap type (“butt”, “round”, or “square”).
{Number} Stroke opacity (0-1).
{Number} Stroke opacity (0-1).
{Number} Stroke opacity (0-1).
{Number} Pixel stroke width.
{Number} Pixel stroke width.
{Number} Pixel stroke width.
{Object}
{Object} Default style for the layer
{String}
{ALKMaps.StyleMap}
{Object} Storage of style objects
{Object} Hash of {ALKMaps.Style}, keyed by names of well known rendering intents (e.g.
{String}
{DOMElement} node holding symbols.
{Object} Symbolizer or hash of symbolizers for this rule.
{Array} Collection of symbolizers associated with this rule.
{Object} Cache for symbol metrics according to their svg coordinate space.
{Object} Cache for symbol metrics according to their svg coordinate space.
Close