|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.data.imagery.ImageDataset
public class ImageDataset
Class to hold information about a list of image datasets
| Constructor Summary | |
|---|---|
ImageDataset()
Empty constructor for XML encoding |
|
ImageDataset(String name,
List imageDescriptors)
Construct a new ImageDatset with the specified name and a list of image descriptors. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Check to see if this ImageDataset is equal to the object in question. |
String |
getDatasetName()
Get the name of this dataset. |
List |
getImageDescriptors()
Get the descriptors (locations) of the images in this dataset. |
int |
getNumImages()
Get the number of images in the dataset. |
int |
hashCode()
Get the hashcode for this object |
void |
setDatasetName(String name)
Set the name of this dataset. |
void |
setImageDescriptors(List d)
Set the descriptors (locations) of the images in this dataset. |
String |
toString()
Return a String representation of this object. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ImageDataset()
public ImageDataset(String name,
List imageDescriptors)
name - what is your name?imageDescriptors - a List of decriptors to locate
the images. These could be filenames,
URLS (ADDE or otherwise)| Method Detail |
|---|
public String getDatasetName()
public void setDatasetName(String name)
name - name for this datasetpublic List getImageDescriptors()
public void setImageDescriptors(List d)
d - the list of descriptorspublic int getNumImages()
public String toString()
toString in class Objectpublic boolean equals(Object o)
equals in class Objecto - object in question
public int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||