org.geotools.gce.grassraster.spi
Class GrassBinaryImageWriterSpi

Object
  extended by IIOServiceProvider
      extended by ImageReaderWriterSpi
          extended by ImageWriterSpi
              extended by GrassBinaryImageWriterSpi
All Implemented Interfaces:
RegisterableService

public class GrassBinaryImageWriterSpi
extends ImageWriterSpi

The Service Provider Interface for GRASS binary rasters.

Since:
3.0
Author:
Andrea Antonello (www.hydrologis.com)
See Also:
GrassBinaryImageWriter, GrassBinaryImageReader, GrassBinaryImageWriterSpi

Field Summary
 
Fields inherited from class ImageWriterSpi
readerSpiNames, STANDARD_OUTPUT_TYPE
 
Fields inherited from class ImageReaderWriterSpi
names, pluginClassName
 
Constructor Summary
GrassBinaryImageWriterSpi()
          default constructor for the service provider interface.
 
Method Summary
 boolean canEncodeImage(ImageTypeSpecifier its)
           
 ImageWriter createWriterInstance(Object extension)
           
 String getDescription(Locale locale)
           
 
Methods inherited from class ImageWriterSpi
canEncodeImage, createWriterInstance, getImageReaderSpiNames, getOutputTypes, isFormatLossless, isOwnWriter
 
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
 

Constructor Detail

GrassBinaryImageWriterSpi

public GrassBinaryImageWriterSpi()
default constructor for the service provider interface.

Method Detail

canEncodeImage

public boolean canEncodeImage(ImageTypeSpecifier its)
Specified by:
canEncodeImage in class ImageWriterSpi

createWriterInstance

public ImageWriter createWriterInstance(Object extension)
                                 throws IOException
Specified by:
createWriterInstance in class ImageWriterSpi
Throws:
IOException

getDescription

public String getDescription(Locale locale)
Specified by:
getDescription in class IIOServiceProvider


Copyright © 1996-2014 Geotools. All Rights Reserved.