This class represents the OXF stream
oscar.ox | This class represents the OXF stream |
oscar. | This class represents a Theme from OXF |
Functions | |
addLayer | Adds an oscar.ox.Layer to the theme object. |
oscar. | This class represents a Layer from OXF. |
Functions | |
addDataLayer | Adds an oscar.ox.DataLayer object to the Layer |
addUrl | Adds a url source to the Layer object. |
toMapLayer | Returns a layer which inherits from <OpenLayers.Layer> which is able to be added to an <OpenLayers.Map> object. |
oscar. | This class represents a DataLayer from OXF |
This class represents a Layer from OXF.
Functions | |
addDataLayer | Adds an oscar.ox.DataLayer object to the Layer |
addUrl | Adds a url source to the Layer object. |
toMapLayer | Returns a layer which inherits from <OpenLayers.Layer> which is able to be added to an <OpenLayers.Map> object. |
Adds an oscar.ox.Layer to the theme object.
addLayer:function( oxLayer )
Adds an oscar.ox.DataLayer object to the Layer
addDataLayer:function( dataLayer )
Adds a url source to the Layer object.
addUrl:function( url )
Returns a layer which inherits from OpenLayers.Layer which is able to be added to an OpenLayers.Map object.
toMapLayer:function()