|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GEData | |
---|---|
org.eclipse.ohf.stem.ui.ge | |
org.eclipse.ohf.stem.ui.ge.kml |
Uses of GEData in org.eclipse.ohf.stem.ui.ge |
---|
Methods in org.eclipse.ohf.stem.ui.ge that return types with arguments of type GEData | |
---|---|
java.util.Map<java.lang.String,GEData> |
GESimEntry.getStemMap()
|
Method parameters in org.eclipse.ohf.stem.ui.ge with type arguments of type GEData | |
---|---|
void |
GEJob.generateKML(java.lang.String fn,
StemKml stemKml,
java.util.Map<java.lang.String,GEData> stemMap,
Aspect aspect,
long cycle,
boolean launch,
boolean rename)
Build the .kml file than will be sent to GoogleEarth We will recieve the information from GEInterface and then schedule the job to be run. |
void |
GESimEntry.setStemMap(java.util.Map<java.lang.String,GEData> stemMap)
|
Uses of GEData in org.eclipse.ohf.stem.ui.ge.kml |
---|
Methods in org.eclipse.ohf.stem.ui.ge.kml with parameters of type GEData | |
---|---|
int |
KmlDisplay.selectByValue(Aspect aspect,
GEData geData)
Select the color to be used by the GoogleEarth Polygon based on the relative value for the property |
int |
KmlDisplayCustom.selectByValue(GEData geData)
Select the color to be used by the GoogleEarth Polygon based on the relative value for the property |
Method parameters in org.eclipse.ohf.stem.ui.ge.kml with type arguments of type GEData | |
---|---|
void |
KmlDisplayCustom.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 |
KmlDisplay.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 |
IKmlDisplay.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 |
void |
StemKml.generatePolygons(java.lang.String controlFileName,
java.util.Map<java.lang.String,GEData> geData,
Aspect aspect,
long cycle)
Create the KML control file to display all of the polygon (county) areas Call the implementation of IKmlDisplay to create and write the kml file. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |