|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
User interface class for maps. More...
Inheritance diagram for ilMapGUI:
Collaboration diagram for ilMapGUI:Public Member Functions | |
| __construct () | |
| setMapId ($a_mapid) | |
| Set Map ID. More... | |
| getMapId () | |
| Get Map ID. More... | |
| setWidth ($a_width) | |
| Set Width. More... | |
| getWidth () | |
| Get Width. More... | |
| setHeight ($a_height) | |
| Set Height. More... | |
| getHeight () | |
| Get Height. More... | |
| setLatitude ($a_latitude) | |
| Set Latitude. More... | |
| getLatitude () | |
| Get Latitude. More... | |
| setLongitude ($a_longitude) | |
| Set Longitude. More... | |
| getLongitude () | |
| Get Longitude. More... | |
| setZoom ($a_zoom) | |
| Set Zoom. More... | |
| getZoom () | |
| Get Zoom. More... | |
| setEnableTypeControl ($a_enabletypecontrol) | |
| Set Use Map Type Control. More... | |
| getEnableTypeControl () | |
| Get Use Map Type Control. More... | |
| setEnableNavigationControl ($a_enablenavigationcontrol) | |
| Set Use Navigation Control. More... | |
| getEnableNavigationControl () | |
| Get Use Navigation Control. More... | |
| setEnableUpdateListener ($a_enableupdatelistener) | |
| Set Activate Update Listener. More... | |
| getEnableUpdateListener () | |
| Get Activate Update Listener. More... | |
| setEnableLargeMapControl ($a_largemapcontrol) | |
| Set Large Map Control. More... | |
| getEnableLargeMapControl () | |
| Get Large Map Control. More... | |
| setEnableCentralMarker ($a_centralmarker) | |
| Enable Central Marker. More... | |
| getEnableCentralMarker () | |
| Get Enable Central Marker. More... | |
| addUserMarker ($a_user_id) | |
| Add user marker. More... | |
| getHtml () | |
| Get HTML. More... | |
| getUserListHtml () | |
| Get User List HTML (to be displayed besides the map) More... | |
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 ilGoogleMapGUI\getHtml(), and ilOpenLayersMapGUI\getHtml().
Here is the caller graph for this function:| ilMapGUI::getEnableLargeMapControl | ( | ) |
Get Large Map Control.
Definition at line 259 of file class.ilMapGUI.php.
Referenced by ilGoogleMapGUI\getHtml().
Here is the caller graph for this function:| ilMapGUI::getEnableNavigationControl | ( | ) |
Get Use Navigation Control.
Definition at line 217 of file class.ilMapGUI.php.
References $enablenavigationcontrol.
Referenced by ilGoogleMapGUI\getHtml(), and ilOpenLayersMapGUI\getHtml().
Here is the caller graph for this function:| ilMapGUI::getEnableTypeControl | ( | ) |
Get Use Map Type Control.
Definition at line 196 of file class.ilMapGUI.php.
References $enabletypecontrol.
Referenced by ilGoogleMapGUI\getHtml().
Here is the caller graph for this function:| ilMapGUI::getEnableUpdateListener | ( | ) |
Get Activate Update Listener.
Definition at line 238 of file class.ilMapGUI.php.
References $enableupdatelistener.
Referenced by ilGoogleMapGUI\getHtml(), and ilOpenLayersMapGUI\getHtml().
Here is the caller graph for this function:| ilMapGUI::getHeight | ( | ) |
Get Height.
Definition at line 112 of file class.ilMapGUI.php.
References $height.
Referenced by ilGoogleMapGUI\getHtml(), and ilOpenLayersMapGUI\getHtml().
Here is the caller graph for this function:
|
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 ilGoogleMapGUI\getHtml(), and ilOpenLayersMapGUI\getHtml().
Here is the caller graph for this function:| ilMapGUI::getLongitude | ( | ) |
Get Longitude.
Definition at line 154 of file class.ilMapGUI.php.
References $longitude.
Referenced by ilGoogleMapGUI\getHtml(), and ilOpenLayersMapGUI\getHtml().
Here is the caller graph for this function:| ilMapGUI::getMapId | ( | ) |
Get Map ID.
Definition at line 70 of file class.ilMapGUI.php.
References $mapid.
Referenced by ilGoogleMapGUI\getHtml(), ilOpenLayersMapGUI\getHtml(), ilGoogleMapGUI\getUserListHtml(), and ilOpenLayersMapGUI\getUserListHtml().
Here is the caller graph for this function:
|
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 ilGoogleMapGUI\getHtml(), and ilOpenLayersMapGUI\getHtml().
Here is the caller graph for this function:| ilMapGUI::getZoom | ( | ) |
Get Zoom.
Definition at line 175 of file class.ilMapGUI.php.
References $zoom.
Referenced by ilGoogleMapGUI\getHtml(), and ilOpenLayersMapGUI\getHtml().
Here is the caller graph for this function:| 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().