Package ucar.nc2.ft.point
Class CollectionInfo
- java.lang.Object
-
- ucar.nc2.ft.point.CollectionInfo
-
public class CollectionInfo extends Object
Value class to hold bounds info for a collection- Since:
- 9/25/2015.
-
-
Constructor Summary
Constructors Constructor Description CollectionInfo()
CollectionInfo(LatLonRect bbox, CalendarDateRange dateRange, int nfeatures, int nobs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
extend(CollectionInfo info)
CalendarDateRange
getCalendarDateRange(CalendarDateUnit timeUnit)
boolean
isComplete()
void
setCalendarDateRange(CalendarDateRange dateRange)
void
setComplete()
String
toString()
-
-
-
Field Detail
-
bbox
public LatLonRect bbox
-
minTime
public double minTime
-
maxTime
public double maxTime
-
nobs
public int nobs
-
nfeatures
public int nfeatures
-
-
Constructor Detail
-
CollectionInfo
public CollectionInfo()
-
CollectionInfo
public CollectionInfo(LatLonRect bbox, CalendarDateRange dateRange, int nfeatures, int nobs)
-
-
Method Detail
-
extend
public void extend(CollectionInfo info)
-
getCalendarDateRange
public CalendarDateRange getCalendarDateRange(CalendarDateUnit timeUnit)
-
setCalendarDateRange
public void setCalendarDateRange(CalendarDateRange dateRange)
-
isComplete
public boolean isComplete()
-
setComplete
public void setComplete()
-
-