Modifier and Type | Method and Description |
---|---|
Rational |
GpsInfo.getAltitude()
Gets or sets the GPS altitude.
|
Rational |
GpsInfo.getDataDegreeOfPrecision()
Gets or sets the GPS DOP (data degree of precision).
|
Rational |
GpsInfo.getDestBearing()
Gets or sets the GPS bearing to the destination point.
|
Rational |
GpsInfo.getDestDistance()
Gets or sets the GPS distance to the destination point.
|
Rational[] |
GpsInfo.getDestLatitude()
Gets or sets the GPS latitude of the destination point.
|
Rational[] |
GpsInfo.getDestLongitude()
Gets or sets the GPS longitude of the destination point.
|
Rational |
GpsInfo.getImgDirection()
Gets or sets the GPS direction of the image when it was captured.
|
Rational[] |
GpsInfo.getLatitude()
Gets or sets the GPS latitude.
|
Rational[] |
GpsLocation.getLatitude()
Gets or sets the latitude.
|
Rational[] |
GpsInfo.getLongitude()
Gets or sets the GPS longitude.
|
Rational[] |
GpsLocation.getLongitute()
Gets or sets the longitude.
|
Rational |
GpsInfo.getSpeed()
Gets or sets the speed of GPS receiver movement.
|
Rational[] |
GpsInfo.getTimestamp()
Gets or sets the GPS time as UTC (Coordinated Universal Time).
|
Rational |
TiffRationalTag.getValue()
Gets the tag value.
|
Rational |
ExifProperty.toRational()
Returns
Rational value if property has ExifPropertyType.Rational type. |
Rational[] |
ExifProperty.toRationalArray()
Returns array of
Rational if property has ExifPropertyType.RationalArray type. |
Modifier and Type | Method and Description |
---|---|
boolean |
Rational.equals(Rational other)
Indicates whether the current object is equal to another object of the same type.
|
static boolean |
Rational.equals(Rational rational,
Rational other)
Compares pair of
Rational . |
void |
GpsInfo.setAltitude(Rational value)
Gets or sets the GPS altitude.
|
void |
GpsInfo.setDataDegreeOfPrecision(Rational value)
Gets or sets the GPS DOP (data degree of precision).
|
void |
GpsInfo.setDestBearing(Rational value)
Gets or sets the GPS bearing to the destination point.
|
void |
GpsInfo.setDestDistance(Rational value)
Gets or sets the GPS distance to the destination point.
|
void |
GpsInfo.setDestLatitude(Rational[] value)
Gets or sets the GPS latitude of the destination point.
|
void |
GpsInfo.setDestLongitude(Rational[] value)
Gets or sets the GPS longitude of the destination point.
|
void |
GpsInfo.setImgDirection(Rational value)
Gets or sets the GPS direction of the image when it was captured.
|
void |
GpsInfo.setLatitude(Rational[] value)
Gets or sets the GPS latitude.
|
void |
GpsLocation.setLatitude(Rational[] value)
Gets or sets the latitude.
|
void |
GpsInfo.setLongitude(Rational[] value)
Gets or sets the GPS longitude.
|
void |
GpsLocation.setLongitute(Rational[] value)
Gets or sets the longitude.
|
void |
GpsInfo.setSpeed(Rational value)
Gets or sets the speed of GPS receiver movement.
|
void |
GpsInfo.setTimestamp(Rational[] value)
Gets or sets the GPS time as UTC (Coordinated Universal Time).
|
Constructor and Description |
---|
GpsLocation(Rational[] latitude,
Rational[] longitude)
Initializes a new instance of the
GpsLocation class. |
GpsLocation(Rational[] latitude,
Rational[] longitude)
Initializes a new instance of the
GpsLocation class. |
TiffRationalTag(int tagId,
Rational value)
Initializes a new instance of the
TiffRationalTag class. |
Copyright © 2017. All rights reserved.