The base abstract class for all ge objects
예제 #1
0
파일: geKML.cs 프로젝트: culiniac/quavs
 public geKML(geObject rootKmlObj)
 {
     //Setup how we're goint to write our kml
     kmlRoot = rootKmlObj;
 }
예제 #2
0
파일: geKML.cs 프로젝트: culiniac/quavs
 public geKML(geObject rootKmlObj)
 {
     //Setup how we're goint to write our kml
     kmlRoot = rootKmlObj;
 }