Parser module to gather portal configuration
        
        
        
Classes
Events
- 
    ChangeCategorydevtools/jsdoc/events.js, line 333
- 
    
    
    todoListeners of This Event:
- 
    RadioRequestParserGetCategoriesdevtools/jsdoc/events.js, line 228
- 
    
    
    
    
    
    
    
    
    
Listeners of This Event:ExampleRadio.request("Parser", "getCategories")
- 
    RadioRequestParserGetCategorydevtools/jsdoc/events.js, line 223
- 
    
    
    
    
    
    
    
    
    
Listeners of This Event:ExampleRadio.request("Parser", "getCategory")
- 
    RadioRequestParserGetInitVisibBaselayerdevtools/jsdoc/events.js, line 259
- 
    
    
    
    
    
    
    
    
    
Listeners of This Event:ExampleRadio.request("Parser", "getInitVisibBaselayer")
- 
    RadioRequestParserGetItemByAttributesdevtools/jsdoc/events.js, line 212
- 
    
    
    
    
    
    
    
        
Name Type Description attributesobject The Object that contains the attributes Listeners of This Event:Returns:Layer/Tool/Folder/control
 ExampleRadio.request("Parser", "getItemByAttributes", attributes)
- 
    RadioRequestParserGetItemsByAttributesdevtools/jsdoc/events.js, line 206
- 
    
    
    
    
    
    
    
        
Name Type Description attributesobject The Object that contains the attributes Listeners of This Event:Returns:Layer/Tool/Folder/control
 ExampleRadio.request("Parser", "getItemsByAttributes", attributes)
- 
    RadioRequestParserGetItemsByMetaIDdevtools/jsdoc/events.js, line 246
- 
    
    
    
    
    
    
    
        
Name Type Description metaID* todo Listeners of This Event:ExampleRadio.request("Parser", "getItemsByMetaID", metaID)
- 
    RadioRequestParserGetPortalConfigdevtools/jsdoc/events.js, line 240
- 
    
    
    
    
    
    
    
    
    
Listeners of This Event:ExampleRadio.request("Parser", "getPortalConfig")
- 
    RadioRequestParserGetSnippetInfosdevtools/jsdoc/events.js, line 253
- 
    
    
    
    
    
    
    
    
    
Listeners of This Event:ExampleRadio.request("Parser", "getSnippetInfos")
- 
    RadioRequestParserGetTreeTypedevtools/jsdoc/events.js, line 218
- 
    
    
    
    
    
    
    
    
    
Listeners of This Event:ExampleRadio.request("Parser", "getTreeType")
- 
    RadioRequestParserSetCategorydevtools/jsdoc/events.js, line 234
- 
    
    
    
    
    
    
    
    
    
ExampleRadio.request("Parser", "setCategory")
- 
    RadioTriggerParserAddFolderdevtools/jsdoc/events.js, line 289
- 
    
    
    
    
    
    
    
        
Name Type Description name* todo id* todo parentId* todo level* todo isExpanded* todo Listeners of This Event:ExampleRadio.trigger("Parser", "addFolder", name, id, parentId, level, isExpanded)
- 
    RadioTriggerParserAddGDILayerdevtools/jsdoc/events.js, line 312
- 
    
    
    
    
    
    
    
        
Name Type Description valuesObject includes {name, id, parentId, level, layers, url, version, gfiAttributes, datasets, isJustAdded} Listeners of This Event:ExampleRadio.trigger("Parser", "addGDILayer", values)
- 
    RadioTriggerParserAddGeoJSONLayerdevtools/jsdoc/events.js, line 318
- 
    
    
    
    
    
    
    
        
Name Type Description layerNameString The name of the layer (can be selected alphanumerically) layerIdString The Id of the layers (can be selected alphanumerically, but should be unique) geojsonString A valid GeoJson. If no crs is defined in the Json, EPSG:4326 is assumed.. Listeners of This Event:ExampleRadio.trigger("Parser", "addGeoJSONLayer", name, id, geojson)
- 
    RadioTriggerParserAddItemdevtools/jsdoc/events.js, line 271
- 
    
    
    
    
    
    
    
        
Name Type Description objObject Item Listeners of This Event:ExampleRadio.trigger("Parser", "addItem", obj)
- 
    RadioTriggerParserAddItemAtTopdevtools/jsdoc/events.js, line 276
- 
    
    
    
    
    
    
    
        
Name Type Description objObject Item Listeners of This Event:ExampleRadio.trigger("Parser", "addItemAtTop", obj)
- 
    RadioTriggerParserAddItemsdevtools/jsdoc/events.js, line 282
- 
    
    
    
    
    
    
    
        
Name Type Description objsarray Array of related objects, e.g. categories in Themenbaum attrobject Layerobject Listeners of This Event:ExampleRadio.trigger("Parser", "addItems", objs, attr)
- 
    RadioTriggerParserAddLayerdevtools/jsdoc/events.js, line 299
- 
    
    
    
    
    
    
    
        
Name Type Description name* todo id* todo parentId* todo level* todo layers* todo url* todo version* todo Listeners of This Event:ExampleRadio.trigger("Parser", "addLayer", name, id, parentId, level, layers, url, version)
- 
    RadioTriggerParserRemoveItemdevtools/jsdoc/events.js, line 326
- 
    
    
    Event that removes an item from the layertreeName Type Description idString id from item that be removed Listeners of This Event:ExampleRadio.trigger("Parser", "removeItem", id)
- 
    RadioTriggerParsersetCategorydevtools/jsdoc/events.js, line 265
- 
    
    
    
    
    
    
    
        
Name Type Description value* todo Listeners of This Event:ExampleRadio.trigger("Parser", "setCategory", value)
- 
    RadioTriggerRemoveItemdevtools/jsdoc/events.js, line 200
- 
    
    
    Event that removes an item from the layertreeExampleRadio.trigger("Parser", "removeItem")