コード例 #1
0
ファイル: LocPoint.php プロジェクト: arsenyru/geodata
 public function asPoint()
 {
     $thisPoint = new Point();
     $thisPoint->setFromPAD($this->base, $this->azimuth, $this->distance);
     return $thisPoint;
 }