|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.imageio.spi.IIOServiceProvider
javax.imageio.spi.ImageReaderWriterSpi
javax.imageio.spi.ImageReaderSpi
org.geotools.image.io.StreamImageReader.Spi
org.geotools.image.io.netcdf.NetcdfImageReader.Spi
public static class NetcdfImageReader.Spi
The service provider for NetcdfImageReader
.
Field Summary |
---|
Fields inherited from class javax.imageio.spi.ImageReaderSpi |
---|
inputTypes, STANDARD_INPUT_TYPE, writerSpiNames |
Fields inherited from class javax.imageio.spi.ImageReaderWriterSpi |
---|
extraImageMetadataFormatClassNames, extraImageMetadataFormatNames, extraStreamMetadataFormatClassNames, extraStreamMetadataFormatNames, MIMETypes, names, nativeImageMetadataFormatClassName, nativeImageMetadataFormatName, nativeStreamMetadataFormatClassName, nativeStreamMetadataFormatName, pluginClassName, suffixes, supportsStandardImageMetadataFormat, supportsStandardStreamMetadataFormat |
Fields inherited from class javax.imageio.spi.IIOServiceProvider |
---|
vendorName, version |
Constructor Summary | |
---|---|
NetcdfImageReader.Spi()
Constructs a default NetcdfImageReader.Spi . |
Method Summary | |
---|---|
boolean |
canDecodeInput(java.lang.Object source)
Checks if the specified input seems to be a readeable NetCDF file. |
javax.imageio.ImageReader |
createReaderInstance(java.lang.Object extension)
Constructs a NetCDF image reader. |
java.lang.String |
getDescription(java.util.Locale locale)
Returns a description for this provider. |
Methods inherited from class javax.imageio.spi.ImageReaderSpi |
---|
createReaderInstance, getImageWriterSpiNames, getInputTypes, isOwnReader |
Methods inherited from class javax.imageio.spi.ImageReaderWriterSpi |
---|
getExtraImageMetadataFormatNames, getExtraStreamMetadataFormatNames, getFileSuffixes, getFormatNames, getImageMetadataFormat, getMIMETypes, getNativeImageMetadataFormatName, getNativeStreamMetadataFormatName, getPluginClassName, getStreamMetadataFormat, isStandardImageMetadataFormatSupported, isStandardStreamMetadataFormatSupported |
Methods inherited from class javax.imageio.spi.IIOServiceProvider |
---|
getVendorName, getVersion, onDeregistration, onRegistration |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NetcdfImageReader.Spi()
NetcdfImageReader.Spi
. This constructor
provides the following defaults in addition to the defaults defined
in the super-class constructor:
ImageReaderWriterSpi.names
= "NetCDF"
ImageReaderWriterSpi.MIMETypes
= "image/x-netcdf"
ImageReaderWriterSpi.pluginClassName
= "org.geotools.image.io.netcdf.NetcdfImageReader"
IIOServiceProvider.vendorName
= "Geotools"
ImageReaderWriterSpi.suffixes
= {"nc"
, "NC"
}
Method Detail |
---|
public java.lang.String getDescription(java.util.Locale locale)
getDescription
in class javax.imageio.spi.IIOServiceProvider
public boolean canDecodeInput(java.lang.Object source) throws java.io.IOException
false
.
canDecodeInput
in class javax.imageio.spi.ImageReaderSpi
java.io.IOException
- If an error occured while reading the NetCDF file.public javax.imageio.ImageReader createReaderInstance(java.lang.Object extension) throws java.io.IOException
createReaderInstance
in class javax.imageio.spi.ImageReaderSpi
java.io.IOException
- If an error occured while reading the NetCDF file.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |