| Modifier and Type | Field and Description |
|---|---|
protected Naming<ElectricalConnectivity> |
connectivities |
protected MapSetDescription |
mapSetDescription |
areaToGroup, areaTypes, changeGadget, enabled, findItems, groups, imageTypes, legendAliases, lineToGroup, lineTypes, lookups, mapSet, pointToGroup, pointTypes, renderLegends, space, substringFindItems, textToGroup, textTypes, viewSettings| Constructor and Description |
|---|
TiledRoverSet(MapSpace space,
MapSet mapSet,
int id) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
ElectricalConnectivity |
connectivityNamed(java.lang.String name) |
MapDataItem |
dataFor(int dataID)
This returns the MapDataItem with the given dataID.
|
ByteBuffer |
getBytes(int lod,
int type,
int tileX,
int tileY) |
int |
getDataItemCount()
This returns the number of data items.
|
Grid[] |
getLODs() |
MapSetDescription |
getMapSetDescription() |
RoverBytes |
graphicsFor(int objectID)
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.
|
Grid |
gridForLOD(int lod) |
void |
reload() |
boolean |
tileExists(int lod,
int type,
int tileX,
int tileY) |
addChangeListener, areaTypeCodeFor, 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, updateGroupsprotected Naming<ElectricalConnectivity> connectivities
protected MapSetDescription mapSetDescription
public RoverBytes graphicsFor(int objectID)
RoverSetgraphicsFor in class RoverSetpublic RoverBytes[] graphicsInside(MapViewFrame frame)
RoverSetgraphicsInside in class RoverSetpublic MapDataItem dataFor(int dataID)
RoverSetpublic int getDataItemCount()
RoverSetgetDataItemCount in class RoverSetpublic ByteBuffer getBytes(int lod, int type, int tileX, int tileY)
public boolean tileExists(int lod,
int type,
int tileX,
int tileY)
public Grid gridForLOD(int lod)
public Grid[] getLODs()
public void reload()
throws java.io.IOException
public ElectricalConnectivity connectivityNamed(java.lang.String name)
connectivityNamed in class RoverSetpublic MapSetDescription getMapSetDescription()