-
public final class GeocachingImage extends Storable
Geocaching image class.
-
-
Constructor Summary
Constructors Constructor Description GeocachingImage()
-
Method Summary
Modifier and Type Method Description final StringgetName()Name of current image. final UnitsetName(String name)Name of current image. final StringgetDescription()Defined description for image final UnitsetDescription(String description)Defined description for image final StringgetThumbUrl()URL to thumbnail of image. final UnitsetThumbUrl(String thumbUrl)URL to thumbnail of image. final StringgetUrl()URL to full image. final UnitsetUrl(String url)URL to full image. final StorablegetCopy()final ByteArraygetAsBytes()-
-
Method Detail
-
getDescription
final String getDescription()
Defined description for image
-
setDescription
final Unit setDescription(String description)
Defined description for image
-
getThumbUrl
final String getThumbUrl()
URL to thumbnail of image. Usable for a quick overview.
-
setThumbUrl
final Unit setThumbUrl(String thumbUrl)
URL to thumbnail of image. Usable for a quick overview.
-
getUrl
final String getUrl()
URL to full image. Usually is better to still use URL to some optimized (mobile) image, then to full version.
-
setUrl
final Unit setUrl(String url)
URL to full image. Usually is better to still use URL to some optimized (mobile) image, then to full version.
-
getAsBytes
final ByteArray getAsBytes()
-
-
-
-