Uses of Class
org.eclipse.ohf.stem.ui.ge.Aspect

Packages that use Aspect
org.eclipse.ohf.stem.ui.ge   
org.eclipse.ohf.stem.ui.ge.kml   
org.eclipse.ohf.stem.ui.ge.views   
 

Uses of Aspect in org.eclipse.ohf.stem.ui.ge
 

Methods in org.eclipse.ohf.stem.ui.ge that return Aspect
static Aspect Aspect.getAspect(java.lang.String code)
          Return the Aspect that is associated with the specified code.
 Aspect GESimEntry.getAspectToDisplay()
          Get the aspect that we want to display
 Aspect GEInterface.getAspectToDisplay(ISimulation sim)
          Get the SEIR value to be displayed from user.
static Aspect Aspect.getDefault()
           
 Aspect GEInterface.getDefaultAspect()
           
 

Methods in org.eclipse.ohf.stem.ui.ge that return types with arguments of type Aspect
static java.util.Map<java.lang.String,Aspect> Aspect.getMap()
           
 

Methods in org.eclipse.ohf.stem.ui.ge with parameters of type Aspect
 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.
 double GEData.getValue(Aspect aspect)
           
 void GESimEntry.setAspectToDisplay(Aspect value)
           
 void GEInterface.setAspectToDisplay(ISimulation sim, Aspect aspect)
          Set the SEIR value that wwe want displayed.
 void GEInterface.setDefaultAspect(Aspect defaultAspect)
           
 void GEData.setValue(Aspect aspect, double value)
          Store the value in the data store for the area.
 

Method parameters in org.eclipse.ohf.stem.ui.ge with type arguments of type Aspect
static void Aspect.setMap(java.util.Map<java.lang.String,Aspect> map)
           
 

Uses of Aspect in org.eclipse.ohf.stem.ui.ge.kml
 

Methods in org.eclipse.ohf.stem.ui.ge.kml with parameters of type Aspect
 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.
static java.lang.String StemKml.getControlFN(java.lang.String folder, java.lang.String template, Aspect aspect, long cycle)
          Set the filename based on the Template and the current aspect and cycle number.
 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
 

Uses of Aspect in org.eclipse.ohf.stem.ui.ge.views
 

Methods in org.eclipse.ohf.stem.ui.ge.views that return Aspect
static Aspect GEPreferencePage.getAspect()
          get the specified Aspect that will be logged or displayed