Home | History | Annotate | Download | only in exif

Lines Matching defs:longitude

1898      * Gets the double representation of the GPS latitude or longitude
1925 * Gets the GPS latitude and longitude as a pair of doubles from this
1928 * @return an array of 2 doubles containing the latitude, and longitude
1935 Rational[] longitude = getTagRationalValues(TAG_GPS_LONGITUDE);
1937 if (latitude == null || longitude == null || latitudeRef == null || longitudeRef == null
1938 || latitude.length < 3 || longitude.length < 3) {
1943 latLon[1] = convertLatOrLongToDouble(longitude, longitudeRef);
1980 * Creates and sets all to the GPS tags for a give latitude and longitude.
1983 * @param longitude a GPS longitude coordinate.
1986 public boolean addGpsTags(double latitude, double longitude) {
1988 ExifTag longTag = buildTag(TAG_GPS_LONGITUDE, toExifLatLong(longitude));
1993 longitude >= 0 ? ExifInterface.GpsLongitudeRef.EAST