it.geosolutions.imageio.plugins.ecw
Class ECWImageReader

Object
  extended by ImageReader
      extended by GDALImageReader
          extended by ECWImageReader

public class ECWImageReader
extends GDALImageReader

ECWImageReader is a GDALImageReader able to create RenderedImage from ECW files and ECWP protocol.

Author:
Simone Giannecchini, GeoSolutions., Daniele Romagnoli, GeoSolutions.

Field Summary
 
Fields inherited from class ImageReader
availableLocales, ignoreMetadata, input, locale, minIndex, originatingProvider, progressListeners, seekForwardOnly, updateListeners, warningListeners, warningLocales
 
Constructor Summary
ECWImageReader(ECWImageReaderSpi originatingProvider)
           
 
Method Summary
 void setInput(Object input, boolean seekForwardOnly, boolean ignoreMetadata)
          Sets the input for the specialized reader.
 
Methods inherited from class GDALImageReader
checkImageIndex, createDatasetMetadata, createDatasetMetadata, dispose, getDatasetMetadata, getDatasetSource, getGCPCount, getGCPProjection, getGCPs, getGeoTransform, getHeight, getImageMetadata, getImageTypes, getMaximum, getMinimum, getNoDataValue, getNumImages, getOffset, getProjection, getScale, getStreamMetadata, getTileHeight, getTileWidth, getWidth, read, read, readRaster, reset
 
Methods inherited from class ImageReader
abort, abortRequested, addIIOReadProgressListener, addIIOReadUpdateListener, addIIOReadWarningListener, canReadRaster, checkReadParamBandSettings, clearAbortRequest, computeRegions, getAspectRatio, getAvailableLocales, getDefaultReadParam, getDestination, getFormatName, getImageMetadata, getInput, getLocale, getMinIndex, getNumThumbnails, getOriginatingProvider, getRawImageType, getSourceRegion, getStreamMetadata, getThumbnailHeight, getThumbnailWidth, getTileGridXOffset, getTileGridYOffset, hasThumbnails, isIgnoringMetadata, isImageTiled, isRandomAccessEasy, isSeekForwardOnly, processImageComplete, processImageProgress, processImageStarted, processImageUpdate, processPassComplete, processPassStarted, processReadAborted, processSequenceComplete, processSequenceStarted, processThumbnailComplete, processThumbnailPassComplete, processThumbnailPassStarted, processThumbnailProgress, processThumbnailStarted, processThumbnailUpdate, processWarningOccurred, processWarningOccurred, readAll, readAll, readAsRenderedImage, readerSupportsThumbnails, readThumbnail, readTile, readTileRaster, removeAllIIOReadProgressListeners, removeAllIIOReadUpdateListeners, removeAllIIOReadWarningListeners, removeIIOReadProgressListener, removeIIOReadUpdateListener, removeIIOReadWarningListener, setInput, setInput, setLocale
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ECWImageReader

public ECWImageReader(ECWImageReaderSpi originatingProvider)
Method Detail

setInput

public void setInput(Object input,
                     boolean seekForwardOnly,
                     boolean ignoreMetadata)
Description copied from class: GDALImageReader
Sets the input for the specialized reader.

Overrides:
setInput in class GDALImageReader


Copyright © 2006-2012 GeoSolutions. All Rights Reserved.