The base abstract class for all ge objects
Esempio n. 1
0
 public geKML(geObject rootKmlObj)
 {
     //Setup how we're goint to write our kml
     kmlRoot = rootKmlObj;
 }
Esempio n. 2
0
 public geKML(geObject rootKmlObj)
 {
     //Setup how we're goint to write our kml
     kmlRoot = rootKmlObj;
 }