VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Tiff Namespace / ExifGpsTagId Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    ExifGpsTagId Enumeration
    In This Topic
    Specifies available identifiers for EXIF GPS tags.
    Syntax
    'Declaration
    
    <CLSCompliantAttribute(False)>
    Public Enum ExifGpsTagId
       Inherits System.Enum
    
    
    [CLSCompliant(False)]
    public enum ExifGpsTagId : System.Enum
    
    
    [CLSCompliant(False)]
    __value public enum ExifGpsTagId : public System.Enum
    
    
    [CLSCompliant(False)]
    public enum class ExifGpsTagId : public System.Enum
    
    
    Members
    MemberDescription
    GPSVersionIDIndicates the version of GPSInfoIFD.
    GPSLatitudeRefIndicates whether the latitude is north or south latitude.
    GPSLatitudeIndicates the latitude.
    GPSLongitudeRefIndicates whether the longitude is east or west longitude.
    GPSLongitudeIndicates the longitude.
    GPSAltitudeRefIndicates the altitude used as the reference altitude.
    GPSAltitudeIndicates the altitude based on the reference in GPSAltitudeRef.
    GPSTimeStampIndicates the time as UTC (Coordinated Universal Time).
    GPSSatellitesIndicates the GPS satellites used for measurements.
    GPSStatusIndicates the status of the GPS receiver when the image is recorded.
    GPSMeasureModeIndicates the GPS measurement mode.
    GPSDOPIndicates the GPS DOP (data degree of precision).
    GPSSpeedRefIndicates the unit used to express the GPS receiver speed of movement.
    GPSSpeedIndicates the speed of GPS receiver movement.
    GPSTrackRefIndicates the reference for giving the direction of GPS receiver movement.
    GPSTrackIndicates the direction of GPS receiver movement.
    GPSImgDirectionRefIndicates the reference for giving the direction of the image when it is captured.
    GPSImgDirectionIndicates the direction of the image when it was captured.
    GPSMapDatumIndicates the geodetic survey data used by the GPS receiver.
    GPSDestLatitudeRefIndicates whether the latitude of the destination point is north or south latitude.
    GPSDestLatitudeIndicates the latitude of the destination point.
    GPSDestLongitudeRefIndicates whether the longitude of the destination point is east or west longitude.
    GPSDestLongitudeIndicates the longitude of the destination point.
    GPSDestBearingRefIndicates the reference used for giving the bearing to the destination point.
    GPSDestBearingIndicates the bearing to the destination point.
    GPSDestDistanceRefIndicates the unit used to express the distance to the destination point.
    GPSDestDistanceIndicates the distance to the destination point.
    GPSProcessingMethodA character string recording the name of the method used for location finding.
    GPSAreaInformationA character string recording the name of the GPS area.
    GPSDateStampA character string recording date and time information relative to UTC (Coordinated Universal Time).
    GPSDifferentialIndicates whether differential correction is applied to the GPS receiver.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.Codecs.ImageFiles.Tiff.ExifGpsTagId

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also