ExifGpsPackage class

ExifGpsPackage class

Represents GPS metadata in an EXIF metadata package.

Inheritance: ExifGpsPackageExifDictionaryBasePackageCustomPackageMetadataPackage

The ExifGpsPackage type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of the ExifGpsPackage class.

Properties

Property Description
metadata_type Gets the metadata type.
keys Gets a collection of the metadata property names.
property_descriptors Gets a collection of descriptors that contain information about properties accessible through the GroupDocs.Metadata search engine.
count Gets the number of metadata properties.
altitude Gets or sets the altitude based on the reference in ExifGpsPackage.altitude_ref.
The reference unit is meters.
altitude_ref Gets or sets the altitude used as the reference altitude. If the reference is sea level and the altitude is above sea level, 0 is given.
If the altitude is below sea level, a value of 1 is given and the altitude is indicated as an absolute value in the ExifGpsPackage.altitude tag.
area_information Gets or sets the character string recording the name of the GPS area. The first byte indicates the character code used, and this is followed by the name of the GPS area.
date_stamp Gets or sets the character string recording date and time information relative to UTC (Coordinated Universal Time). The format is YYYY:MM:DD.
dest_bearing Gets or sets the GPS bearing to the destination point.
The range of values is from 0.00 to 359.99.
dest_bearing_ref Gets or sets the GPS reference used for giving the bearing to the destination point.
‘T’ denotes true direction and ‘M’ is magnetic direction.
dest_distance Gets or sets the GPS distance to the destination point.
dest_distance_ref Gets or sets the GPS unit used to express the distance to the destination point.
‘K’, ‘M’ and ‘N’ represent kilometers, miles and knots.
dest_latitude Gets or sets the GPS latitude of the destination point.
dest_latitude_ref Gets or sets the GPS value which indicates whether the latitude of the destination point is north or south latitude.
The ASCII value ‘N’ indicates north latitude, and ‘S’ is south latitude.
dest_longitude Gets or sets the GPS longitude of the destination point.
dest_longitude_ref Gets or sets the GPS value which indicates whether the longitude of the destination point is east or west longitude.
ASCII ‘E’ indicates east longitude, and ‘W’ is west longitude.
differential Gets or sets a GPS value which indicates whether differential correction is applied to the GPS receiver.
data_degree_of_precision Gets or sets the GPS DOP (data degree of precision).
An HDOP value is written during two-dimensional measurement, and PDOP during three-dimensional measurement.
img_direction Gets or sets the GPS direction of the image when it was captured.
The range of values is from 0.00 to 359.99.
img_direction_ref Gets or sets the GPS reference for giving the direction of the image when it is captured.
‘T’ denotes true direction and ‘M’ is magnetic direction.
latitude Gets or sets the GPS latitude.
latitude_ref Gets or sets a GPS value indicating whether the latitude is north or south latitude.
longitude Gets or sets the GPS longitude.
longitude_ref Gets or sets a GPS value indicating whether the longitude is east or west longitude.
map_datum Gets or sets the geodetic survey data used by the GPS receiver.
measure_mode Gets or sets the GPS measurement mode.
processing_method Gets or sets a character string recording the name of the method used for location finding.
The first byte indicates the character code used, and this is followed by the name of the method.
satellites Gets or sets the GPS satellites used for measurements.
This tag can be used to describe the number of satellites,
their ID number, angle of elevation, azimuth, SNR and other information in ASCII notation. The format is not
specified. If the GPS receiver is incapable of taking measurements, value of the tag shall be set to NULL.
speed Gets or sets the speed of GPS receiver movement.
speed_ref Gets or sets the unit used to express the GPS receiver speed of movement.
‘K’ ‘M’ and ‘N’ represents kilometers per hour, miles per hour, and knots.
status Gets or sets the status of the GPS receiver when the image is recorded.
time_stamp Gets or sets the time as UTC (Coordinated Universal Time).
TimeStamp is expressed as three RATIONAL values giving the hour, minute, and second.
gps_track Gets or sets the direction of GPS receiver movement.
track_ref Gets or sets the reference for giving the direction of GPS receiver movement.
‘T’ denotes true direction and ‘M’ is magnetic direction.
version_id Gets or sets the version of GPS IFD.

Methods

Method Description
contains Determines whether the package contains a metadata property with the specified name.
find_properties Finds the metadata properties satisfying a specification.
The search is recursive so it affects all nested packages as well.
update_properties Updates known metadata properties satisfying a specification.
The operation is recursive so it affects all nested packages as well.
remove_properties Removes metadata properties satisfying a specification.
add_properties Adds known metadata properties satisfying the specification.
The operation is recursive so it affects all nested packages as well.
set_properties Sets known metadata properties satisfying the specification.
The operation is recursive so it affects all nested packages as well.
This method is a combination of MetadataPackage.add_properties and MetadataPackage.update_properties.
If an existing property satisfies the specification its value is updated.
If there is a known property missing in the package that satisfies the specification it is added to the package.
sanitize Removes writable metadata properties from the package.
The operation is recursive so it affects all nested packages as well.
to_list Creates a list from the package.
remove Removes the property with the specified id.
set Adds or replaces the specified tag.
clear Removes all TIFF tags stored in the package.

Remarks

Learn more | | |

See Also