com.partnersoft.v3x.apps.MapBrowser.rover
Class RoverBufferSource
java.lang.Object
com.partnersoft.v3x.apps.MapBrowser.AbstractMapDataSource
com.partnersoft.v3x.apps.MapBrowser.rover.RoverBufferSource
- All Implemented Interfaces:
- MapDataSource
public class RoverBufferSource
- extends AbstractMapDataSource
A MapDataSource for rover data in an in-memory buffer.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RoverBufferSource
public RoverBufferSource()
RoverBufferSource
public RoverBufferSource(RoverLegend legend,
java.util.ArrayList goedels,
boolean hilite)
createDefaultRenderer
public MapDataRenderer createDefaultRenderer()
getBuffer
public byte[] getBuffer()
setBuffer
public void setBuffer(byte[] newBuffer)
getLegend
public RoverLegend getLegend()
setLegend
public void setLegend(RoverLegend newLegend)
getGoedels
public java.util.ArrayList getGoedels()
setGoedels
public void setGoedels(java.util.ArrayList newGoedels)
isHilite
public boolean isHilite()
setHilite
public void setHilite(boolean tizit)
isIndicating
public boolean isIndicating()
setIndicating
public void setIndicating(boolean tizit)
getPath
public java.lang.String getPath()
- Specified by:
getPath in interface MapDataSource- Overrides:
getPath in class AbstractMapDataSource
setPath
public void setPath(java.lang.String newPath)
- Specified by:
setPath in interface MapDataSource- Overrides:
setPath in class AbstractMapDataSource
setSpace
public void setSpace(MapViewSpace newSpace)