|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.maps.model.RoverSet
com.partnersoft.maps.model.MemoryRoverSet
public class MemoryRoverSet
RoverSet for dynamic map data stored only in memory.
Copyright 2005-2009 Partner Software, Inc.
| Field Summary |
|---|
| Fields inherited from class com.partnersoft.maps.model.RoverSet |
|---|
areaToGroup, areaTypes, changeGadget, enabled, findItems, groups, imageTypes, legendAliases, lineToGroup, lineTypes, lookups, mapSet, pointToGroup, pointTypes, renderLegends, space, textToGroup, textTypes, viewSettings |
| Constructor Summary | |
|---|---|
MemoryRoverSet(MapSpace space,
MapSet mapSet,
int id)
|
|
| Method Summary | |
|---|---|
MapDataItem |
dataFor(int dataID)
This returns the MapDataItem with the given dataID. |
int |
getDataItemCount()
This returns the number of data items. |
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()
|
| Methods inherited from class com.partnersoft.maps.model.RoverSet |
|---|
addChangeListener, areaTypeCodeFor, connectivityNamed, drawNameFor, findItemNamed, fireChanged, getAreaTypes, getFindItems, getGroupIDFor, getId, getImageTypes, getLineTypes, getMapSet, getPointTypes, getProfile, getTextTypes, imageTypeCodeFor, isDrawable, isEnabled, lineTypeCodeFor, lookupNamed, pointTypeCodeFor, publish, publish, removeChangeListener, scaleRegionFor, setEnabled, setId, setProfile, textTypeCodeFor, updateGroups |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MemoryRoverSet(MapSpace space,
MapSet mapSet,
int id)
| Method Detail |
|---|
public RoverBytes[] graphicsInside(MapViewFrame frame)
RoverSet
graphicsInside in class RoverSetpublic RoverBytes graphicsFor(int dataID)
RoverSet
graphicsFor in class RoverSetpublic MapDataItem dataFor(int dataID)
RoverSet
dataFor in class RoverSetpublic int getDataItemCount()
RoverSet
getDataItemCount in class RoverSet
public void reload()
throws java.io.IOException
reload in class RoverSetjava.io.IOExceptionpublic void refresh(MapApp app)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||