ILIAS
Release_5_0_x_branch Revision 61816
|
User interface class for maps. More...
Public Member Functions | |
__construct () | |
setMapId ($a_mapid) | |
Set Map ID. | |
getMapId () | |
Get Map ID. | |
setWidth ($a_width) | |
Set Width. | |
getWidth () | |
Get Width. | |
setHeight ($a_height) | |
Set Height. | |
getHeight () | |
Get Height. | |
setLatitude ($a_latitude) | |
Set Latitude. | |
getLatitude () | |
Get Latitude. | |
setLongitude ($a_longitude) | |
Set Longitude. | |
getLongitude () | |
Get Longitude. | |
setZoom ($a_zoom) | |
Set Zoom. | |
getZoom () | |
Get Zoom. | |
setEnableTypeControl ($a_enabletypecontrol) | |
Set Use Map Type Control. | |
getEnableTypeControl () | |
Get Use Map Type Control. | |
setEnableNavigationControl ($a_enablenavigationcontrol) | |
Set Use Navigation Control. | |
getEnableNavigationControl () | |
Get Use Navigation Control. | |
setEnableUpdateListener ($a_enableupdatelistener) | |
Set Activate Update Listener. | |
getEnableUpdateListener () | |
Get Activate Update Listener. | |
setEnableLargeMapControl ($a_largemapcontrol) | |
Set Large Map Control. | |
getEnableLargeMapControl () | |
Get Large Map Control. | |
setEnableCentralMarker ($a_centralmarker) | |
Enable Central Marker. | |
getEnableCentralMarker () | |
Get Enable Central Marker. | |
addUserMarker ($a_user_id) | |
Add user marker. | |
getHtml () | |
Get HTML. | |
getUserListHtml () | |
Get User List HTML (to be displayed besides the map) |
Protected Attributes | |
$mapid | |
$width = "500px" | |
$height = "300px" | |
$latitude | |
$longitude | |
$zoom | |
$enabletypecontrol = false | |
$enableupdatelistener = false | |
$enablenavigationcontrol = false | |
$enablelargemapcontrol = false | |
$user_marker = array() |
ilMapGUI::__construct | ( | ) |
Reimplemented in ilGoogleMapGUI, and ilOpenLayersMapGUI.
Definition at line 47 of file class.ilMapGUI.php.
ilMapGUI::addUserMarker | ( | $a_user_id | ) |
Add user marker.
int | $a_user_id | User ID |
Definition at line 290 of file class.ilMapGUI.php.
ilMapGUI::getEnableCentralMarker | ( | ) |
Get Enable Central Marker.
Definition at line 280 of file class.ilMapGUI.php.
Referenced by ilOpenLayersMapGUI\getHtml(), and ilGoogleMapGUI\getHtml().
ilMapGUI::getEnableLargeMapControl | ( | ) |
Get Large Map Control.
Definition at line 259 of file class.ilMapGUI.php.
Referenced by ilGoogleMapGUI\getHtml().
ilMapGUI::getEnableNavigationControl | ( | ) |
Get Use Navigation Control.
Definition at line 217 of file class.ilMapGUI.php.
References $enablenavigationcontrol.
Referenced by ilOpenLayersMapGUI\getHtml(), and ilGoogleMapGUI\getHtml().
ilMapGUI::getEnableTypeControl | ( | ) |
Get Use Map Type Control.
Definition at line 196 of file class.ilMapGUI.php.
References $enabletypecontrol.
Referenced by ilGoogleMapGUI\getHtml().
ilMapGUI::getEnableUpdateListener | ( | ) |
Get Activate Update Listener.
Definition at line 238 of file class.ilMapGUI.php.
References $enableupdatelistener.
Referenced by ilOpenLayersMapGUI\getHtml(), and ilGoogleMapGUI\getHtml().
ilMapGUI::getHeight | ( | ) |
Get Height.
Definition at line 112 of file class.ilMapGUI.php.
References $height.
Referenced by ilOpenLayersMapGUI\getHtml(), and ilGoogleMapGUI\getHtml().
|
abstract |
Get HTML.
Reimplemented in ilGoogleMapGUI, and ilOpenLayersMapGUI.
ilMapGUI::getLatitude | ( | ) |
Get Latitude.
Definition at line 133 of file class.ilMapGUI.php.
References $latitude.
Referenced by ilOpenLayersMapGUI\getHtml(), and ilGoogleMapGUI\getHtml().
ilMapGUI::getLongitude | ( | ) |
Get Longitude.
Definition at line 154 of file class.ilMapGUI.php.
References $longitude.
Referenced by ilOpenLayersMapGUI\getHtml(), and ilGoogleMapGUI\getHtml().
ilMapGUI::getMapId | ( | ) |
Get Map ID.
Definition at line 70 of file class.ilMapGUI.php.
References $mapid.
Referenced by ilOpenLayersMapGUI\getHtml(), ilGoogleMapGUI\getHtml(), ilOpenLayersMapGUI\getUserListHtml(), and ilGoogleMapGUI\getUserListHtml().
|
abstract |
Get User List HTML (to be displayed besides the map)
Reimplemented in ilGoogleMapGUI, and ilOpenLayersMapGUI.
ilMapGUI::getWidth | ( | ) |
Get Width.
Definition at line 91 of file class.ilMapGUI.php.
References $width.
Referenced by ilOpenLayersMapGUI\getHtml(), and ilGoogleMapGUI\getHtml().
ilMapGUI::getZoom | ( | ) |
Get Zoom.
Definition at line 175 of file class.ilMapGUI.php.
References $zoom.
Referenced by ilOpenLayersMapGUI\getHtml(), and ilGoogleMapGUI\getHtml().
ilMapGUI::setEnableCentralMarker | ( | $a_centralmarker | ) |
Enable Central Marker.
boolean | $a_centralmarker | Central Marker |
Definition at line 269 of file class.ilMapGUI.php.
ilMapGUI::setEnableLargeMapControl | ( | $a_largemapcontrol | ) |
Set Large Map Control.
boolean | $a_largemapcontrol | Large Map Control |
Definition at line 248 of file class.ilMapGUI.php.
ilMapGUI::setEnableNavigationControl | ( | $a_enablenavigationcontrol | ) |
Set Use Navigation Control.
boolean | $a_enablenavigationcontrol | Use Navigation Control |
Definition at line 206 of file class.ilMapGUI.php.
ilMapGUI::setEnableTypeControl | ( | $a_enabletypecontrol | ) |
Set Use Map Type Control.
boolean | $a_enabletypecontrol | Use Map Type Control |
Definition at line 185 of file class.ilMapGUI.php.
ilMapGUI::setEnableUpdateListener | ( | $a_enableupdatelistener | ) |
Set Activate Update Listener.
boolean | $a_enableupdatelistener | Activate Update Listener |
Definition at line 227 of file class.ilMapGUI.php.
ilMapGUI::setHeight | ( | $a_height | ) |
Set Height.
string | $a_height | Height |
Definition at line 101 of file class.ilMapGUI.php.
ilMapGUI::setLatitude | ( | $a_latitude | ) |
Set Latitude.
string | $a_latitude | Latitude |
Definition at line 122 of file class.ilMapGUI.php.
ilMapGUI::setLongitude | ( | $a_longitude | ) |
Set Longitude.
string | $a_longitude | Longitude |
Definition at line 143 of file class.ilMapGUI.php.
ilMapGUI::setMapId | ( | $a_mapid | ) |
Set Map ID.
string | $a_mapid | Map ID |
Definition at line 59 of file class.ilMapGUI.php.
ilMapGUI::setWidth | ( | $a_width | ) |
Set Width.
string | $a_width | Width |
Definition at line 80 of file class.ilMapGUI.php.
ilMapGUI::setZoom | ( | $a_zoom | ) |
Set Zoom.
int | $a_zoom | Zoom |
Definition at line 164 of file class.ilMapGUI.php.
|
protected |
Definition at line 44 of file class.ilMapGUI.php.
|
protected |
Definition at line 43 of file class.ilMapGUI.php.
Referenced by getEnableNavigationControl().
|
protected |
Definition at line 41 of file class.ilMapGUI.php.
Referenced by getEnableTypeControl().
|
protected |
Definition at line 42 of file class.ilMapGUI.php.
Referenced by getEnableUpdateListener().
|
protected |
Definition at line 37 of file class.ilMapGUI.php.
Referenced by getHeight().
|
protected |
Definition at line 38 of file class.ilMapGUI.php.
Referenced by getLatitude().
|
protected |
Definition at line 39 of file class.ilMapGUI.php.
Referenced by getLongitude().
|
protected |
Definition at line 35 of file class.ilMapGUI.php.
Referenced by getMapId().
|
protected |
Definition at line 45 of file class.ilMapGUI.php.
|
protected |
Definition at line 36 of file class.ilMapGUI.php.
Referenced by getWidth().
|
protected |
Definition at line 40 of file class.ilMapGUI.php.
Referenced by getZoom().