Class: Exif::Tag::GPS::GPSDifferential
- Defined in:
- lib/exifparser/tag.rb
Overview
0x001E
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
2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 |
# File 'lib/exifparser/tag.rb', line 2061 def to_s case @formatted when 0 'Measurement without differential correction' when 1 'Differential correction applied' else 'Unknown' end end |