Show / Hide Table of Contents

Class GPSLatitudeLongitude

Represents GPS latitudes and longitudes (EXIF Specification: 3xRATIONAL)

Inheritance
System.Object
ExifProperty
ExifURationalArray
GPSLatitudeLongitude
Inherited Members
ExifURationalArray.mValue
ExifURationalArray._Value
ExifURationalArray.Interoperability
ExifProperty.mTag
ExifProperty.mIFD
ExifProperty.mName
ExifProperty.Tag
ExifProperty.IFD
ExifProperty.Name
Namespace: ExifLibrary
Assembly: ExifLibrary.dll
Syntax
public class GPSLatitudeLongitude : ExifURationalArray

Constructors

| Improve this Doc View Source

GPSLatitudeLongitude(ExifTag, MathEx.UFraction32[])

Declaration
public GPSLatitudeLongitude(ExifTag tag, MathEx.UFraction32[] value)
Parameters
Type Name Description
ExifTag tag
MathEx.UFraction32[] value
| Improve this Doc View Source

GPSLatitudeLongitude(ExifTag, Single, Single, Single)

Declaration
public GPSLatitudeLongitude(ExifTag tag, float d, float m, float s)
Parameters
Type Name Description
ExifTag tag
System.Single d
System.Single m
System.Single s

Properties

| Improve this Doc View Source

Degrees

Declaration
public MathEx.UFraction32 Degrees { get; set; }
Property Value
Type Description
MathEx.UFraction32
| Improve this Doc View Source

Minutes

Declaration
public MathEx.UFraction32 Minutes { get; set; }
Property Value
Type Description
MathEx.UFraction32
| Improve this Doc View Source

Seconds

Declaration
public MathEx.UFraction32 Seconds { get; set; }
Property Value
Type Description
MathEx.UFraction32
| Improve this Doc View Source

Value

Declaration
protected MathEx.UFraction32[] Value { get; set; }
Property Value
Type Description
MathEx.UFraction32[]

Methods

| Improve this Doc View Source

ToFloat()

Declaration
public float ToFloat()
Returns
Type Description
System.Single
| Improve this Doc View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
ExifURationalArray.ToString()

Operators

| Improve this Doc View Source

Explicit(GPSLatitudeLongitude to Single)

Declaration
public static explicit operator float (GPSLatitudeLongitude obj)
Parameters
Type Name Description
GPSLatitudeLongitude obj
Returns
Type Description
System.Single
Back to top Copyright © 2019 Özgür Özçıtak