ISDBHelperMap Class Reference

Inherits from ISRODBHelper : NSObject
Declared in ISDBHelperMap.h

Overview

Static class used to handle map SQL requests.

+ getZoomLevelsWithMap:

Method called to get all zoom levels relative to a specified map identifier and map scale.

+ (NSMutableArray *)getZoomLevelsWithMap:(ISMap *)map

Parameters

map

Related map.

Return Value

An array that contains all concerned zoom levels.

Declared In

ISDBHelperMap.h

+ getMapsWithDebug:

Method called to get all maps. The debug parameter is used to filter or not the DEBUG maps.

+ (NSDictionary *)getMapsWithDebug:(Boolean)debug

Parameters

debug

A boolean used to know if we filter DEBUG maps.

Return Value

An array that contains all concerned maps.

Declared In

ISDBHelperMap.h

+ getMapWithMapId:

Method called to get a specific map.

+ (ISMap *)getMapWithMapId:(int)mapId

Parameters

mapId

The map identifier.

Return Value

The concerned map. Could be nil.

Declared In

ISDBHelperMap.h

+ getMapRootId

Method called to the root map identifier.

+ (int)getMapRootId

Return Value

The root map identifier (int).

Declared In

ISDBHelperMap.h

+ getZonePoisForIdZone:andExternal:

Method called to get ZonePois related to a specified zone id.

+ (NSMutableArray *)getZonePoisForIdZone:(int)idZone andExternal:(Boolean)external

Parameters

idZone

Zone identifier to consider.

external

A boolean used to know if associations are external.

Return Value

All concerned ISZonePoi associations.

Declared In

ISDBHelperMap.h

+ getZonePoisForIdPoi:

Method called to get ZonePois related to a specified poi id.

+ (NSMutableArray *)getZonePoisForIdPoi:(int)idPoi

Parameters

idPoi

Poi identifier to consider.

Return Value

All concerned ISZonePoi associations.

Declared In

ISDBHelperMap.h

+ getExternalZonePoisForExtIdPoi:

Method called to get ZonePois related to a specified poi external id.

+ (NSMutableArray *)getExternalZonePoisForExtIdPoi:(NSString *)extIdPoi

Parameters

extIdPoi

Poi external identifier to consider.

Return Value

All concerned ISZonePoi associations.

Declared In

ISDBHelperMap.h