Icons
Geocode
LBS
Search
Route
Points
Miscellaneous
Index
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
M
 Main Features
 Maneuver
 Map
 Map Anchors
 Map Events
 Map Modes
 Map Units
 Map Views
 MapSize
 mapToClient
 Marker
 MARKER, Shape
 Methods
 MODE_EDIT_SHAPE, Map
 MODE_INSERT_CIRCLE, Map
 MODE_INSERT_POLYGON, Map
 MODE_INSERT_POLYLINE, Map
 MODE_MEASURE, Map
 MODE_PAN, Map
 MODE_ZOOM_IN, Map
 MODE_ZOOM_OUT, Map
O
 Overlay
 Overview
 OverviewMap
P
 panBy
 Poly
 Polygon
 POLYGON, Shape
 Polyline
 POLYLINE, Shape
 printMap
 Product Architecture
 Product Communication
 Product Functionality
 Product Overview
 Properties
R
 RectangleIcon
 redoPosition
 redraw
 RemoteVectorLayer
 removeAll
 removeAllListeners
 removeItem
 removeLayer
 removeListener
 removeOverlay
 removeShape
 removeShapeById
 resultCode
 road
 Route
 Route Types
 routeVectorLayer
 RouteVectorLayer
The Maneuver class represent a single route maneuver.[{BR}] It contains the maneuver description, location, maneuver type, road name and the geographic length of the maneuver.[{BR}][{BR}]
[{B}][{U}]Inheritance[{/U}][{/B}]: EventListener > Map
This class defines a map size.
t.mapToClient = function(coordinate)
Converts a map coordinate (geographical coordinate) to a screen coordinate (in pixels).
[{B}][{U}]Inheritance[{/U}][{/B}]: Shape > Marker
Shape.MARKER
A Marker type.
Debug.maximize = function()
Maximize the debug window.
Debug.minimize = function()
Minimize the debug window.
Map.MODE_EDIT_SHAPE
Enables the user to edit shapes (Polygons, Polylines, Circles) above the map.
Map.MODE_INSERT_CIRCLE
Enables the user to draw a circle above the map.
Map.MODE_INSERT_POLYGON
Enables the user to draw a polygon above the map.
Map.MODE_INSERT_POLYLINE
Enables the user to draw a polyline above the map.
Map.MODE_MEASURE
printMap()
Prints only the map(usefull for browsers that could not print flash).
Map.MODE_PAN
Enables the user to pan the map.
Map.MODE_ZOOM_IN
Enables the user to zoom the map in by a click on the map.
Map.MODE_ZOOM_OUT
Enables the user to zoom the map out by a click on the map.
The Overlay class is used to add an HTML based overlay on the map.
Inheritance: EventListener > OverviewMap
t.panBy = function(deltaX,
deltaY)
Pans the map by a custom amount of client pixels.
[{B}][{U}]Inheritance[{/U}][{/B}]: Shape > Poly
[{B}][{U}]Inheritance[{/U}][{/B}]: Shape > Poly > Polygon
Shape.POLYGON
A Polygon type.
[{B}][{U}]Inheritance[{/U}][{/B}]: Shape > Poly > Polyline
Shape.POLYLINE
A Polyline type.
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.
Sort = False
[{B}][{U}]Inheritance[{/U}][{/B}]: Icon > RectangleIcon
t.redoPosition=function()
Redo map position.
t.redraw =function()
Redraw the layer.
[{B}][{U}]Inheritance[{/U}][{/B}]: Layer > VectorLayer > RemoteVectorLayer
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.
An integer that contains the geocode result code.
A string that contains the maneuver road name.
[{B}][{U}]Inheritance[{/U}][{/B}]: EventListener > Route
A RouteVectorLayer object that contains the route style which displayed above the map.
The RouteVectorLayer class is the presented layer of a route above the map.[{BR}] With this class, you can set the route style.[{BR}]