Class: Exif::Tag::GPS::GPSTrackRef
Overview
0x000E - GPSTrackRef
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, #processData, #value
Constructor Details
This class inherits a constructor from Exif::Tag::Base
Instance Method Details
#to_s ⇒ Object
1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 |
# File 'lib/exifparser/tag.rb', line 1884 def to_s case @formatted when 'T' 'True direction' when 'M' 'Magnetic direction' else 'Unknown' end end |