PackageDescription
 org.openscales.coreRoot package for OpenScales core module
 org.openscales.core.basetypesBase types widely used in OpenScales like Bounds or LonLat
 org.openscales.core.basetypes.mapsHashmap implementation since none is provided in ActionScript3
 org.openscales.core.configurationAbility to configure an OpenScales map from a XML configuration file passed as parameter. This is especially useful because OpenScales is by nature compiled to a statical SWF file. This xml configuration file make it possible to fully customize the map at runtime.
 org.openscales.core.controlControls are graphical component added on the map.
 org.openscales.core.control.uiReusable control sub components
 org.openscales.core.cursorOpenScales custom cursors
 org.openscales.core.eventsOpenScales events are strongly typed, dispatched using the map as an event bus. They have a name, and usually carry the context of the event.
 org.openscales.core.featureFeatures are a geolocalized graphical element
 org.openscales.core.filterFeature filter used to define feature styles
 org.openscales.core.formatProtocol or file format implentations
 org.openscales.core.geometryGeometries are descriptions of a geographic object
 org.openscales.core.handlerHandlers react to user event to modify the map state (zoom, position). Handlers can dispatch high level events that will be used to interact with controls
 org.openscales.core.handler.featureFeature drawing related handlers
 org.openscales.core.handler.feature.draw 
 org.openscales.core.handler.mouseMouse related handlers
 org.openscales.core.handler.zoomZoom related handlers
 org.openscales.core.layerLayers display image of vector datas on the map, usually loaded from a remote datasource. There is a lot of different kind of layers (WMS, OpenStreetMap, KML ...)
 org.openscales.core.layer.capabilitiesGet capabilities related classes
 org.openscales.core.layer.ogcOGC standardized protocols related classes
 org.openscales.core.layer.osmOpen Street map related classes
 org.openscales.core.layer.paramsAbstraction of HTTP parameters
 org.openscales.core.layer.params.ogcOGC abstract parameters
 org.openscales.core.popupClasses related to popup display, usually displayed after a click on a feature
 org.openscales.core.requestOpenScales wrapper around ActionScript3 remote request (XML or data like images)
 org.openscales.core.securitySecurity management for intended to access to protected GIS layers. Maybe used with WSS, IGN GeoDRM or basic authentication
 org.openscales.core.security.eventsSecurity events
 org.openscales.core.security.ignIGN GeoRM Security implementation
 org.openscales.core.styleStyle describe graphical attributes used to render vectors
 org.openscales.core.style.fillDifferent ways to fill a feature (color, texture ...)
 org.openscales.core.style.markerMarkers define point feature rendering
 org.openscales.core.style.strokeDifferent way to draw feature strokes
 org.openscales.core.style.symbolizerFor a specific rule, how to render this feature
 org.openscales.core.tileTile (raster or vector) management