Icons
Geocode
LBS
Search
Route
Points
Miscellaneous
Index
Function 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
I
 init
 insertVertex
 Introduction
 isAutoRedrawEnabled
 isClickPanningEnabled
 isInsideClientView
 isLabelVisible
 isMouseWheelZoomingEnabled
 isOverlayVisible
 isPanningEnabled
 isPointInside(Circle)
 isPointInside(Polygon)
 isVisible
L
 loadWaitingMessage
M
 Main Features
 mapToClient
 
P
 panBy
 printMap
 Product Architecture
 Product Communication
 Product Functionality
R
 redoPosition
 redraw
 removeAll
 removeAllListeners
 removeItem
 removeLayer
 removeListener
 removeOverlay
 removeShape
 removeShapeById
t.init = function (_route,
_parentMap)
Assigns a route and map to the route vector layer.
t.insertVertex =function(vertex,
atIndex)
Insert a new vertex at the specified index.
The AtlasWeb SDK includes a layers architecture which enables you to add layers and shapes to the map.
loadWaitingMessage(Map Anchors anchor
ScreenPoint offsetPosition)
Loads the waiting message to the screen(in hide mode).
boolean isPointInside(LatLong latLong)
Return true if the point is in the circle, otherwise returns false.
boolean isPointInside(LatLong latLong)
Return true if the point is in the polygon, otherwise returns false.
printMap()
Prints only the map(usefull for browsers that could not print flash).
t.isAutoRedrawEnabled =function()
Returns true if the layer’s automatic redraw is active, false if inactive.
t.isClickPanningEnabled = function()
Returns true if the map click panning is enabled.
t.isInsideClientView = function(coordinate)
Returns true if the given coordinate is inside the current client map view, otherwise returns false.
t.isLabelVisible =function()
Returns true if the label of the shape is visible, or false if the label is invisible.
t.isMouseWheelZoomingEnabled = function()
Returns true if the mouse wheel zooming is enabled.
t.isOverlayVisible=function(overlayName)
Returns true if the overlay is visible, or false if the overlay is invisible.
t.isPanningEnabled = function()
Returns true if the map panning is enabled.
t.isVisible =function()
Returns true if the layer is visible, or false if the layer is invisible.
t.mapToClient = function(coordinate)
Converts a map coordinate (geographical coordinate) to a screen coordinate (in pixels).
Debug.maximize = function()
Maximize the debug window.
Debug.minimize = function()
Minimize the debug window.
t.panBy = function(deltaX,
deltaY)
Pans the map by a custom amount of client pixels.
The AtlasWeb SDK architecture utilizes client-server architecture for Internet-based GIS applications.
When a user, on client side, enters the mapping application web page, its browser communicates with the application server, on customer side, in response the application sever downloads the application source code which contains also the include line defined by AtlasCT.
The AtlasWeb SDK package includes in addition to the API function sets, built-in user capabilities which enable on-map drawing, customer layers display on the map, advanced user graphic interface and more.
t.redoPosition=function()
Redo map position.
t.redraw =function()
Redraw the layer.
t.removeAll = function()
Removes all the shapes from the layer.
t.removeAllListeners = function ()
Removes all event listeners for this object.
t.removeItem =function(caption)
Removes an item from the context menu.
t.removeLayer = function(layerName)
Removes a layer from the existing layers collection.
t.removeListener = function (evt,
callFunction)
Removes the specified event listener for the specified function.
t.removeOverlay = function(overlayName)
Removes from the map the overlay with the specified name.
t.removeShape = function(shape)
Removes the given shape from the layer.
t.removeShapeById = function(id)
Removes the shape whose ID is specified.