com.bbn.openmap.layer.vpf
Interface VPFFeatureInfoHandler

All Known Implementing Classes:
TTFeatureInfoHandler

public interface VPFFeatureInfoHandler

An object the VPFFeatureLayer can use to manage how attribute information is displayed for OMGraphics representing the feature.

Author:
dietrick

Method Summary
 boolean isHighlightable(OMGraphic omg)
          Check to see if the omg should react to mouse movement events.
 boolean shouldPaintHighlight(OMGraphic omg)
          Check to see if the OMGraphic should be specially painted in a mouse over.
 void updateInfoForOMGraphic(OMGraphic omg, FeatureClassInfo fci, java.util.List<java.lang.Object> fcirow)
           
 

Method Detail

updateInfoForOMGraphic

void updateInfoForOMGraphic(OMGraphic omg,
                            FeatureClassInfo fci,
                            java.util.List<java.lang.Object> fcirow)

isHighlightable

boolean isHighlightable(OMGraphic omg)
Check to see if the omg should react to mouse movement events.

Parameters:
omg -
Returns:
true for tooltips, infoline, highlight actions.

shouldPaintHighlight

boolean shouldPaintHighlight(OMGraphic omg)
Check to see if the OMGraphic should be specially painted in a mouse over.

Parameters:
omg -
Returns:
true if omg should be repainted with its select color.


Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details