Class UGridDatasetStandardFactory

  • All Implemented Interfaces:
    ucar.nc2.ft.FeatureDatasetFactory

    public class UGridDatasetStandardFactory
    extends Object
    implements ucar.nc2.ft.FeatureDatasetFactory
    FeatureDatasetFactory for UGrids, using standard coord sys analysis
    • Constructor Detail

      • UGridDatasetStandardFactory

        public UGridDatasetStandardFactory()
    • Method Detail

      • isMine

        public Object isMine​(ucar.nc2.constants.FeatureType wantFeatureType,
                             ucar.nc2.dataset.NetcdfDataset ncd,
                             Formatter errlog)
                      throws IOException
        Specified by:
        isMine in interface ucar.nc2.ft.FeatureDatasetFactory
        Throws:
        IOException
      • open

        public ucar.nc2.ft.FeatureDataset open​(ucar.nc2.constants.FeatureType ftype,
                                               ucar.nc2.dataset.NetcdfDataset ncd,
                                               Object analysis,
                                               ucar.nc2.util.CancelTask task,
                                               Formatter errlog)
                                        throws IOException
        Specified by:
        open in interface ucar.nc2.ft.FeatureDatasetFactory
        Throws:
        IOException
      • getFeatureTypes

        public ucar.nc2.constants.FeatureType[] getFeatureTypes()
        Specified by:
        getFeatureTypes in interface ucar.nc2.ft.FeatureDatasetFactory
      • getFeatureType

        public ucar.nc2.constants.FeatureType[] getFeatureType()