PHP Class Tdt\Core\Formatters\KMLFormatter

Author: Michiel Vancoillie ([email protected])
Author: Jan Vansteenlandt ([email protected])
Author: Pieter Colpaert ([email protected])
Inheritance: implements Tdt\Core\Formatters\IFormatter
Show file Open project: tdt/core Class Usage Examples

Public Methods

Method Description
createResponse ( $dataObj )
getBody ( $dataObj )
getDocumentation ( )

Private Methods

Method Description
getArray ( $dataObj, $geo ) Create the geo graphical placemarks in kml Currently only properties that are not nested are picked up.
getExtendedDataElement ( $values )
getPlacemarks ( $dataObj )
printArray ( $val )
xmlgetelement ( $value )

Method Details

createResponse() public static method

public static createResponse ( $dataObj )

getBody() public static method

public static getBody ( $dataObj )

getDocumentation() public static method

public static getDocumentation ( )