|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.idv.ui.ImageWrapper
public class ImageWrapper
Class ImageWrapper Holds information about captured images
| Constructor Summary | |
|---|---|
ImageWrapper(String path)
ctor |
|
ImageWrapper(String path,
DateTime dttm)
ctor |
|
ImageWrapper(String path,
DateTime dttm,
GeoLocationInfo bounds)
ctor |
|
ImageWrapper(String path,
DateTime dttm,
GeoLocationInfo bounds,
double[] position)
ctor |
|
| Method Summary | |
|---|---|
void |
deleteFile()
delete the image file |
GeoLocationInfo |
getBounds()
Get the Bounds property. |
DateTime |
getDttm()
Get the Dttm property. |
String |
getPath()
Get the Path property. |
double[] |
getPosition()
Get the Position property. |
Hashtable |
getProperties()
Get the Properties property. |
Object |
getProperty(Object key)
_more_ |
static List<String> |
makeFileList(List<ImageWrapper> wrappers)
utility to return a list of the image paths in the given list of ImageWrappers |
static List<ImageWrapper> |
makeImageWrappers(List source)
utility to create a list of ImageWrapper from a list of file names |
void |
setBounds(GeoLocationInfo value)
Set the Bounds property. |
void |
setDttm(DateTime value)
Set the Dttm property. |
void |
setPath(String value)
Set the Path property. |
void |
setPosition(double[] value)
Set the Position property. |
void |
setProperties(Hashtable value)
Set the Properties property. |
String |
toString()
to string |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ImageWrapper(String path)
path - the image path
public ImageWrapper(String path,
DateTime dttm)
path - image file pathdttm - date
public ImageWrapper(String path,
DateTime dttm,
GeoLocationInfo bounds)
path - image pathdttm - date timebounds - bounds
public ImageWrapper(String path,
DateTime dttm,
GeoLocationInfo bounds,
double[] position)
path - image pathdttm - date/timebounds - boundsposition - viewpoint position| Method Detail |
|---|
public static List<String> makeFileList(List<ImageWrapper> wrappers)
wrappers - image wrappers
public static List<ImageWrapper> makeImageWrappers(List source)
source - list of file names
public String toString()
toString in class Objectpublic void deleteFile()
public void setPath(String value)
value - The new value for Pathpublic String getPath()
public void setDttm(DateTime value)
value - The new value for Dttmpublic DateTime getDttm()
public void setBounds(GeoLocationInfo value)
value - The new value for Boundspublic GeoLocationInfo getBounds()
public void setPosition(double[] value)
value - The new value for Positionpublic double[] getPosition()
public void setProperties(Hashtable value)
value - The new value for Propertiespublic Hashtable getProperties()
public Object getProperty(Object key)
key - _more_
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||