Class NetCDFImageReaderSpi

  • All Implemented Interfaces:
    RegisterableService

    public class NetCDFImageReaderSpi
    extends ImageReaderSpi
    Service provider interface for the NetCDF Image
    Author:
    Alessio Fabiani, GeoSolutions
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Class<?>[] STANDARD_INPUT_TYPES  
      static String VENDOR_NAME  
      • Fields inherited from class ImageReaderSpi

        inputTypes, STANDARD_INPUT_TYPE, writerSpiNames
      • Fields inherited from class ImageReaderWriterSpi

        names, pluginClassName
      • Fields inherited from class IIOServiceProvider

        vendorName
    • Constructor Summary

      Constructors 
      Constructor Description
      NetCDFImageReaderSpi()
      Default Constructor *
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean canDecodeInput​(Object source)  
      ImageReader createReaderInstance​(Object extension)  
      String getDescription​(Locale locale)  
      • Methods inherited from class ImageReaderSpi

        createReaderInstance, getImageWriterSpiNames, getInputTypes, isOwnReader
      • Methods inherited from class ImageReaderWriterSpi

        getExtraImageMetadataFormatNames, getExtraStreamMetadataFormatNames, getFileSuffixes, getFormatNames, getImageMetadataFormat, getMIMETypes, getNativeImageMetadataFormatName, getNativeStreamMetadataFormatName, getPluginClassName, getStreamMetadataFormat, isStandardImageMetadataFormatSupported, isStandardStreamMetadataFormatSupported
      • Methods inherited from class IIOServiceProvider

        getVendorName, getVersion, onDeregistration, onRegistration
      • Methods inherited from class Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • STANDARD_INPUT_TYPES

        public static final Class<?>[] STANDARD_INPUT_TYPES
    • Constructor Detail

      • NetCDFImageReaderSpi

        public NetCDFImageReaderSpi()
        Default Constructor *
    • Method Detail

      • createReaderInstance

        public ImageReader createReaderInstance​(Object extension)
                                         throws IOException
        Specified by:
        createReaderInstance in class ImageReaderSpi
        Throws:
        IOException
        See Also:
        ImageReaderSpi.createReaderInstance(java.lang.Object)
      • getDescription

        public String getDescription​(Locale locale)
        Specified by:
        getDescription in class IIOServiceProvider
        See Also:
        IIOServiceProvider.getDescription(java.util.Locale)
      • canDecodeInput

        public boolean canDecodeInput​(Object source)
                               throws IOException
        Specified by:
        canDecodeInput in class ImageReaderSpi
        Throws:
        IOException