Modifier and Type | Method | Description |
---|---|---|
double |
getAltitude() |
The GPS altitude in meters.
|
Date |
getDate() |
The date of the media item.
|
String |
getDescription() |
A description of the media item.
|
String |
getFilename() |
The name of the file on disk.
|
int |
getHeight() |
The height of the media item in pixels.
|
String |
getId() |
The unique ID of the media item.
|
String[] |
getKeywords() |
A list of keywords to associate with a media item.
|
double[] |
getLocation() |
The GPS latitude and longitude, in an ordered list of 2 numbers or missing values.
|
String |
getName() |
The name (title) of the media item.
|
Map<String,Object> |
getProperties() |
Returns all properties for an instance of this class.
|
int |
getSize() |
The selected media item file size.
|
int |
getWidth() |
The width of the media item in pixels.
|
boolean |
isFavorite() |
Whether the media item has been favorited.
|
void |
setDate(Date date) |
The date of the media item.
|
void |
setDescription(String description) |
A description of the media item.
|
void |
setFavorite(boolean favorite) |
Whether the media item has been favorited.
|
void |
setKeywords(String[] keywords) |
A list of keywords to associate with a media item.
|
void |
setLocation(double[] location) |
The GPS latitude and longitude, in an ordered list of 2 numbers or missing values.
|
void |
setName(String name) |
The name (title) of the media item.
|
void |
setSize(int size) |
The selected media item file size.
|
cast, getApplicationReference, getObjectReference, getTypeClass, isInstanceOf
static final TypeClass CLASS
@Code("IPkw") @Kind("property") @Name("keywords") @Type("text") String[] getKeywords()
@Code("IPkw") @Kind("property") @Name("keywords") @Type("text") void setKeywords(String[] keywords)
keywords
- new property value@Code("pnam") @Kind("property") @Name("name") @Type("text") String getName()
@Code("pnam") @Kind("property") @Name("name") @Type("text") void setName(String name)
name
- new property value@Code("IPde") @Kind("property") @Name("description") @Type("text") String getDescription()
@Code("IPde") @Kind("property") @Name("description") @Type("text") void setDescription(String description)
description
- new property value@Code("IPfv") @Kind("property") @Name("favorite") @Type("boolean") boolean isFavorite()
@Code("IPfv") @Kind("property") @Name("favorite") @Type("boolean") void setFavorite(boolean favorite)
favorite
- new property value@Code("idat") @Kind("property") @Name("date") @Type("date") Date getDate()
@Code("idat") @Kind("property") @Name("date") @Type("date") void setDate(Date date)
date
- new property value@Code("ID ") @Kind("property") @Name("id") @Type("text") String getId()
@Code("phit") @Kind("property") @Name("height") @Type("integer") int getHeight()
@Code("pwid") @Kind("property") @Name("width") @Type("integer") int getWidth()
@Code("filn") @Kind("property") @Name("filename") @Type("text") String getFilename()
@Code("alti") @Kind("property") @Name("altitude") @Type("real") double getAltitude()
@Code("fsiz") @Kind("property") @Name("size") @Type("integer") int getSize()
@Code("fsiz") @Kind("property") @Name("size") @Type("integer") void setSize(int size)
size
- new property value@Code("IPlo") @Kind("property") @Name("location") @Type("real") double[] getLocation()
@Code("IPlo") @Kind("property") @Name("location") @Type("real") void setLocation(double[] location)
location
- new property value