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