Package | Description |
---|---|
com.drew.lang |
Contains classes of generic utility.
|
com.drew.metadata |
Provides classes for generic modelling of metadata directories and tags.
|
Modifier and Type | Method and Description |
---|---|
Rational |
Rational.getReciprocal()
Returns the reciprocal value of this object as a new Rational.
|
Rational |
Rational.getSimplifiedInstance()
Simplifies the Rational number.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.Double |
GeoLocation.degreesMinutesSecondsToDecimal(Rational degs,
Rational mins,
Rational secs,
boolean isNegative)
Converts DMS (degrees-minutes-seconds) rational values, as given in
GpsDirectory ,
into a single value in degrees, as a double. |
Modifier and Type | Method and Description |
---|---|
Rational |
Directory.getRational(int tagType)
Returns the specified tag's value as a Rational.
|
Rational[] |
Directory.getRationalArray(int tagType)
Returns the specified tag's value as an array of Rational.
|
Modifier and Type | Method and Description |
---|---|
void |
Directory.setRational(int tagType,
Rational rational)
Sets a
Rational value for the specified tag. |
void |
Directory.setRationalArray(int tagType,
Rational[] rationals)
Sets a
Rational[] (array) for the specified tag. |
Copyright © 2002-2013 Drew Noakes. All Rights Reserved.