com.partnersoft.v3x.apps.MapBrowser
Interface SelectableMapDataSource

All Superinterfaces:
MapDataSource
All Known Implementing Classes:
AbstractSelectableMapDataSource, FindItemSource, GPSSource, LocateSource, MapPointSource, RedlineSource, RoverBundleSource, SimpleSelectableMapDataSource, TiledRoverSource

public interface SelectableMapDataSource
extends MapDataSource

A source for selectable map data (data which can be clicked and examined) - can create appropriate specifiers, and supplies a highlight MapDataSource that displays the specified graphic.


Method Summary
 MapGraphicSpecifier createSpecifier(MapViewLayer layer)
          Creates a MapGraphicsSpecifier for the source.
 MapDataSource getHiliteSource()
          The highlight source.
 MapDataSource getIndicatorSource()
          The indicator source.
 
Methods inherited from interface com.partnersoft.v3x.apps.MapBrowser.MapDataSource
addChangeListener, createDefaultRenderer, getImageLibraries, getName, getPath, isVerbose, removeChangeListener, setImageLibraries, setPath, setSpace, setVerbose
 

Method Detail

createSpecifier

MapGraphicSpecifier createSpecifier(MapViewLayer layer)
Creates a MapGraphicsSpecifier for the source. Can use the given layer get a ClickMap or whatever.


getHiliteSource

MapDataSource getHiliteSource()
The highlight source.


getIndicatorSource

MapDataSource getIndicatorSource()
The indicator source.