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
T
 target, ALKMaps.Events.buttonclick
 targetFilter, ALKMaps.Control.Split
 targetSize, ALKMaps.Control.Graticule
 template
 testTarget, ALKMaps.Control.Snapping
 Text
 theme, ALKMaps.Map
 thousandsSeparator, ALKMaps.Number
 threshold
 tile
 Tile
 TILE_HEIGHT, ALKMaps.Map
 TILE_WIDTH, ALKMaps.Map
 tileClass, ALKMaps.Layer.Grid
 tileLoadingDelay, ALKMaps.Layer.Grid
 tileOptions, ALKMaps.Layer.Grid
 tileOrigin
 tileOriginCorner, ALKMaps.Layer.Grid
 tileQueue, ALKMaps.Layer.Grid
 tileQueueId, ALKMaps.Layer.Grid
 tileSize
 timeoutId, ALKMaps.Handler.Drag
 timer
 timerId
 title
 titleRegEx, ALKMaps.Projection
 toArray, ALKMaps.Bounds
 toBBOX, ALKMaps.Bounds
 toFloat, Util
 toGeometry, ALKMaps.Bounds
 toggle
 toggleClass, ALKMaps.Element
 toggleKey, ALKMaps.Control.SelectFeature
 toggleSelect, ALKMaps.Control.SelectFeature
 toISOString, ALKMaps.Date
 tokenRegEx, ALKMaps.String
 tolerance
 top, ALKMaps.Bounds
 topInUnits, ALKMaps.Control.ScaleLine
 topleft, ALKMaps.Marker2.Anchored.ALKMaps.Marker2.Anchored
 topOutUnits, ALKMaps.Control.ScaleLine
 topright, ALKMaps.Marker2.Anchored.ALKMaps.Marker2.Anchored
 toShortString
 toState, ALKMaps.Feature.Vector
 toString
 touch
 touchend
 touchmove
 TouchNavigation, ALKMaps.Control.TouchNavigation.ALKMaps.Control
 touchstart
 TouchZoom, ALKMaps.Control.TouchZoom.ALKMaps.Control
 trackAttributes, ALKMaps.Format.KML
 Traffic
 TrafficCameras, ALKMaps.Layer.TrafficCameras.ALKMaps.Layer
 TrafficIncidents
 transform
 transformArray
 transformDiv, ALKMaps.Layer.Grid
 transformFeature, ALKMaps.Control.TransformFeature
 TransformFeature, ALKMaps.Control.TransformFeature.ALKMaps.Control
 transforms, ALKMaps.Projection
 transitionEffect, ALKMaps.Layer.Grid
 transparentOverlayLayer, ALKMaps.Layer.BaseMap
 trigger
 triggerCallback, ALKMaps.Handler.Feature
 triggerEvent, ALKMaps.Events
 triggerRead, ALKMaps.Strategy.BBOX
 triggerSave, ALKMaps.Strategy.Save
 trim, ALKMaps.String
 True, ALKMaps.Function
 Try, Util
 type
 TYPE_BUTTON, ALKMaps.Control.ALKMaps.Control
 TYPE_TOGGLE, ALKMaps.Control.ALKMaps.Control
 TYPE_TOOL, ALKMaps.Control.ALKMaps.Control
{ALKMaps.Events} The events instance that the buttonclick event will be triggered on.
{ALKMaps.Filter} Optional filter that will be evaluated to determine if a feature from the target layer is eligible for splitting.
{Integer} The maximum size of the grid in pixels on the map
{String} Template for the attribution.
{String} Template for the infoWarning.
testTarget: function(target,
loc)
Create a new parser for TSV Text.
Create a text layer.
Create a symbolizer for rendering text labels.
{String} Relative path to a CSS file from which to load theme styles.
Thousands separator to use when formatting numbers.
{Number} The threshold requirement for a cluster to be created.
{Number} The threshold requirement for a cluster to be created.
{Integer} Optional threshold below which original features will be added to the layer instead of clusters.
{Integer} Optional threshold below which original markers will be added to the layer instead of clusters.
layer.tile = function (map,
options)
Create a new L.ALKMaps.Layer.Tile instance
{ALKMaps.Tile.Image}
Initializes a new Tile layer object
Constructor for a new ALKMaps.Tile instance.
{Integer} 256 Default tile height (unless otherwise specified)
{Integer} 256 Default tile width (unless otherwise specified)
{ALKMaps.Tile} The tile class to use for this layer.
{Integer} Number of milliseconds before we shift and load tiles when panning.
{Object} optional configuration options for ALKMaps.Tile instances created by this Layer, if supported by the tile class.
{ALKMaps.LonLat} Tile origin
{ALKMaps.LonLat} Optional origin for aligning the grid of tiles.
{String} If the tileOrigin property is not provided, the tile origin will be derived from the layer’s maxExtent.
{Array(ALKMaps.Tile)} Tiles queued for drawing.
{Number} The id of the drawTileFromQueue animation.
{Number} Width of the tile.
{ALKMaps.Size}
{ALKMaps.Size} Set in the map options to override the default tile size for this map.
{String} The id of the timeout used for the mousedown interval.
{Number} The id of the timer.
{Number} The id of the timer.
{Number} The id of the timeout waiting to clear the delayedCall.
{Integer} The timer used to test the double touch.
{string} This property is used for showing a tooltip over the Control.
{String} Title of this rule (set if included in SLD)
{String} Title of this style (set if included in SLD)
{String} Title of this style.
{RegExp} regular expression to strip the title from a proj4js definition
toArray: function(reverseAxisOrder)
toBBOX:function(decimal,
reverseAxisOrder)
ALKMaps.Util.toFloat = function (number,
precision)
Convenience method to cast an object to a Number, rounded to the desired floating point precision.
toGeometry: function()
Create a new polygon geometry based on this bounds.
{Boolean} Unselect a selected feature on click.
{Boolean} Unselect a selected feature on click.
toggle: function()
Toggle the visibility of element(s) passed in
toggle: function()
Toggles visibility of the marker.
toggle: function()
Toggles visibility of the popup.
toggleClass: function(element,
name)
Remove a CSS class name from an element if it exists.
{String} An event modifier (‘altKey’ or ‘shiftKey’) that temporarily sets the toggle property to true.
toggleSelect: function()
Event should toggle the selected state of a feature based on toggle property and toggleKey event modifier.
Generates a string representing a date.
Used to find tokens in a string.
{Object} Used to add nearTheLinePointerClass to the viewport when mouse hovers over the line or within the tolerance distance to the line and not within toLineEnd distance when mouses moves closer to one of the line end.
{Number} Distance between the calculated intersection and a vertex on the source geometry below which the existing vertex will be used for the split.
{Number} Maximum vertical coordinate.
{String} Units for zoomed in on top bar.
ALKMaps.Marker2.Anchored.topleft = function(id,
lonlat,
contentSize,
contentHTML,
anchor,
closeBox,
attributes)
Create an anchored marker that is placed on top left side of a location.
{String} Units for zoomed out on top bar.
ALKMaps.Marker2.Anchored.topright = function(id,
lonlat,
contentSize,
contentHTML,
anchor,
closeBox,
attributes)
Create an anchored marker that is placed on top right side of a location.
toShortString: function()
{String} Shortened String representation of Point object.
toShortString:function()
{String} Shortened String representation of ALKMaps.LonLat object.
toState: function(state)
Sets the new state
toString:function()
{String} String representation of bounds object.
toString: function()
{String} Include ALKMaps.Format.CQL in your build to get a CQL representation of the filter returned.
toString: function()
Returns a text representation of the geometry.
toString:function()
Return a readable string version of the lonlat
toString:function()
Cast this object into a string
toString: function()
Convert projection to string (getCode wrapper).
toString:function()
Return the string representation of a size object
{Boolean} When a touchstart event is fired, touch will be true and all mouse related listeners will do nothing.
{Boolean} When a touchstart event is fired, touch will be true and all mouse related listeners will do nothing.
{Boolean} When a touchstart event is fired, touch will be true and all mouse related listeners will do nothing.
{Boolean} Indicates the support of touch events.
touchend: function(evt)
Correctly set event xy property, and add lastTouches to have touches property from last touchstart or touchmove
touchend: function(evt)
Handle touchend events
touchend: function(evt)
Handle touchend events
touchend: function(evt)
Handle touchend.
touchmove: function(evt)
Store position of last move, because touchend event can have an empty “touches” property.
touchmove: function(evt)
Handle touchmove events
touchmove: function(evt)
Handle touchmove events.
touchmove: function(evt)
Handle touchmove events
touchmove: function(evt)
Handle touchmove.
Create a new navigation control
touchstart: function(evt)
Handle touchstart.
touchstart: function(evt)
Handle touchstart events
touchstart: function(evt)
Handle touchstart events
touchstart: function(evt)
handle touchstart.
touchstart: function(evt)
Handle touchstart events
touchstart: function(evt)
Handle touchstart.
Adds the two zoom controls.
{Array} If extractTracks is true, points within gx:Track elements will be parsed as features with when, heading, tilt, and roll attributes.
Create a new ALK Maps Traffic overlay.
Initializes a new Traffic layer object
Construct a layer for traffic cameras.
A class for traffic incidents layer.
Create a new ALKMaps.Layer.TrafficIncidents instance
transform: function(source,
dest)
Transform the Bounds object from source to dest.
transform: function(source,
dest)
Reproject the components geometry from source to dest.
transform: function(source,
dest)
Reproject the components geometry from source to dest.
transform: function(source,
dest)
Translate the x,y properties of the point from source to dest.
transform: function(source,
dest)
Transform the LonLat object from source to dest.
ALKMaps.Projection.transform = function(point,
source,
dest)
Transform a point coordinate from one projection to another.
ALKMaps.Geometry.Point.transformArray = function (array,
source,
dest)
Perform transform function on an array of ALKMaps.Geometry.Point objects
ALKMaps.LonLat.transformArray = function (array,
source,
dest)
Perform transform function on an array of ALKMaps.LonLat objects
transformDiv: function(scale)
Transform the layer div.
transformFeature: function(mods)
Transforms the feature.
Create a new transform feature control.
{Object} Transforms is an object, with from properties, each of which may have a to property.
{String} The transition effect to use when the map is zoomed.
{ALKMaps.Layer.BaseMap} Transparent overlay on satellite map.
trigger: function()
Called by a control panel when the button is clicked.
trigger: function()
trigger: function()
trigger: function()
trigger: function()
Do the zoom.
triggerCallback: function(type,
mode,
args)
Call the callback keyed in the event map with the supplied arguments.
triggerEvent: function (type,
evt)
Trigger a specified registered event.
triggerRead: function(options)
triggerSave: function(event)
Registered as a listener.
trim: function(str)
Removes leading and trailing whitespace characters from a string.
True : function()
A simple function to that just does “return true”.
ALKMaps.Util.Try = function ()
Execute functions until one of them doesn’t throw an error.
{Number} Controls can have a ‘type’.
{Integer} ALKMaps.Control.TYPE_BUTTON.
{ALKMaps.Control.TYPES}
{String} Note that this control is not intended to be added directly to a control panel.
{String} The type of ALKMaps.Control -- When added to a Control.Panel, ‘type’ is used by the panel to determine how to handle our events.
{ALKMaps.Control.TYPES}
{ALKMaps.Control.TYPE}
{String} The type of ALKMaps.Control -- When added to a Control.Panel, ‘type’ is used by the panel to determine how to handle our events.
{String} The type of ALKMaps.Control -- When added to a Control.Panel, ‘type’ is used by the panel to determine how to handle our events.
{String} The type of ALKMaps.Control -- When added to a Control.Panel, ‘type’ is used by the panel to determine how to handle our events.
{String} type: type of the comparison.
{String} Type to identify this filter.
{String} Type of spatial filter.
Close