com.partnersoft.maps.ops
Class OpsRoverSet
java.lang.Object
com.partnersoft.maps.model.RoverSet
com.partnersoft.maps.ops.OpsRoverSet
public class OpsRoverSet
- extends RoverSet
MapDataSet for dynamic, ops data.
- Author:
- Paul Reavis
Copyright 2005 Partner Software, Inc.
| Fields inherited from class com.partnersoft.maps.model.RoverSet |
areaToGroup, areaTypes, changeGadget, connectivities, detailLegends, enabled, findItems, groups, legendAliases, lineToGroup, lineTypes, lookups, pointToGroup, pointTypes, printDetailLegends, printRenderLegends, renderLegends, textToGroup, textTypes, viewSettings |
| Methods inherited from class com.partnersoft.maps.model.RoverSet |
addChangeListener, areaTypeCodeFor, connectivityNamed, detailLegendFor, detailLegendFor, findItemNamed, fireChanged, getAreaTypes, getFindItems, getGroupIDFor, getLineTypes, getMapSet, getPointTypes, getPrintRenderLegends, getRenderLegends, getTextTypes, isDrawable, isEnabled, lineTypeCodeFor, lookupNamed, pointTypeCodeFor, removeChangeListener, renderLegendFor, renderLegendFor, setEnabled, textTypeCodeFor, updateGroups |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OpsRoverSet
public OpsRoverSet(MapSpace space,
MapSet mapSet)
graphicsInside
public RoverBytes[] graphicsInside(MapViewFrame frame)
- Description copied from class:
RoverSet
- This returns the rover data necessary to render a given area at
the given scale.
- Specified by:
graphicsInside in class RoverSet
graphicsFor
public RoverBytes graphicsFor(int dataID)
- Description copied from class:
RoverSet
- This returns the rover data necessary to render the
map data item with the given dataID. This is used for highlight
graphics and derived graphics (e.g. in ops mapsets).
- Specified by:
graphicsFor in class RoverSet
dataFor
public MapDataItem dataFor(int dataID)
- Description copied from class:
RoverSet
- This returns the MapDataItem with the given dataID.
- Specified by:
dataFor in class RoverSet
getDataItemCount
public int getDataItemCount()
- Description copied from class:
RoverSet
- This returns the number of data items.
- Specified by:
getDataItemCount in class RoverSet
getName
public java.lang.String getName()
refresh
public void refresh(MapApp app)
replaceData
public void replaceData(RoverBundle newBundle)