public static class CatalogQueryAgent.Entry
extends java.lang.Object
implements java.lang.Comparable
Entry
class holds information about one
catalog entry. The field values should be assigned by the
subclass as completely as possible. If some field does not
apply to the specific subclass, the field may be assigned a
null value. Fields marked with (**) are highly recommended
to have real values.Modifier and Type | Field and Description |
---|---|
int |
coverage
The region coverage value.
|
java.lang.String |
dataSource
The data source, such as satellite/sensor or model.
|
java.lang.String |
dataUrl
The data access URL, such as for a data acceess protocol.
|
java.lang.String |
downloadUrl
The data download URL for the full file data.
|
java.util.Date |
endDate
The data ending date.
|
java.lang.String |
previewUrl
The data preview URL, such as a simple PNG or JPEG image.
|
java.lang.String |
sceneTime
The scene time as day or night.
|
java.util.Date |
startDate
The data starting date.
|
Constructor and Description |
---|
Entry() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(java.lang.Object o)
Compares this entry to another by start date.
|
java.lang.String |
toString()
Converts this entry to a string.
|
public java.util.Date startDate
public java.util.Date endDate
public java.lang.String dataSource
public int coverage
public java.lang.String sceneTime
public java.lang.String downloadUrl
public java.lang.String dataUrl
public java.lang.String previewUrl