Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.
| Class | Package | Description | |
|---|---|---|---|
| AbstractDrawHandler
| org.openscales.core.handler.feature.draw | Handler base class for Drawing Handler | |
| AbstractEditCollectionHandler
| org.openscales.core.handler.feature.draw | This class is a handler used for Collection(Linestring Polygon MultiPolygon etc..) modification don't use it use EditPathHandler if you want to edit a LineString or a MultiLineString or EditPolygon | |
| AbstractEditHandler
| org.openscales.core.handler.feature.draw | Abstract edit handler never instanciate this class This class is the based class for the edition handlers | |
| AbstractParams
| org.openscales.core.layer.params | This class is an abstract class don't use it directly use others oarams like wmsparams WFSparams... | |
| AbstractRequest
| org.openscales.core.request | ||
| AbstractSecurity
| org.openscales.core.security | Base abstract class for all securities | |
| Anchored
| org.openscales.core.popup | Anchored popup, usually the anchor is a Feature | |
| Arrow
| org.openscales.core.control.ui | Classes to represent an arrow in pure AS3. | |
| BitmapFill
| org.openscales.core.style.fill | ||
| BorderPanHandler
| org.openscales.core.handler.mouse | Handler that pan the map when the mouse cursor is close of the borders | |
| Bounds
| org.openscales.core.basetypes | Instances of this class represent bounding boxes. | |
| Button
| org.openscales.core.control.ui | Class extending Sprite. | |
| CheckBox
| org.openscales.core.control.ui | CheckBox class allows to create checkbox intsances in pure AS3. | |
| ClickHandler
| org.openscales.core.handler.mouse | ClickHandler detects a click-actions on the map: simple click, double click and drag&drop are managed. | |
| Collection
| org.openscales.core.geometry | A Collection is exactly what it sounds like: A collection of different Geometries. | |
| Configuration
| org.openscales.core.configuration | Sample XML OpenScales configuration format. | |
| ContainsFilter
| org.openscales.core.filter | ||
| Control
| org.openscales.core.control | Control base class | |
| CrosshairCursor
| org.openscales.core.cursor | ||
| CycleMap
| org.openscales.core.layer.osm | CycleMap OpenStreetMap layer More informations on http://www.gravitystorm.co.uk/shine/cycle-info/ | |
| DataRequest
| org.openscales.core.request | DisplayRequest is used to download binary data available from an URL, like picture | |
| DisplayObjectMarker
| org.openscales.core.style.marker | DisplayObjectMarker defines the representation of a punctual feature as an instance of a given that extends DisplayObject | |
| DragFeatureHandler
| org.openscales.core.handler.feature | DragFeature is use to drag a feature To use this handler, it's necessary to add it to the map It dispatch FeatureEvent.FEATURE_DRAG_START and FeatureEvent.FEATURE_DRAG_STOP events | |
| DraggableSprite
| org.openscales.core.basetypes | DraggableSprite inherits from Sprite. | |
| DragHandler
| org.openscales.core.handler.mouse | DragHandler allows to drag (pan) the map To use this handler, it's necessary to add it to the map. | |
| DrawHandler
| org.openscales.core.handler.feature.draw | ||
| DrawingEvent
| org.openscales.core.events | Event related to the drawing action : In order to not mix all handler (pan, drawing...), this event can determine when you're drawing. | |
| DrawMultiHandler
| org.openscales.core.handler.feature.draw | DrawMultiHandler allow you to merge several features (withe the same geometry) in one. | |
| DrawPathHandler
| org.openscales.core.handler.feature.draw | This handler manage the function draw of the LineString (path). | |
| DrawPointHandler
| org.openscales.core.handler.feature.draw | Handler to draw points. | |
| DrawPolygonHandler
| org.openscales.core.handler.feature.draw | This handler manage the function draw of the polygon. | |
| EditPathHandler
| org.openscales.core.handler.feature.draw | This Handler is used for Path edition its extends CollectionHandler | |
| EditPointHandler
| org.openscales.core.handler.feature.draw | This Handler is used for point edition its extends CollectionHandler | |
| EditPolygonHandler
| org.openscales.core.handler.feature.draw | This Handler is used for polygon edition its extends CollectionHandler | |
| ElseFilter
| org.openscales.core.filter | ||
| Feature
| org.openscales.core.feature | Features is a geolocalized graphical element. | |
| FeatureClickHandler
| org.openscales.core.handler.feature | Depracated, should be removed in favor of SelectFeaturesHandler This handler has been created in particurlaly for The edition mode It allows the user to differenciate click from double click and drag/drop | |
| FeatureEvent
| org.openscales.core.events | Event related to a Feature. | |
| FeatureLayer
| org.openscales.core.layer | Layer that display features stored as child element | |
| FeatureLayerEditionHandler
| org.openscales.core.handler.feature.draw | This handler is used to have an edition Mode Which allow to modify all types of geometries | |
| Fill
| org.openscales.core.style.fill | Abstract class for defining how a fill is rendered | |
| Format
| org.openscales.core.format | Base class for format reading/writing a variety of formats. | |
| Geometry
| org.openscales.core.geometry | A Geometry is a description of a geographic object. | |
| GetCapabilities
| org.openscales.core.layer.capabilities | Class to request Capabilities to a given server. | |
| GetFeatureInfoEvent
| org.openscales.core.events | Event allowing to get information about a WMS feature when we click on it. | |
| GMLFormat
| org.openscales.core.format | Read/Write GML. | |
| Grid
| org.openscales.core.layer | Base class for layers that use a lattice of tiles. | |
| Handler
| org.openscales.core.handler | Handler base class | |
| HashMap
| org.openscales.core.basetypes.maps | IMap implementation which dynamically creates a HashMap of key / value pairs and provides a standard API for working with the map | |
| HashMapEntry
| org.openscales.core.basetypes.maps | Provides a strongly typed implementation of a key/value pairs | |
| HTTPRequest
| org.openscales.core.layer | Base class for layers based on a remote image server | |
| IConfiguration
| org.openscales.core.configuration | ||
| IControl
| org.openscales.core.control | Controls affect the display or behavior of the map. | |
| IEditFeature
| org.openscales.core.handler.feature.draw | This is the interface for all modification handler | |
| IFillSymbolizer
| org.openscales.core.style.symbolizer | ||
| IFilter
| org.openscales.core.filter | An interface for feature filters | |
| IGNGeoRMSecurity
| org.openscales.core.security.ign | IGN GeoRM security implementation. | |
| IHandler
| org.openscales.core.handler | A Handler is used to handle user actions on the map related to mouse, keyboard or sketch | |
| IHashMapEntry
| org.openscales.core.basetypes.maps |
Defines the contract for classes which are to provide a specific
implementation of an IMap entry. |
|
| IHttpParams
| org.openscales.core.layer.params | Interface to implement for HTTP params objects | |
| ImageLayer
| org.openscales.core.layer | ||
| ImageTile
| org.openscales.core.tile | Image tile are used for example in WMS-C layers to display an image part of the Grid layer. | |
| IMap
| org.openscales.core.basetypes.maps | Defines the contract for lightweight HashMap implementations which are to expose an API into a managed collection of key value pairs | |
| IntersectsFilter
| org.openscales.core.filter | ||
| IRequest
| org.openscales.core.request | This interface is intended to hide different way of requesting data behind a common interface that will be used by layers for example to request data | |
| ISecurity
| org.openscales.core.security | Represent a security mecanism that will use remote services to authenticate and retreive a token. | |
| IStrokeSymbolizer
| org.openscales.core.style.symbolizer | ||
| KML
| org.openscales.core.layer | ||
| KMLFormat
| org.openscales.core.format | Read KML xml files alpha support | |
| Layer
| org.openscales.core.layer | A Layer display image of vector datas on the map, usually loaded from a remote datasource. | |
| LayerEvent
| org.openscales.core.events | Event related to a layer. | |
| LayerSwitcher
| org.openscales.core.control | Create a layerSwitcher that display all the layer load on the map | |
| LinearRing
| org.openscales.core.geometry | A Linear Ring is a special LineString which is closed. | |
| LineString
| org.openscales.core.geometry | A LineString is a is a MultiPoint (2 vertices min), whose points are assumed to be connected. | |
| LineStringFeature
| org.openscales.core.feature | Feature used to draw a LineString geometry on FeatureLayer | |
| LineSymbolizer
| org.openscales.core.style.symbolizer | ||
| LonLat
| org.openscales.core.basetypes | This class represents a longitude and latitude pair. | |
| Map
| org.openscales.core | Instances of Map are interactive maps that can be embedded in a web pages or in Flex or AIR applications. | |
| MapEvent
| org.openscales.core.events | Event related to a map. | |
| Maplint
| org.openscales.core.layer.osm | Mapnik OpenStreetMap layer More informations on http://wiki.openstreetmap.org/index.php/Mapnik | |
| Mapnik
| org.openscales.core.layer.osm | Mapnik OpenStreetMap layer More informations on http://wiki.openstreetmap.org/index.php/Mapnik | |
| Marker
| org.openscales.core.style.marker | ||
| Marker
| org.openscales.core.feature | A Marker is an graphical element localized by a LonLat As Marker extends Feature, markers are generally added to FeatureLayer | |
| MousePosition
| org.openscales.core.control | Control displaying the coordinates (Lon, Lat) of the current mouse position. | |
| MultiLineString
| org.openscales.core.geometry | A MultiLineString is a geometry with multiple LineString components. | |
| MultiLineStringFeature
| org.openscales.core.feature | Feature used to draw a MultiLineString geometry on FeatureLayer | |
| MultiPoint
| org.openscales.core.geometry | MultiPoint is a collection of Points. | |
| MultiPointFeature
| org.openscales.core.feature | Feature used to draw a MultiPoint geometry on FeatureLayer | |
| MultiPolygon
| org.openscales.core.geometry | MultiPolygon is a geometry with multiple Polygon components | |
| MultiPolygonFeature
| org.openscales.core.feature | Feature used to draw a MultiPolygon geometry on FeatureLayer | |
| OpenScalesEvent
| org.openscales.core.events | Abstract base event for all OpenScales events | |
| OSM
| org.openscales.core.layer.osm | Base class for Open Street Map layers | |
| Osmarender
| org.openscales.core.layer.osm | Osmarender OpenStreetMap layer More informations on http://wiki.openstreetmap.org/index.php/Osmarender | |
| PanZoom
| org.openscales.core.control | Control showing some arrows to be able to pan the map and zoom in/out. | |
| PanZoomBar
| org.openscales.core.control | As the PanZoom control, it allows to pan and zoom in/out the map. | |
| Pixel
| org.openscales.core.basetypes | This class represents a screen coordinate, in x and y coordinates. | |
| Point
| org.openscales.core.geometry | Class to represent a point geometry. | |
| PointFeature
| org.openscales.core.feature | Feature used to draw a Point geometry on FeatureLayer | |
| PointSymbolizer
| org.openscales.core.style.symbolizer | ||
| Polygon
| org.openscales.core.geometry | A Polygon is a collection of Geometry LinearRings defining a Mathematical Polygon (the first LinearRing) with holes (the potential others LinearRings). | |
| PolygonFeature
| org.openscales.core.feature | Feature used to draw a Polygon geometry on FeatureLayer | |
| PolygonSymbolizer
| org.openscales.core.style.symbolizer | ||
| Popup
| org.openscales.core.popup | Class to create a Popup. | |
| RadioButton
| org.openscales.core.control.ui | RadioButton class allows to create radiobutton intsances in pure AS3. | |
| Rule
| org.openscales.core.style | ||
| ScaleLine
| org.openscales.core.control | The scaleLine Calcul and display an approximate scale of the current baselayer. | |
| SecurityEvent
| org.openscales.core.security.events | event related to the Security | |
| SelectFeaturesHandler
| org.openscales.core.handler.feature | Select Features by clicking, by drawing a selection box or by drawing a freehand selection area. | |
| Size
| org.openscales.core.basetypes | Instances of this class represent a width/height pair. | |
| SliderHorizontal
| org.openscales.core.control.ui | SliderHorizontal class allows to create horizontal slider intsances in pure AS3. | |
| SliderVertical
| org.openscales.core.control.ui | SliderVertical class allows to create vertical slider intsances in pure AS3. | |
| SolidFill
| org.openscales.core.style.fill | Class defining a solid fill, which is characterized by its color and opacity | |
| State
| org.openscales.core.feature | "Enumeration" of vector features states | |
| StringUtils
| org.openscales.core | Some string utilities. | |
| Stroke
| org.openscales.core.style.stroke | Class defining how a stroke is rendered | |
| Style
| org.openscales.core.style | Style describe graphical attributes used to render vectors. | |
| Symbolizer
| org.openscales.core.style.symbolizer | ||
| Tile
| org.openscales.core.tile | A tile maybe a single tile (for example in WMS or WFS) or part of a Grid like in WMS-C. | |
| TileEvent
| org.openscales.core.events | Event related to a tile | |
| TMS
| org.openscales.core.layer | The Tiled Web Service provides access to resources, in particular, to rendered cartographic tiles at fixed scales. | |
| Trace
| org.openscales.core | Class which allows to show trace messages in the classical flex logger but also in a flex component and in the firebug console if exists. | |
| TraceEvent
| org.openscales.core.events | Event related to trace messages. | |
| Unit
| org.openscales.core.basetypes | The map unit | |
| Util
| org.openscales.core | ||
| WellKnownMarker
| org.openscales.core.style.marker | ||
| WFS
| org.openscales.core.layer.ogc | Instances of WFS are used to display data from OGC Web Feature Services. | |
| WFS100
| org.openscales.core.layer.capabilities | WFS 1.0.0 capabilities parser | |
| WFS110
| org.openscales.core.layer.capabilities | WFS 1.1.0 capabilities parser | |
| WFSFormat
| org.openscales.core.format | WFS writer extending GML format. | |
| WFSParams
| org.openscales.core.layer.params.ogc | Implementation of IHttpParams interface. | |
| WheelHandler
| org.openscales.core.handler.mouse | Handler use to zoom in and zoom out the map thanks to the mouse wheel. | |
| WKTFormat
| org.openscales.core.format | Read/Write WKT. | |
| WMS
| org.openscales.core.layer.ogc | Instances of WMS are used to display data from OGC Web Mapping Services. | |
| WMSC
| org.openscales.core.layer.ogc | Instances of WMSC are used to display data from OGC Web Mapping Services requested as tiles. | |
| WMSGetFeatureInfo
| org.openscales.core.handler.mouse | Handler allowing to get information about a WMS feature when we click on it. | |
| WMSGetFeatureInfoParams
| org.openscales.core.layer.params.ogc | Implementation of IHttpParams interface. | |
| WMSParams
| org.openscales.core.layer.params.ogc | Implementation of IHttpParams interface. | |
| XMLRequest
| org.openscales.core.request | ||
| ZoomBoxEvent
| org.openscales.core.events | Event related to zoombox | |
| ZoomBoxHandler
| org.openscales.core.handler.zoom |