oscar.ox

This class represents the OXF stream

Summary
oscar.oxThis class represents the OXF stream
oscar.ox.ThemeThis class represents a Theme from OXF
Functions
addLayerAdds an oscar.ox.Layer to the theme object.
oscar.ox.LayerThis class represents a Layer from OXF.
Functions
addDataLayerAdds an oscar.ox.DataLayer object to the Layer
addUrlAdds a url source to the Layer object.
toMapLayerReturns a layer which inherits from <OpenLayers.Layer> which is able to be added to an <OpenLayers.Map> object.
oscar.ox.DataLayerThis class represents a DataLayer from OXF

oscar.ox.Theme

This class represents a Theme from OXF

Summary
Functions
addLayerAdds an oscar.ox.Layer to the theme object.

Functions

addLayer

addLayer:function(oxLayer)

Adds an oscar.ox.Layer to the theme object.

oscar.ox.Layer

This class represents a Layer from OXF.

Summary
Functions
addDataLayerAdds an oscar.ox.DataLayer object to the Layer
addUrlAdds a url source to the Layer object.
toMapLayerReturns a layer which inherits from <OpenLayers.Layer> which is able to be added to an <OpenLayers.Map> object.

Functions

addDataLayer

addDataLayer:function(dataLayer)

Adds an oscar.ox.DataLayer object to the Layer

addUrl

addUrl:function(url)

Adds a url source to the Layer object.

toMapLayer

toMapLayer:function()

Returns a layer which inherits from <OpenLayers.Layer> which is able to be added to an <OpenLayers.Map> object.

oscar.ox.DataLayer

This class represents a DataLayer from OXF

addLayer:function(oxLayer)
Adds an oscar.ox.Layer to the theme object.
addDataLayer:function(dataLayer)
Adds an oscar.ox.DataLayer object to the Layer
addUrl:function(url)
Adds a url source to the Layer object.
toMapLayer:function()
Returns a layer which inherits from OpenLayers.Layer which is able to be added to an OpenLayers.Map object.