コード例 #1
0
ファイル: Placemark.php プロジェクト: cdyweb/php-libkml
 public function toWKT2d()
 {
     if (isset($this->geometry)) {
         return $this->geometry->toWKT2d();
     } else {
         return '';
     }
 }