Package noaa.coastwatch.net
Class CatalogQueryAgent.Entry
java.lang.Object
noaa.coastwatch.net.CatalogQueryAgent.Entry
- All Implemented Interfaces:
Comparable
- Enclosing class:
- CatalogQueryAgent
The
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.-
Field Summary
Modifier and TypeFieldDescriptionint
The region coverage value.The data source, such as satellite/sensor or model.The data access URL, such as for a data acceess protocol.The data download URL for the full file data.The data ending date.The data preview URL, such as a simple PNG or JPEG image.The scene time as day or night.The data starting date. -
Constructor Summary
-
Method Summary
-
Field Details
-
startDate
The data starting date. (**) -
endDate
The data ending date. (**) -
dataSource
The data source, such as satellite/sensor or model. (**) -
coverage
public int coverageThe region coverage value. (**) -
sceneTime
The scene time as day or night. -
downloadUrl
The data download URL for the full file data. (**) -
dataUrl
The data access URL, such as for a data acceess protocol. -
previewUrl
The data preview URL, such as a simple PNG or JPEG image. (**)
-
-
Constructor Details
-
Entry
public Entry()
-
-
Method Details
-
toString
Converts this entry to a string. -
compareTo
Compares this entry to another by start date.- Specified by:
compareTo
in interfaceComparable
-