Home | History | Annotate | Download | only in exif

Lines Matching refs:convertLatOrLongToDouble

1909     public static double convertLatOrLongToDouble(Rational[] coordinate, String reference) {
1930 * @see #convertLatOrLongToDouble
1942 latLon[0] = convertLatOrLongToDouble(latitude, latitudeRef);
1943 latLon[1] = convertLatOrLongToDouble(longitude, longitudeRef);