com.partnersoft.v3x.apps.MapBrowser.locate
Class FindItemSource

java.lang.Object
  extended by com.partnersoft.v3x.apps.MapBrowser.AbstractSelectableMapDataSource
      extended by com.partnersoft.v3x.apps.MapBrowser.locate.FindItemSource
All Implemented Interfaces:
MapDataSource, SelectableMapDataSource

public class FindItemSource
extends AbstractSelectableMapDataSource

Shows find item results.


Constructor Summary
FindItemSource()
           
FindItemSource(boolean dynamic)
           
 
Method Summary
 void addItem(FoundItem newItem)
           
 void clear()
           
 void clearSelected()
           
 MapDataRenderer createDefaultRenderer()
           
 MapGraphicSpecifier createSpecifier(MapViewLayer layer)
          Creates a MapGraphicsSpecifier for the source.
 java.util.ArrayList getGoedels()
           
 MapDataSource getHiliteSource()
          The highlight source.
 MapDataSource getIndicatorSource()
          The indicator source.
 RoverLegend getLegend()
           
 java.lang.String getPath()
           
 boolean isVisible()
           
 void refreshBundle()
           
 void setItem(FoundItem newItem)
          Clears any existing items and sets the one specified.
 void setPath(java.lang.String newPath)
           
 void setSpace(MapViewSpace newSpace)
           
 void setVisible(boolean tizit)
           
 
Methods inherited from class com.partnersoft.v3x.apps.MapBrowser.AbstractSelectableMapDataSource
addChangeListener, fireChanged, getImageLibraries, getName, isVerbose, removeChangeListener, setImageLibraries, setName, setVerbose
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FindItemSource

public FindItemSource()

FindItemSource

public FindItemSource(boolean dynamic)
Method Detail

refreshBundle

public void refreshBundle()

setItem

public void setItem(FoundItem newItem)
Clears any existing items and sets the one specified.


addItem

public void addItem(FoundItem newItem)

clearSelected

public void clearSelected()

clear

public void clear()

createDefaultRenderer

public MapDataRenderer createDefaultRenderer()

createSpecifier

public MapGraphicSpecifier createSpecifier(MapViewLayer layer)
Description copied from interface: SelectableMapDataSource
Creates a MapGraphicsSpecifier for the source. Can use the given layer get a ClickMap or whatever.


getIndicatorSource

public MapDataSource getIndicatorSource()
Description copied from interface: SelectableMapDataSource
The indicator source.


getHiliteSource

public MapDataSource getHiliteSource()
Description copied from interface: SelectableMapDataSource
The highlight source.


getPath

public java.lang.String getPath()
Specified by:
getPath in interface MapDataSource
Overrides:
getPath in class AbstractSelectableMapDataSource

setPath

public void setPath(java.lang.String newPath)
Specified by:
setPath in interface MapDataSource
Overrides:
setPath in class AbstractSelectableMapDataSource

setVisible

public void setVisible(boolean tizit)

isVisible

public boolean isVisible()

getLegend

public RoverLegend getLegend()

getGoedels

public java.util.ArrayList getGoedels()

setSpace

public void setSpace(MapViewSpace newSpace)