Class NetCDFDriver

    • Constructor Detail

      • NetCDFDriver

        public NetCDFDriver()
    • Method Detail

      • isAvailable

        public boolean isAvailable()
        Description copied from interface: Driver
        Test to see if this Driver is available, if it has all the appropriate dependencies (jars or libraries).

        One may ask how this is different than #canConnect(Map), and basically available can be used by finder mechanisms to list available Drivers.

        Specified by:
        isAvailable in interface Driver
        Specified by:
        isAvailable in interface OptionalFactory
        Overrides:
        isAvailable in class DefaultDriver
        Returns:
        true if and only if this factory has all the appropriate dependencies on the classpath to create DataStores.
      • checkNetCDF

        public static boolean checkNetCDF()
      • canConnect

        protected boolean canConnect​(URL url,
                                     Map<String,​Serializable> params)
        Overrides:
        canConnect in class DefaultFileDriver