Class GribCollectionMutable

    • Field Detail

      • name

        protected final String name
      • config

        protected final thredds.featurecollection.FeatureCollectionConfig config
      • isGrib1

        protected final boolean isGrib1
      • directory

        protected File directory
      • orgDirectory

        protected String orgDirectory
      • version

        public int version
      • center

        public int center
      • subcenter

        public int subcenter
      • master

        public int master
      • local

        public int local
      • genProcessType

        public int genProcessType
      • genProcessId

        public int genProcessId
      • backProcessId

        public int backProcessId
      • params

        public List<ucar.unidata.util.Parameter> params
      • fileMap

        protected Map<Integer,​thredds.inventory.MFile> fileMap
      • indexVersion

        protected int indexVersion
      • dateRange

        protected ucar.nc2.time.CalendarDateRange dateRange
      • indexRaf

        protected ucar.unidata.io.RandomAccessFile indexRaf
      • indexFilename

        protected String indexFilename
      • lastModified

        protected long lastModified
      • fileSize

        protected long fileSize
    • Constructor Detail

      • GribCollectionMutable

        protected GribCollectionMutable​(String name,
                                        File directory,
                                        thredds.featurecollection.FeatureCollectionConfig config,
                                        boolean isGrib1)