areaToGroup, areaTypes, changeGadget, enabled, findItems, groups, imageTypes, legendAliases, lineToGroup, lineTypes, lookups, mapSet, pointToGroup, pointTypes, renderLegends, space, substringFindItems, textToGroup, textTypes, viewSettings| Constructor and Description |
|---|
DatabaseRoverSet(MapSpace space,
MapSet mapset,
int id) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
MapDataItem |
dataFor(int dataId)
This returns the MapDataItem with the given dataID.
|
RoverDatabase |
getDatabase() |
int |
getDataItemCount()
This returns the number of data items.
|
RoverStore |
getStore() |
RoverBytes |
graphicsFor(int dataID)
This returns the rover data necessary to render the map data item with
the given dataID.
|
RoverBytes[] |
graphicsInside(MapViewFrame frame)
This returns the rover data necessary to render a given area at the given
scale.
|
void |
refresh(MapApp app) |
void |
reload() |
addChangeListener, areaTypeCodeFor, connectivityNamed, drawNameFor, findItemNamed, fireChanged, getAreaTypes, getFindItems, getGroupIDFor, getId, getImageTypes, getLineTypes, getMapSet, getPointTypes, getProfile, getSubstringFindItems, getTextTypes, imageTypeCodeFor, isDrawable, isEnabled, lineTypeCodeFor, lookupNamed, pointTypeCodeFor, removeChangeListener, scaleRegionFor, setEnabled, setId, setProfile, textTypeCodeFor, toString, updateGroupspublic MapDataItem dataFor(int dataId)
RoverSetpublic int getDataItemCount()
RoverSetgetDataItemCount in class RoverSetpublic RoverBytes graphicsFor(int dataID)
RoverSetgraphicsFor in class RoverSetpublic RoverBytes[] graphicsInside(MapViewFrame frame)
RoverSetgraphicsInside in class RoverSetpublic void reload()
throws java.io.IOException
public void refresh(MapApp app)
public void close()
throws java.io.IOException
public RoverStore getStore()
public RoverDatabase getDatabase()