Author: Michiel Vancoillie (michiel@okfn.be)
Author: Jan Vansteenlandt (jan@okfn.be)
Author: Pieter Colpaert (pieter@irail.be)
Inheritance: implements Tdt\Core\Formatters\IFormatter
コード例 #1
0
ファイル: WKTFormatter.php プロジェクト: jalbertbowden/core
 public static function getBody($dataObj)
 {
     $kml = KMLFormatter::getBody($dataObj);
     return Gisconverter::kmlToWkt($kml);
 }
コード例 #2
0
ファイル: WKTFormatter.php プロジェクト: netsensei/core
 public static function getBody($dataObj)
 {
     // Get the KML and transform it to GeoJSON
     $kml = KMLFormatter::getBody($dataObj);
     return Gisconverter::kmlToWkt($kml);
 }