Maven module :un.storage : media-mpeg4 :
Class :
un.storage.media.mp4.boxes.impl.meta.ThreeGPPLocationBox
Extends/Implements :
un.storage.media.mp4.boxes.impl.meta.ThreeGPPMetadataBox
Subclasses : -
Variables : -
Functions :
ThreeGPPLocationBox,
decode,
getPlaceName,
getRole,
getLongitude,
getLatitude,
getAltitude,
getAstronomicalBody,
getAdditionalNotes
public void
ThreeGPPLocationBox ()
public void
decode (MP4InputStream in)
public String
getPlaceName ()
public int
getRole ()
public double
getLongitude ()
public double
getLatitude ()
public double
getAltitude ()
public String
getAstronomicalBody ()
public String
getAdditionalNotes ()
If the location information refers to a time-variant location, the name
should express a high-level location, such as "Finland" for several places in
Finland or "Finland-Sweden" for several places in Finland and Sweden. Further
details on time-variant locations can be provided as additional notes.
The values of longitude, latitude and altitude provide cursory Global
Positioning System (GPS) information of the media content.
A value of longitude (latitude) that is less than –180 (-90) or greater than
180 (90) indicates that the GPS coordinates (longitude, latitude, altitude)
are unspecified, i.e. none of the given values for longitude, latitude or
altitude are valid.
@author Alexander Simm