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