| 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 | |
| temporaryLine(evt) — Method in class org.openscales.core.handler.feature.draw.DrawPathHandler | |
| Update the temporary line | |
| text — Property in class org.openscales.core.events.TraceEvent | |
| textfield — Property in class org.openscales.core.popup.Popup | |
| tile — Property in class org.openscales.core.events.TileEvent | |
| tile concerned by the event. | |
| Tile — Class in package org.openscales.core.tile | |
| A tile maybe a single tile (for example in WMS or WFS) or part of a Grid like in WMS-C. | |
| Tile(layer:org.openscales.core.layer:Layer, position:org.openscales.core.basetypes:Pixel, bounds:org.openscales.core.basetypes:Bounds, url, size:org.openscales.core.basetypes:Size) — Constructor in class org.openscales.core.tile.Tile | |
| tiled — Property in class org.openscales.core.layer.params.ogc.WMSParams | |
| TileEvent — Class in package org.openscales.core.events | |
| Event related to a tile | |
| TileEvent(type, tile:org.openscales.core.tile:Tile, bubbles, cancelable) — Constructor in class org.openscales.core.events.TileEvent | |
| tileHeight — Property in class org.openscales.core.layer.Grid | |
| TILE_LOAD_END — Constant static property in class org.openscales.core.events.TileEvent | |
| Event type dispatched when tile has been loaded. | |
| TILE_LOAD_START — Constant static property in class org.openscales.core.events.TileEvent | |
| Event type dispatched when a loading of tile has been started. | |
| tileWidth — Property in class org.openscales.core.layer.Grid | |
| title — Property in class org.openscales.core.style.Rule | |
| Human readable short description (a few words and less than one line preferably) | |
| TL — Static property in class org.openscales.core.popup.Anchored | |
| TMS — Class in package org.openscales.core.layer | |
| The Tiled Web Service provides access to resources, in particular, to rendered cartographic tiles at fixed scales. | |
| TMS(name, url, isBaseLayer, visible, projection, proxy) — Constructor in class org.openscales.core.layer.TMS | |
| toGeometry() — Method in class org.openscales.core.basetypes.Bounds | |
| Create a new polygon geometry based on this bounds. | |
| toGETString() — Method in class org.openscales.core.layer.params.AbstractParams | |
| toGETString() — Method in interface org.openscales.core.layer.params.IHttpParams | |
| This method is supposed to return a params string for HTTP GET requests like : key1=value1&key2=value2&key3=value3 | |
| toGETString() — Method in class org.openscales.core.layer.params.ogc.WFSParams | |
| toGETString() — Method in class org.openscales.core.layer.params.ogc.WMSGetFeatureInfoParams | |
| toGETString() — Method in class org.openscales.core.layer.params.ogc.WMSParams | |
| toggleHandlerActivity — Property in class org.openscales.core.handler.Handler | |
| Getter and setter of the callback function used when the handler's activity changes | |
| token — Property in class org.openscales.core.security.ign.IGNGeoRMSecurity | |
| top — Property in class org.openscales.core.basetypes.Bounds | |
| top — Property in class org.openscales.core.feature.Feature | |
| topInUnits — Property in class org.openscales.core.control.ScaleLine | |
| topOutUnits — Property in class org.openscales.core.control.ScaleLine | |
| topPx — Property in class org.openscales.core.control.ScaleLine | |
| toShortString() — Method in class org.openscales.core.basetypes.LonLat | |
| toShortString() — Method in class org.openscales.core.geometry.Collection | |
| toShortString() — Method in class org.openscales.core.geometry.Geometry | |
| toShortString() — Method in class org.openscales.core.geometry.MultiLineString | |
| toShortString() — Method in class org.openscales.core.geometry.MultiPoint | |
| toShortString() — Method in class org.openscales.core.geometry.MultiPolygon | |
| toShortString() — Method in class org.openscales.core.geometry.Point | |
| toShortString() — Method in class org.openscales.core.geometry.Polygon | |
| Component of the specified index, casted to the LinearRing type | |
| toString() — Method in class org.openscales.core.basetypes.Bounds | |
| toString() — Method in class org.openscales.core.basetypes.LonLat | |
| toString() — Method in class org.openscales.core.basetypes.Pixel | |
| toString() — Method in class org.openscales.core.basetypes.Size | |
| toVertices() — Method in class org.openscales.core.geometry.Collection | |
| Return an array of all the vertices (Point) of this geometry | |
| toVertices() — Method in class org.openscales.core.geometry.Geometry | |
| Return an array of all the vertices (Point) of this geometry | |
| toVertices() — Method in class org.openscales.core.geometry.Point | |
| Return an array of all the vertices (Point) of this geometry | |
| TR — Static property in class org.openscales.core.popup.Anchored | |
| Trace — Class in package org.openscales.core | |
| Class which allows to show trace messages in the classical flex logger but also in a flex component and in the firebug console if exists. | |
| Trace() — Constructor in class org.openscales.core.Trace | |
| Constructor | |
| TraceEvent — Class in package org.openscales.core.events | |
| Event related to trace messages. | |
| TraceEvent(type, text, bubbles, cancelable) — Constructor in class org.openscales.core.events.TraceEvent | |
| transform(source, dest) — Method in class org.openscales.core.basetypes.Bounds | |
| Method to convert the bounds from a projection system to an other. | |
| transform(source, dest) — Method in class org.openscales.core.basetypes.LonLat | |
| Reprojection method => this method will convert the lonlat from source projection to dest projection. | |
| transform(source, dest) — Method in class org.openscales.core.geometry.Collection | |
| Moves a geometry by the given displacement along positive x and y axes. | |
| transform(source, dest) — Method in class org.openscales.core.geometry.Geometry | |
| Method to convert the lon/lat (x/y) value of the geometry from a projection system to an other. | |
| transform(source, dest) — Method in class org.openscales.core.geometry.MultiLineString | |
| Method to convert the multilinestring (x/y) from a projection system to an other. | |
| transform(source, dest) — Method in class org.openscales.core.geometry.MultiPoint | |
| Method to convert the multipoint (x/y) from a projection system to an other. | |
| transform(source, dest) — Method in class org.openscales.core.geometry.MultiPolygon | |
| Method to convert the multipolygon (x/y) from a projection system to an other. | |
| transform(source, dest) — Method in class org.openscales.core.geometry.Point | |
| Method to convert the point (x/y) from a projection sysrtem to an other. | |
| transformLineString(source, dest) — Method in class org.openscales.core.geometry.LineString | |
| Method to convert the multipoint (x/y) from a projection system to an other. | |
| transparent — Property in class org.openscales.core.layer.params.ogc.WMSParams | |
| trim(s) — Static method in class org.openscales.core.StringUtils | |
| Delete leading and ending series of white spaces. | |
| ttl — Property in class org.openscales.core.security.ign.IGNGeoRMSecurity | |
| tweenZoomEnabled — Property in class org.openscales.core.Map | |
| typename — Property in class org.openscales.core.layer.ogc.WFS | |
| typename — Property in class org.openscales.core.layer.params.ogc.WFSParams | |
| 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 | |