Package | Description |
---|---|
com.groupdocs.metadata.core |
Modifier and Type | Method and Description |
---|---|
TiffRational |
ExifGpsPackage.getAltitude()
Gets the altitude based on the reference in
AltitudeRef . |
TiffRational |
ExifGpsPackage.getDataDegreeOfPrecision()
Gets the GPS DOP (data degree of precision).
|
TiffRational |
ExifGpsPackage.getDestBearing()
Gets the GPS bearing to the destination point.
|
TiffRational |
ExifGpsPackage.getDestDistance()
Gets the GPS distance to the destination point.
|
TiffRational[] |
ExifGpsPackage.getDestLatitude()
Gets the GPS latitude of the destination point.
|
TiffRational[] |
ExifGpsPackage.getDestLongitude()
Gets the GPS longitude of the destination point.
|
TiffRational |
ExifGpsPackage.getGpsTrack()
Gets the direction of GPS receiver movement.
|
TiffRational |
ExifGpsPackage.getImgDirection()
Gets the GPS direction of the image when it was captured.
|
TiffRational[] |
ExifGpsPackage.getLatitude()
Gets the GPS latitude.
|
TiffRational[] |
ExifGpsPackage.getLongitude()
Gets the GPS longitude.
|
TiffRational |
ExifGpsPackage.getSpeed()
Gets the speed of GPS receiver movement.
|
TiffRational[] |
ExifGpsPackage.getTimeStamp()
Gets the time as UTC (Coordinated Universal Time).
|
Modifier and Type | Method and Description |
---|---|
boolean |
TiffRational.equals(TiffRational other)
Indicates whether the current object is equal to another object of the same type.
|
static boolean |
TiffRational.equals(TiffRational rational,
TiffRational other)
Compares a pair of
TiffRational numbers. |
static boolean |
TiffRational.op_Equality(TiffRational left,
TiffRational right)
Indicates whether two objects of the same type are equal.
|
static boolean |
TiffRational.op_Inequality(TiffRational left,
TiffRational right)
Indicates whether two objects of the same type are not equal.
|
void |
ExifGpsPackage.setAltitude(TiffRational value)
Sets the altitude based on the reference in
AltitudeRef . |
void |
ExifGpsPackage.setDataDegreeOfPrecision(TiffRational value)
Sets the GPS DOP (data degree of precision).
|
void |
ExifGpsPackage.setDestBearing(TiffRational value)
Sets the GPS bearing to the destination point.
|
void |
ExifGpsPackage.setDestDistance(TiffRational value)
Sets the GPS distance to the destination point.
|
void |
ExifGpsPackage.setDestLatitude(TiffRational[] value)
Sets the GPS latitude of the destination point.
|
void |
ExifGpsPackage.setDestLongitude(TiffRational[] value)
Sets the GPS longitude of the destination point.
|
void |
ExifGpsPackage.setGpsTrack(TiffRational value)
Sets the direction of GPS receiver movement.
|
void |
ExifGpsPackage.setImgDirection(TiffRational value)
Sets the GPS direction of the image when it was captured.
|
void |
ExifGpsPackage.setLatitude(TiffRational[] value)
Sets the GPS latitude.
|
void |
ExifGpsPackage.setLongitude(TiffRational[] value)
Sets the GPS longitude.
|
void |
ExifGpsPackage.setSpeed(TiffRational value)
Sets the speed of GPS receiver movement.
|
void |
ExifGpsPackage.setTimeStamp(TiffRational[] value)
Sets the time as UTC (Coordinated Universal Time).
|
Constructor and Description |
---|
TiffRationalTag(int tagID,
TiffRational[] value)
Initializes a new instance of the
TiffRationalTag class. |