public class LocationInformationBox extends AbstractFullBox
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TYPE |
content, type| Constructor and Description |
|---|
LocationInformationBox() |
| Modifier and Type | Method and Description |
|---|---|
void |
_parseDetails(java.nio.ByteBuffer content)
Parse the box's fields and child boxes if any.
|
java.lang.String |
getAdditionalNotes() |
double |
getAltitude() |
java.lang.String |
getAstronomicalBody() |
protected void |
getContent(java.nio.ByteBuffer byteBuffer)
Write the box's content into the given
ByteBuffer. |
protected long |
getContentSize()
Get the box's content size without its header.
|
java.lang.String |
getLanguage() |
double |
getLatitude() |
double |
getLongitude() |
java.lang.String |
getName() |
int |
getRole() |
void |
setAdditionalNotes(java.lang.String additionalNotes) |
void |
setAltitude(double altitude) |
void |
setAstronomicalBody(java.lang.String astronomicalBody) |
void |
setLanguage(java.lang.String language) |
void |
setLatitude(double latitude) |
void |
setLongitude(double longitude) |
void |
setName(java.lang.String name) |
void |
setRole(int role) |
getFlags, getVersion, parseVersionAndFlags, setFlags, setVersion, writeVersionAndFlagsgetBox, getSize, getType, getUserType, isParsed, parse, parseDetailsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitparsepublic static final java.lang.String TYPE
public java.lang.String getLanguage()
public void setLanguage(java.lang.String language)
public java.lang.String getName()
public void setName(java.lang.String name)
public int getRole()
public void setRole(int role)
public double getLongitude()
public void setLongitude(double longitude)
public double getLatitude()
public void setLatitude(double latitude)
public double getAltitude()
public void setAltitude(double altitude)
public java.lang.String getAstronomicalBody()
public void setAstronomicalBody(java.lang.String astronomicalBody)
public java.lang.String getAdditionalNotes()
public void setAdditionalNotes(java.lang.String additionalNotes)
protected long getContentSize()
AbstractBoxgetContent(ByteBuffer) writes.getContentSize in class AbstractBoxAbstractBox.getContent(java.nio.ByteBuffer)public void _parseDetails(java.nio.ByteBuffer content)
AbstractBox_parseDetails in class AbstractBoxcontent - the box's raw content beginning after the 4-cc field.protected void getContent(java.nio.ByteBuffer byteBuffer)
AbstractBoxByteBuffer. This must include flags
and version in case of a full box. byteBuffer has been initialized with
getSize() bytes.getContent in class AbstractBoxbyteBuffer - the sink for the box's contentCopyright © 2020. All rights reserved.