com.partnersoft.v3x.apps.MapBrowser.rover
Class TiledRoverSource

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

public class TiledRoverSource
extends AbstractSelectableMapDataSource

A MapDataSource for tiled rover files.


Constructor Summary
TiledRoverSource()
           
 
Method Summary
 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.util.List getLODStyles()
           
 java.lang.String getPath()
           
 TiledRoverStore getStore()
           
 boolean isAllGraphicsSelectable()
           
 boolean isDisabled()
           
 void reset()
          Resets legend etc.
 void setAllGraphicsSelectable(boolean tizwhat)
           
 void setDisabled(boolean tizit)
           
 void setGoedels(java.util.ArrayList newGoedels)
           
 void setLegend(RoverLegend newLegend)
           
 void setPath(java.lang.String newPath)
           
 void setSpace(MapViewSpace space)
           
 void setStore(TiledRoverStore newStore)
           
 
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

TiledRoverSource

public TiledRoverSource()
Method Detail

createDefaultRenderer

public MapDataRenderer createDefaultRenderer()

getHiliteSource

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


getIndicatorSource

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


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.


reset

public void reset()
Resets legend etc.


isDisabled

public boolean isDisabled()

setDisabled

public void setDisabled(boolean tizit)

getStore

public TiledRoverStore getStore()

setStore

public void setStore(TiledRoverStore newStore)

getLegend

public RoverLegend getLegend()

setLegend

public void setLegend(RoverLegend newLegend)

getGoedels

public java.util.ArrayList getGoedels()

setGoedels

public void setGoedels(java.util.ArrayList newGoedels)

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

isAllGraphicsSelectable

public boolean isAllGraphicsSelectable()

setAllGraphicsSelectable

public void setAllGraphicsSelectable(boolean tizwhat)

setSpace

public void setSpace(MapViewSpace space)

getLODStyles

public java.util.List getLODStyles()