public class CollectionInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
LatLonRect |
bbox |
double |
maxTime |
double |
minTime |
int |
nfeatures |
int |
nobs |
Constructor and Description |
---|
CollectionInfo() |
CollectionInfo(LatLonRect bbox,
CalendarDateRange dateRange,
int nfeatures,
int nobs) |
Modifier and Type | Method and Description |
---|---|
void |
extend(CollectionInfo info) |
CalendarDateRange |
getCalendarDateRange(CalendarDateUnit timeUnit) |
boolean |
isComplete() |
void |
setCalendarDateRange(CalendarDateRange dateRange) |
void |
setComplete() |
java.lang.String |
toString() |
public LatLonRect bbox
public double minTime
public double maxTime
public int nobs
public int nfeatures
public CollectionInfo()
public CollectionInfo(LatLonRect bbox, CalendarDateRange dateRange, int nfeatures, int nobs)
public void extend(CollectionInfo info)
public CalendarDateRange getCalendarDateRange(CalendarDateUnit timeUnit)
public void setCalendarDateRange(CalendarDateRange dateRange)
public boolean isComplete()
public void setComplete()
public java.lang.String toString()
toString
in class java.lang.Object