Class Jason

  • All Implemented Interfaces:
    TableConfigurer

    public class Jason
    extends TableConfigurerImpl
    Created by IntelliJ IDEA. User: yuanho Date: Mar 17, 2010 Time: 2:24:21 PM To change this template use File | Settings | File Templates.
    • Constructor Detail

      • Jason

        public Jason()
    • Method Detail

      • isMine

        public boolean isMine​(FeatureType wantFeatureType,
                              NetcdfDataset ds)
        Description copied from interface: TableConfigurer
        Determine if this is a dataset that can be opened as a point obs dataset.
        Parameters:
        wantFeatureType - want this FeatureType
        ds - for this dataset
        Returns:
        true if it can be opened as a wantFeatureType dataset
      • getConfig

        public TableConfig getConfig​(FeatureType wantFeatureType,
                                     NetcdfDataset ds,
                                     Formatter errlog)
                              throws IOException
        Description copied from interface: TableConfigurer
        Create a TableConfig for this dataset.
        Parameters:
        wantFeatureType - want this FeatureType
        ds - for this dataset, which has already passed isMine() test
        errlog - put error messages here, may be null.
        Returns:
        TableConfig for this dataset
        Throws:
        IOException - on read error