uk.ac.starlink.cdf
Class CdfDomains
java.lang.Object
uk.ac.starlink.cdf.CdfDomains
public class CdfDomains
- extends Object
Utility class for identifying domain mappers for CDF datatypes.
Currently the epoch-like columns are identified as in the Time domain.
- Since:
- 15 Aug 2013
Method Summary |
static DomainMapper |
getMapper(uk.ac.bristol.star.cdf.DataType dtype)
Returns an appropriate DomainMapper for a given CDF data type. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CdfDomains
public CdfDomains()
getMapper
public static DomainMapper getMapper(uk.ac.bristol.star.cdf.DataType dtype)
- Returns an appropriate DomainMapper for a given CDF data type.
- Returns:
- appropriate domain mapper, or null