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