PHP Class Horde_Image_Exif_Parser_Gps, horde

See also: http://www.offsky.com/software/exif/index.php
Author: Jake Olefsky ([email protected])
Author: Michael J. Rubinsky ([email protected])
Author: Jan Schneider ([email protected])
Inheritance: extends Horde_Image_Exif_Parser_Base
Exibir arquivo Open project: horde/horde Class Usage Examples

Public Methods

Method Description
parse ( $block, &$result, $offset, $seek, $globalOffset ) GPS Special data section

Protected Methods

Method Description
_formatData ( $type, $tag, $intel, $data ) Formats Data for the data type
_lookupTag ( unknown_type $tag ) : string Looks up the name of the tag
_rational ( $data, $intel ) Formats a rational number

Method Details

_formatData() protected method

Formats Data for the data type
protected _formatData ( $type, $tag, $intel, $data )

_lookupTag() protected method

Looks up the name of the tag
protected _lookupTag ( unknown_type $tag ) : string
$tag unknown_type
return string

_rational() protected method

Formats a rational number
protected _rational ( $data, $intel )

parse() public method

GPS Special data section
See also: http://drewnoakes.com/code/exif/sampleOutput.html
See also: http://www.geosnapper.com
public parse ( $block, &$result, $offset, $seek, $globalOffset )