.. _doxcsid-class_p1_1_1_image_sdk_1_1_gps_data: GpsData Class ~~~~~~~~~~~~~ Definition ^^^^^^^^^^ *Namespace:* ``P1.ImageSdk`` A GPS data bundle, that defines an auxillary GPS's position on earth, along with a date-time stamp :ref:`More...` .. ref-code-block:: csharp :class: doxyrest-overview-code-block public class GpsData .. _csdetails-class_p1_1_1_image_sdk_1_1_gps_data: Remarks ^^^^^^^ A GPS data bundle, that defines an auxillary GPS's position on earth, along with a date-time stamp Coordinates are stored in degrees and minutes (of arc) with decimals. (No seconds of arc components.) Conveniece properties :ref:`LatitudeAsDecimal ` and :ref:`LongitudeAsDecimal `, returns the the decimal degrees representation. These are calculated using the formular: ``decimalDegrees = degrees + minutes / 60`` There are no convenience converters for convertion to a degree, minute & second representation. However, the seconds components can be calculated from the minutes: ``seconds = (minutes - floor(minutes)) * 60`` The GPS timestamp might not contain a date component. This depends on the GPS device used, when the IIQ file was created. The member :ref:`GpsDateTimeComponents.HasDate ` defines if date components (year, month, day) are present. Members ^^^^^^^ .. toctree:: :hidden: GpsDateTimeStamp LatitudeDegrees LatitudeMinutes LongitudeDegrees LongitudeMinutes AltitudeMeters .. list-table:: :widths: 30 70 * - :ref:`GpsDateTimeStamp ` - The date and time for when the location data was collected * - :ref:`LatitudeDegrees ` - North-South point in (integer) degrees from -90 (South Pole) or +90 (North Pole) * - :ref:`LatitudeMinutes ` - *Minute of arc* part of the latitude coordinate (North-South) * - :ref:`LongitudeDegrees ` - East-West point in (integer) degrees from -180 (West) to +180 (East), where 0 is near Greenwich, England * - :ref:`LongitudeMinutes ` - *Minute of arc* part of the longitude coordinate (East-West) * - :ref:`AltitudeMeters ` - Height of camera in meters, above sea level. Negative values means, below sea level. Properties ^^^^^^^^^^ .. toctree:: :hidden: LatitudeAsDecimal LongitudeAsDecimal .. list-table:: :widths: 30 70 * - :ref:`LatitudeAsDecimal ` - Return *degrees only* latitude coordinate. (Degrees with decimals) * - :ref:`LongitudeAsDecimal ` - Return *degrees only* longitude coordinate. (Degrees with decimals) Methods ^^^^^^^ .. toctree:: :hidden: ToString .. list-table:: :widths: 33 67 * - :ref:`ToString() ` - Represent object as a human readable string