Modifier and Type | Method and Description |
---|---|
Rational |
GpsInfo.getAltitude()
Gets the GPS altitude.
|
Rational |
GpsInfo.getDataDegreeOfPrecision()
Gets the GPS DOP (data degree of precision).
|
Rational |
GpsInfo.getDestBearing()
Gets the GPS bearing to the destination point.
|
Rational |
GpsInfo.getDestDistance()
Gets the GPS distance to the destination point.
|
Rational[] |
GpsInfo.getDestLatitude()
Gets or sets the GPS latitude of the destination point.
|
Rational[] |
GpsInfo.getDestLongitude()
Gets the GPS longitude of the destination point.
|
Rational |
GpsInfo.getImgDirection()
Gets the GPS direction of the image when it was captured.
|
Rational[] |
GpsInfo.getLatitude()
Gets the GPS latitude.
|
Rational[] |
GpsLocation.getLatitude()
Gets the latitude.
|
Rational[] |
GpsInfo.getLongitude()
Gets the GPS longitude.
|
Rational[] |
GpsLocation.getLongitute()
Gets the longitude.
|
Rational |
GpsInfo.getSpeed()
Gets the speed of GPS receiver movement.
|
Rational[] |
GpsInfo.getTimestamp()
Gets the GPS time as UTC (Coordinated Universal Time).
|
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)
Sets the GPS altitude.
|
void |
GpsInfo.setDataDegreeOfPrecision(Rational value)
Sets the GPS DOP (data degree of precision).
|
void |
GpsInfo.setDestBearing(Rational value)
Sets the GPS bearing to the destination point.
|
void |
GpsInfo.setDestDistance(Rational value)
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)
Sets the GPS longitude of the destination point.
|
void |
GpsInfo.setImgDirection(Rational value)
Sets the GPS direction of the image when it was captured.
|
void |
GpsInfo.setLatitude(Rational[] value)
Sets the GPS latitude.
|
void |
GpsLocation.setLatitude(Rational[] value)
Sets the latitude.
|
void |
GpsInfo.setLongitude(Rational[] value)
Sets the GPS longitude.
|
void |
GpsLocation.setLongitute(Rational[] value)
Sets the longitude.
|
void |
GpsInfo.setSpeed(Rational value)
Sets the speed of GPS receiver movement.
|
void |
GpsInfo.setTimestamp(Rational[] value)
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 © 2019. All rights reserved.