| Package | org.openscales.core.configuration |
| Interface | public interface IConfiguration |
| Implementors | Configuration |
| Property | Defined by | ||
|---|---|---|---|
| catalog : XMLList [read-only]
| IConfiguration | ||
| config : XML
Get the config file as a raw XML instance
| IConfiguration | ||
| controls : XMLList [read-only]
| IConfiguration | ||
| custom : XML [read-only]
| IConfiguration | ||
| handlers : XMLList [read-only]
| IConfiguration | ||
| layersFromCatalog : Array [read-only]
Return layers configured between the
| IConfiguration | ||
| layersFromMap : Array [read-only]
Return layers configured between the
| IConfiguration | ||
| securities : XMLList [read-only]
| IConfiguration | ||
| Method | Defined by | ||
|---|---|---|---|
|
configureMap(map:Map):void
| IConfiguration | ||
|
parseLayer(xmlNode:XML):Layer
parse layers
| IConfiguration | ||
| catalog | property |
catalog:XMLList [read-only]Implementation
public function get catalog():XMLList
| config | property |
config:XML [read-write]Get the config file as a raw XML instance
Implementation public function get config():XML
public function set config(value:XML):void
| controls | property |
controls:XMLList [read-only]Implementation
public function get controls():XMLList
| custom | property |
custom:XML [read-only]Implementation
public function get custom():XML
| handlers | property |
handlers:XMLList [read-only]Implementation
public function get handlers():XMLList
| layersFromCatalog | property |
layersFromCatalog:Array [read-only]
Return layers configured between the
public function get layersFromCatalog():Array
| layersFromMap | property |
layersFromMap:Array [read-only]
Return layers configured between the
public function get layersFromMap():Array
| securities | property |
securities:XMLList [read-only]Implementation
public function get securities():XMLList
| configureMap | () | method |
| parseLayer | () | method |