|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ohf.stem.ui.ge.kml.KmlDisplay
public class KmlDisplay
Standard DISPLAY OF SEIR aspects.
Constructor Summary | |
---|---|
KmlDisplay()
|
Method Summary | |
---|---|
void |
generatePolygons(java.lang.String controlFileName,
java.util.Map<java.lang.String,GEData> geData,
Aspect aspect)
Create the KML control file to display all of the polygon (county) areas We will have N PlaceMarks, each of which will be associated with a differnt Style (for color) The polygons will be placed in a placemark based on the color selection. |
void |
init()
initialization currently we have nothing to do |
int |
selectByValue(Aspect aspect,
GEData geData)
Select the color to be used by the GoogleEarth Polygon based on the relative value for the property |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public KmlDisplay()
Method Detail |
---|
public void init()
public void generatePolygons(java.lang.String controlFileName, java.util.Map<java.lang.String,GEData> geData, Aspect aspect)
generatePolygons
in interface IKmlDisplay
controlFileName
- File where KML will be writtengeData
- Map of GEData objectsaspect
- which type of map (population,susceptiple...cycle
- current number of cycle being displayedpublic int selectByValue(Aspect aspect, GEData geData)
aspect
- enum value specifing which type of
display is shown (population, susceptible,
exposed,infectious,recovered)geData
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |