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;
 }