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
 tableName, OpenLayers.Protocol.SQL
 targetFilter, OpenLayers.Control.Split
 Text
 theme, OpenLayers.Map
 threshold, OpenLayers.Strategy.Cluster
 TILE_HEIGHT, OpenLayers.Map
 TILE_PARAMS, OpenLayers.Layer.MapGuide
 TILE_WIDTH, OpenLayers.Map
 TileCache, OpenLayers.Layer.TileCache.OpenLayers.Layer
 tileOrigin, OpenLayers.Layer.TMS
 tileSize
 time, OpenLayers.Console
 timeEnd, OpenLayers.Console
 TMS, OpenLayers.Layer.TMS.OpenLayers.Layer
 toArray, OpenLayers.Bounds
 toBBOX, OpenLayers.Bounds
 toGeometry, OpenLayers.Bounds
 toggle
 toggleKey, OpenLayers.Control.GetFeature
 toHexString, mapfish.ColorRgb
 tolerance, OpenLayers.Control.Split
 Toolbar, mapfish.widgets.toolbar.Toolbar.mapfish.widgets.toolbar
 toShortString, OpenLayers.LonLat
 toString, OpenLayers.Bounds
 totalRecords, mapfish.widgets.data.FeatureReader
 trace, OpenLayers.Console
 transform
 transitionEffect, OpenLayers.Layer
 translate, OpenLayers.Lang
 triggerEvent, OpenLayers.Events
 TriggerEventDecorator, mapfish.Protocol.TriggerEventDecorator.mapfish.Protocol
 triggerSearch
 trim
 Tween, OpenLayers.Tween.OpenLayers
 type
U
 units
 unregister
 Untiled
 update
 updateOptions
 updateSize
 upperBoundary, OpenLayers.Filter.Comparison
 url
 URL_HASH_FACTOR, OpenLayers.Layer.HTTPRequest
 useAsyncOverlay, OpenLayers.Layer.MapGuide
 useFeedTitle, OpenLayers.Layer.GeoRSS
 useHttpTile, OpenLayers.Layer.MapGuide
 useOverlay, OpenLayers.Layer.MapGuide
 userError, OpenLayers.Console
 Util
Name of the database table into which Features should be saved.
{OpenLayers.Filter} Optional filter that will be evaluated to determine if a feature from the target layer is eligible for splitting.
Create a new parser for TSV Text.
Create a text layer.
{String} Relative path to a CSS file from which to load theme styles.
{Integer} Optional threshold below which original features will be added to the layer instead of clusters.
{Integer} 256 Default tile height (unless otherwise specified)
{Object} Hashtable of default parameter key/value pairs for tiled layer
{Integer} 256 Default tile width (unless otherwise specified)
Create a new read only TileCache layer.
{OpenLayers.Pixel}
{OpenLayers.Size} Size for tiles.
{OpenLayers.Size}
{OpenLayers.Size} Set in the map options to override the default tile size for this map.
time: function()
Creates a new timer under the given name.
timeEnd: function()
Stops a timer created by a call to OpenLayers.Console.time(name) and writes the time elapsed.
toArray: function()
{Array} array of left, bottom, right, top
toBBOX:function(decimal)
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.
{Boolean} Unselect a selected feature on click.
toggle: function()
Toggle the visibility of element(s) passed in
{String} An event modifier (‘altKey’ or ‘shiftKey’) that temporarily sets the toggle property to true.
toHexString: function()
Converts the rgb color to hex string
{Number} Distance between the calculated intersection and a vertex on the source geometry below which the existing vertex will be used for the split.
Create a new Toolbar
toShortString:function()
{String} Shortened String representation of OpenLayers.LonLat object.
toString:function()
{String} String representation of bounds object.
{Integer}
trace: function()
Prints an interactive stack trace of JavaScript execution at the point where it is called.
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.
OpenLayers.Projection.transform = function(point,
source,
dest)
Transform a point coordinate from one projection to another.
{String} The transition effect to use when the map is panned or zoomed.
translate: function(key,
context)
Looks up a key from a dictionary based on the current language string.
triggerEvent: function (type,
evt)
Trigger a specified registered event.
triggerSearch: function()
To be called to trigger search.
triggerSearch: function()
Trigger search request.
trim: function(str)
Removes leading and trailing whitespace characters from a string.
Deprecated.
Creates a Tween.
{String} type: type of the comparison.
{String} Type of spatial filter.
{GMapType}
{?}
{VEMapType}
{YahooMapType}
{String} The layer map units.
{?}
{String} The map units.
unregister: function(searcher)
Unregister a searcher.
unregister: function (type,
obj,
func)
"update": function(features,
options)
Construct a request updating modified features.
"update": function(features,
options)
Update features, this method does nothing more than calling the decorator protocol’s update method.
update: function(features,
options)
Construct a request updating modified features.
update: function()
Construct a request updating modified features.
update: function(feature,
options)
Construct a request updating modified feature.
update: function(features,
options)
Construct a request updating modified feature.
updateOptions: function(newOptions)
Method used to update the properties method, indicator, numClasses and colors.
updateOptions: function(newOptions)
Method used to update the properties indicator, minSize and maxSize.
updateSize: function()
This function should be called by any external code which dynamically changes the size of the map div (because mozilla wont let us catch the “onresize” for an element)
updateSize: function()
Auto size the popup so that it precisely fits its contents (as determined by this.contentDiv.innerHTML).
{Number} or {String} upper boundary for between comparisons.
{String} The URL to the web service.
{String} The URL to the web service.
{String} The URL to the web service.
{Float} Used to hash URL param strings for multi-WMS server selection.
{Boolean} indicates if the MapGuide site supports the asynchronous GETDYNAMICOVERLAY requests which is available in MapGuide Enterprise 2010 and MapGuide Open Source v2.0.3 or higher.
{Boolean} Set layer.name to the first title element in the feed.
{Boolean} use a tile cache exposed directly via a webserver rather than the via mapguide server.
{Boolean} flag to indicate if the layer should be retrieved using GETMAPIMAGE (default) or using GETDYNAMICOVERLAY requests.
userError: function(error)
A single interface for showing error messages to the user.
Close