Todo List
Cartocommon | --ServerContext
[line 94]
[line 130]
[line 64]
[line 136]
[line 44]
[line 49]
[line 74]
[line 79]
[line 84]
[line 89]
[line 124]
[line 59]
[line 99]
[line 69]
[line 54]
[line 119]
[line 114]
[line 104]
[line 109]
ServerContext __construct( string $mapId)
void addMessage( PluginBase $plugin, string $messageId, string $message, [int $channel = Message::CHANNEL_USER])
void checkMsErrors( )
ServerConfig getConfig( )
array getCorePluginNames( )
string getIdAttribute( string $layerId)
string getIdAttributeString( string $layerId)
string getIdAttributeType( string $layerId)
It may be "string" or "integer"
int getImageType( )
void getInstance( )
string getMapId( )
MapInfo getMapInfo( )
MapInfoHandler getMapInfoHandler( )
string getMapIniPath( )
has the same location and name as the mapfile being used, but its extension is .ini instead of .map
Mapscript getMapObj( boolean 0)
If $global is set to false, will use reduced map file depending on plugin layers switch.
string getMapPath( [mixed $global = false])
MapRequest getMapRequest( )
MapResult getMapResult( )
Mapscript getMaxExtent( )
array getMessages( )
Mapscript getMsMainmapImage( )
string getMsVersion( )
PluginManager getPluginManager( )
ProjectHandler getProjectHandler( )
ResourceHandler getResourceHandler( )
int getTimestamp( )
boolean isDevelMessagesEnabled( )
boolean isMsNewerOrSameThan( string $version)
The reference version might only specify the major version (eg. '4') or the major+minor versions (eg. '4.10') or the full version (eg. '4.10.0').
void loadPlugins( )
void reset( )
void resetMsErrors( )
void setMapRequest( MapRequest $mapRequest)
void setMsMainmapImage( Mapscript $msMainmapImage)
void updateStateFromMapObj( )
This concerns the state that is updated once, when the MapObj has just been created.