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
A
 addControls, OpenLayersTools.Control
 addMap, OpenLayersTools.Layer
 addVectorLayer, OpenLayersTools.Layer
 addVehicle, OpenLayersTools.Vehicle
B
 BaseFunc, OpenLayersTools.BaseFunc
 bindEventToObject, OpenLayersTools.BaseFunc
 buildTrack, OpenLayersTools.Track
C
 centerMap, OpenLayersTools.BaseFunc
 checkUndefined, OpenLayersTools.BaseFunc
 Console, OpenLayersTools.Console
 Control, OpenLayersTools.Control
 controls, OpenLayersTools.Control
D
 debugMode, OpenLayersTools.Console
E
 extendConfigFromDefault, OpenLayersTools.BaseFunc
F
 Functions
G
 geometryToString, OpenLayersTools.BaseFunc
 getFeatureById, OpenLayersTools.Layer
 getFeaturesById, OpenLayersTools.Layer
 getLayerByName, OpenLayersTools.Layer
 getLayersByName, OpenLayersTools.Layer
L
 Layer, OpenLayersTools.Layer
M
 moveVehicle, OpenLayersTools.Vehicle
O
 OpenLayersTools.BaseFunc
 OpenLayersTools.Console
 OpenLayersTools.Control
 OpenLayersTools.Layer
 OpenLayersTools.Track
 OpenLayersTools.Vehicle
R
 removeTrack, OpenLayersTools.Track
 removeVehicle, OpenLayersTools.Vehicle
S
 stringToGeometry, OpenLayersTools.BaseFunc
T
 Track, OpenLayersTools.Track
V
 Variables
 Vehicle, OpenLayersTools.Vehicle
 visibilityTrack, OpenLayersTools.Track
 visibilityVehicle, OpenLayersTools.Vehicle
W
 writeDebug, OpenLayersTools.Console
 writeError, OpenLayersTools.Console
 writeGroup, OpenLayersTools.Console
 writeInfo, OpenLayersTools.Console
 writeWarning, OpenLayersTools.Console
addControls: function (controls)
Function creates and adds controls to the OpenLayers.
addMap: function (maps)
Creates the map elements and adds them to OpenLayers.
addVectorLayer: function (name,
config)
Adding a custom layer to OpenLayers.
addVehicle: function (layerName,
coordinates,
attributes)
Creates and adds a marker of the vehicle on OpenLayers.Map
function BaseFunc(parent)
Initialize the object BaseFunc.
bindEventToObject: function (object,
listeners)
Wire up the event to the object.
buildTrack: function (layerName,
coordinates,
attributes)
Building a track, given the coordinates and draws on OpenLayers.Layer.
centerMap: function (lon,
lat,
projection)
Centers the map on the specified coordinates.
checkUndefined: function (object)
Checks the variable to exist.
function Console(parent)
Initialize the object of Console.
function Control(parent)
Create an object of Control.
this.controls
In this array are stored by all controls of OpenLayers.
this.debugMode
The flag, which sets management debug messages of OpenLayersTools.
extendConfigFromDefault: function (existsConfig,
defaultConfig)
Expands the list of object parameters.
geometryToString: function (geometry)
Converts the geometry into a string.
getFeatureById: function (layerName,
id)
Takes out the element layer and return it.
getFeaturesById: function (layerName,
id)
Takes out the element layer and return array of OpenLayers.Feature.
getLayerByName: function (name)
Seeking layer in OpenLayers and returns a single layer.
getLayersByName: function (name)
Seeking layer in OpenLayers and returns array of layers.
function Layer(parent)
Initialize the object of Layer.
moveVehicle: function (layerName,
vehicleId,
coordinates)
Moves existing marker vehicle to new coordinates
This class implements the basic functions such as centering the map, converting the geometry and more.
Implements methods to access the developer console.
Implements methods for working with controls of OpenLayers.
Implements all the methods for working with layers of OpenLayers.
Implements methods for working with tracks.
Implements methods for working with vehicles.
removeTrack: function (layerName,
trackId)
Remove track from the layer.
removeVehicle: function (layerName,
vehicleId)
Removes marker vehicle.
stringToGeometry: function (string)
Converts a string to geometry.
function Track(parent)
Initialize the object of Track.
function Vehicle(parent)
Initialize the object of Vehicle.
visibilityTrack: function (layerName,
trackId,
visibility)
Method hides\show track on layer.
visibilityVehicle: function (layerName,
vehicleId,
visibility)
Hides of displays the marker of the vehicle.
writeDebug: function (message)
Write debug message to console.
writeError: function (message)
Write error message to console.
writeGroup: function (name,
messages)
Write group of messages to console.
writeInfo: function (message)
Write info message to console.
writeWarning: function (message)
Write warning message to console.
Close