Class: Exif::Tag::GPS::GPSLongitude
Overview
0x0004 - GPSLongitude
Instance Attribute Summary
Attributes inherited from Base
#IFD, #count, #data, #dataPos, #pos, #tagID
Instance Method Summary collapse
Methods inherited from Base
#formatExposureTime, #formatFNumber, #formatFocalLength, #formatLatLon, #initialize, #inspect, #name, #value
Constructor Details
This class inherits a constructor from Exif::Tag::Base
Instance Method Details
#processData ⇒ Object
1734 1735 1736 1737 1738 1739 |
# File 'lib/exifparser/tag.rb', line 1734 def processData @formatted = [] partition_data(@count) do |data| @formatted.push _formatData(data) end end |
#to_s ⇒ Object
1741 1742 1743 |
# File 'lib/exifparser/tag.rb', line 1741 def to_s formatLatLon @formatted end |