Uses of Class
org.eclipse.ohf.stem.ui.ge.kml.StemKml

Packages that use StemKml
org.eclipse.ohf.stem.ui.ge   
 

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

Methods in org.eclipse.ohf.stem.ui.ge that return StemKml
 StemKml GESimEntry.getStemKml()
           
 

Methods in org.eclipse.ohf.stem.ui.ge with parameters of type StemKml
 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.setStemKml(StemKml stemKml)