Community Map Builder 27 Apr 2008

Class GmlRendererOL

Object
   |
   +--WidgetBase
         |
         +--GmlRendererBase
               |
               +--GmlRendererOL

class GmlRendererOL
extends GmlRendererBase

Defined in GmlRendererOL.js


Field Summary
 Object containerNodeId
          
 Object defaultStyle
          Style object for default renderer styling of features.
 Object hoverCursor
          
 Object loaded
          
 Object mbWidget
          
 Object olLayer
          OpenLayers GML layer which renders the model doc
 Object proj
          
 Object selectStyle
          Style object for default renderer styling of features.
 Object stylesheet
          
   
Fields inherited from class GmlRendererBase
featureSRS, hoverCursorNode, sldModelNode, defaultStyleName, selectStyleName, config
   
Fields inherited from class WidgetBase
model, widgetNode, id, outputNodeId, htmlTagId, autoRefresh, debug
 
Constructor Summary
GmlRendererOL (widgetNode, model)
            Render GML into HTML.
 
Method Summary
 void clearWidget(objRef)
           Remove widget from display.
 void hiddenListener(objRef, layerName)
           Called when the context's hidden attribute changes.
 void hideFeature(objRef, fid)
           Hides the feature specified by its fid from the map
 void init(objRef)
           Initializes this widget
 void paint(objRef)
          
 void removeHiddenFeatures(objRef)
          
 void showFeature(objRef, fid)
           Shows the feature specified by its fid in the map
 
Methods inherited from class WidgetBase
getProperty, getNode, initTargetModel, prePaint, postPaint
 

Field Detail

containerNodeId

Object containerNodeId

defaultStyle

Object defaultStyle

hoverCursor

Object hoverCursor

loaded

Object loaded

mbWidget

Object mbWidget

olLayer

Object olLayer

proj

Object proj

selectStyle

Object selectStyle

stylesheet

Object stylesheet

Constructor Detail

GmlRendererOL

GmlRendererOL(widgetNode, model)

Method Detail

clearWidget

void clearWidget(objRef)

hiddenListener

void hiddenListener(objRef, layerName)

hideFeature

void hideFeature(objRef, fid)

init

void init(objRef)

paint

void paint(objRef)

removeHiddenFeatures

void removeHiddenFeatures(objRef)

showFeature

void showFeature(objRef, fid)

Community Map Builder 27 Apr 2008

Documentation generated by JSDoc on Sun Apr 27 20:30:54 2008