Package org.geotools.imageio.netcdf
Class NetCDFImageReaderSpi
- Object
-
- IIOServiceProvider
-
- ImageReaderWriterSpi
-
- ImageReaderSpi
-
- 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
-
-
-
-
Field Detail
-
STANDARD_INPUT_TYPES
public static final Class<?>[] STANDARD_INPUT_TYPES
-
VENDOR_NAME
public static final String VENDOR_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
createReaderInstance
public ImageReader createReaderInstance(Object extension) throws IOException
- Specified by:
createReaderInstance
in classImageReaderSpi
- Throws:
IOException
- See Also:
ImageReaderSpi.createReaderInstance(java.lang.Object)
-
getDescription
public String getDescription(Locale locale)
- Specified by:
getDescription
in classIIOServiceProvider
- See Also:
IIOServiceProvider.getDescription(java.util.Locale)
-
canDecodeInput
public boolean canDecodeInput(Object source) throws IOException
- Specified by:
canDecodeInput
in classImageReaderSpi
- Throws:
IOException
-
-