Uses of Class
com.luciad.util.TLcdCodecException
Packages that use TLcdCodecException
Package
Description
Provides support for decoding BCI files.
Provides support for decoding CADRG files.
Provides decoders for handling GRIB data.
Provides support for decoding and encoding JPEG2000 files and decoding JPIP files.
Provides support for decoding MrSid files.
Provides representations, decoders, and encoders for rasters.
This package provides support for decoding VPF (Vector Product Format) data and displaying VPF data using GeoSym.
-
Uses of TLcdCodecException in com.luciad.format.bci
Methods in com.luciad.format.bci that throw TLcdCodecExceptionModifier and TypeMethodDescriptionprotected ILcdTileInfoTLcdBCITileDecoder.readTileFromStream(InputStream aInputStream, int aImageIndex, int aSubTileWidth, int aSubTileHeight, int aSubTileRowIndex, int aSubTileColumnIndex, ILcdBuffer aBuffer) -
Uses of TLcdCodecException in com.luciad.format.cadrg
Methods in com.luciad.format.cadrg that throw TLcdCodecExceptionModifier and TypeMethodDescriptionTLcdCADRGImageDecoder.readTile(String aFileName, int aImageIndex, int aSubTileWidth, int aSubTileHeight, int aRowIndex, int aColumnIndex, ILcdBuffer aBuffer) TLcdCADRGImageDecoder.readTile(URL aURL, int aImageIndex, int aSubTileWidth, int aSubTileHeight, int aRowIndex, int aColumnIndex, ILcdBuffer aBuffer) protected ILcdTileInfoTLcdCADRGImageDecoder.readTileFromStream(InputStream aInputStream, int aOffset, int aSubTileWidth, int aSubTileHeight, int aRowIndex, int aColumnIndex, ILcdBuffer aBuffer) -
Uses of TLcdCodecException in com.luciad.format.grib
Methods in com.luciad.format.grib that throw TLcdCodecExceptionModifier and TypeMethodDescriptionprotected ILcdTileInfoTLcdGRIBTileDecoder.readTileFromStream(InputStream aInputStream, int aImageIndex, int aSubTileWidth, int aSubTileHeight, int aSubTileRowIndex, int aSubTileColumnIndex, ILcdBuffer aBuffer) Deprecated. -
Uses of TLcdCodecException in com.luciad.format.jpeg2000
Methods in com.luciad.format.jpeg2000 that throw TLcdCodecExceptionModifier and TypeMethodDescriptionTLcdJPEG2000ImageDecoder.readTile(String aFileName, int aImageIndex, int aSubTileWidth, int aSubTileHeight, int aSubTileRowIndex, int aSubTileColumnIndex, ILcdBuffer aBuffer) TLcdJPEG2000ImageDecoder.readTile(URL aURL, int aScaleFactor, int aSubTileWidth, int aSubTileHeight, int aSubTileRowIndex, int aSubTileColumnIndex, ILcdBuffer aBuffer) -
Uses of TLcdCodecException in com.luciad.format.mrsid
Methods in com.luciad.format.mrsid that throw TLcdCodecExceptionModifier and TypeMethodDescriptionTLcdMrSIDImageDecoder.readTile(String aFileName, int aImageIndex, int aSubTileWidth, int aSubTileHeight, int aSubTileRowIndex, int aSubTileColumnIndex, ILcdBuffer aBuffer) TLcdMrSIDImageDecoder.readTile(URL aURL, int aImageIndex, int aSubTileWidth, int aSubTileHeight, int aSubTileRowIndex, int aSubTileColumnIndex, ILcdBuffer aBuffer) -
Uses of TLcdCodecException in com.luciad.format.raster
Methods in com.luciad.format.raster that throw TLcdCodecExceptionModifier and TypeMethodDescriptionALcdTileDecoder.readTile(String aFileName, int aImageIndex, int aSubTileWidth, int aSubTileHeight, int aRowIndex, int aColumnIndex, ILcdBuffer aBuffer) ALcdTileDecoder.readTile(URL aURL, int aImageIndex, int aSubTileWidth, int aSubTileHeight, int aRowIndex, int aColumnIndex, ILcdBuffer aBuffer) ILcdTileDecoder.readTile(String aFileName, int aImageIndex, int aSubTileWidth, int aSubTileHeight, int aSubTileRowIndex, int aSubTileColumnIndex, ILcdBuffer aBuffer) Reads a sub-tile from a file.ILcdTileDecoder.readTile(URL aURL, int aImageIndex, int aSubTileWidth, int aSubTileHeight, int aSubTileRowIndex, int aSubTileColumnIndex, ILcdBuffer aBuffer) Reads a sub-tile from a URL.TLcdGeoTIFFImageDecoder.readTile(String aFileName, int aImageIndex, int aSubTileWidth, int aSubTileHeight, int aRowIndex, int aColumnIndex, ILcdBuffer aBuffer) TLcdGeoTIFFImageDecoder.readTile(URL aURL, int aImageIndex, int aSubTileWidth, int aSubTileHeight, int aRowIndex, int aColumnIndex, ILcdBuffer aBuffer) TLcdImageDecoder.readTile(String aFileName, int aImageIndex, int aSubTileWidth, int aSubTileHeight, int aRowIndex, int aColumnIndex, ILcdBuffer aBuffer) TLcdImageDecoder.readTile(URL aURL, int aImageIndex, int aSubTileWidth, int aSubTileHeight, int aRowIndex, int aColumnIndex, ILcdBuffer aBuffer) TLcdShadedTileDecoder.readTile(String aFileName, int aImageIndex, int aSubTileWidth, int aSubTileHeight, int aSubTileRowIndex, int aSubTileColumnIndex, ILcdBuffer aBuffer) TLcdShadedTileDecoder.readTile(URL aURL, int aImageIndex, int aSubTileWidth, int aSubTileHeight, int aSubTileRowIndex, int aSubTileColumnIndex, ILcdBuffer aBuffer) protected abstract ILcdTileInfoALcdTileDecoder.readTileFromStream(InputStream aInputStream, int aImageIndex, int aSubTileWidth, int aSubTileHeight, int aSubTileRowIndex, int aSubTileColumnIndex, ILcdBuffer aBuffer) Reads a sub-tile from an input stream.protected ILcdTileInfoTLcdBILTileDecoder.readTileFromStream(InputStream aInputStream, int aImageIndex, int aSubTileWidth, int aSubTileHeight, int aRowIndex, int aColumnIndex, ILcdBuffer aBuffer) protected ILcdTileInfoTLcdBMPImageDecoder.readTileFromStream(com.sun.media.jai.codec.SeekableStream aStream, int aImageIndex, int aSubTileWidth, int aSubTileHeight, int aRowIndex, int aColumnIndex, ILcdBuffer aBuffer) Reads a sub-tile from a seekable stream.TLcdBMPImageDecoder.readTileFromStream(InputStream aInputStream, int aImageIndex, int aSubTileWidth, int aSubTileHeight, int aSubTileRowIndex, int aSubTileColumnIndex, ILcdBuffer aBuffer) protected ILcdTileInfoTLcdDEMTileDecoder.readTileFromStream(InputStream aInputStream, int aImageIndex, int aSubTileWidth, int aSubTileHeight, int aSubTileRowIndex, int aSubTileColumnIndex, ILcdBuffer aBuffer) protected ILcdTileInfoTLcdDMEDTileDecoder.readTileFromStream(InputStream aInputStream, int aImageIndex, int aSubTileWidth, int aSubTileHeight, int aSubTileRowIndex, int aSubTileColumnIndex, ILcdBuffer aBuffer) protected ILcdTileInfoTLcdDTEDTileDecoder.readTileFromStream(InputStream aInputStream, int aImageIndex, int aSubTileWidth, int aSubTileHeight, int aSubTileRowIndex, int aSubTileColumnIndex, ILcdBuffer aBuffer) protected ILcdTileInfoTLcdGeoTIFFImageDecoder.readTileFromStream(com.sun.media.jai.codec.SeekableStream aStream, int aImageIndex, int aSubTileWidth, int aSubTileHeight, int aRowIndex, int aColumnIndex, ILcdBuffer aBuffer) protected ILcdTileInfoTLcdGIFImageDecoder.readTileFromStream(InputStream aInputStream, int aImageIndex, int aSubTileWidth, int aSubTileHeight, int aRowIndex, int aColumnIndex, ILcdBuffer aBuffer) protected ILcdTileInfoTLcdPNMImageDecoder.readTileFromStream(InputStream aInputStream, int aImageIndex, int aSubTileWidth, int aSubTileHeight, int aRowIndex, int aColumnIndex, ILcdBuffer aBuffer) protected ILcdTileInfoTLcdPPMImageDecoder.readTileFromStream(InputStream aInputStream, int aImageIndex, int aSubTileWidth, int aSubTileHeight, int aRowIndex, int aColumnIndex, ILcdBuffer aBuffer) Deprecated.protected ILcdTileInfoTLcdTileDecoder.readTileFromStream(InputStream is, int aImageIndex, int aSubTileWidth, int aSubTileHeight, int aRowIndex, int aColumnIndex, ILcdBuffer aBuffer) -
Uses of TLcdCodecException in com.luciad.format.vpf
Methods in com.luciad.format.vpf that throw TLcdCodecExceptionModifier and TypeMethodDescriptionprotected TLcdVPFDatabaseTLcdVPFDatabaseGroup.createDatabase(String aPath) Instantiates a newTLcdVPFDatabase, initialized with the given path.TLcdVPFLayerFactory.createGXYLayer(Properties aProperties) Deprecated.This method instantiatesTLcdVPFDatabase,TLcdVPFLibraryandILcdVPFFeatureHandlerwhich are instantiated by analyzing a givenProperties.TLcdVPFLayerFactory.createGXYLayer(Properties aProperties, ILcdVPFLayerFactoryModel aVPFLayerFactoryModel) Deprecated.voidTLcdVPFLayerFactory.createGXYLayers(Enumeration props) Deprecated.voidTLcdVPFLibrary.decodeCAT()Deprecated.protected voidTLcdVPFDatabase.decodeDHT()Deprecated.theDHTtable is decoded automatically at construction time.voidTLcdVPFLibrary.decodeGRT()Deprecated.theGRTtable is decoded automatically on the first attempt to access it.voidTLcdVPFDatabase.decodeLAT(boolean aInitLibs) Deprecated.the LAT table is decoded automatically on the first attempt to access it.voidTLcdVPFLibrary.decodeLHT()Deprecated.theLHTtable is decoded automatically on the first attempt to access it.Constructors in com.luciad.format.vpf that throw TLcdCodecExceptionModifierConstructorDescriptionTLcdVPFDatabase(String aSourceName) Creates a newTLcdVPFDatabasefor the given source.TLcdVPFDatabase(String aSourceName, ILcdInputStreamFactory aInputStreamFactory) Creates a newTLcdVPFDatabasefor the given source.TLcdVPFDatabase(String aSourceName, ILcdBuffer aBuffer) Deprecated.ILcdBufferobjects are no longer used in VPF.TLcdVPFDatabaseGroup(String aPathName) Creates a new TLcdVPFDatabaseGroup with the given path.TLcdVPFLibrary(String aPathName, String aLibraryName, ILcdBuffer aBuffer) Creates aTLcdVPFLibrarywhich path isaPathand which name isaLibraryName.TLcdVPFLibrary(String aPathName, String aLibraryName, ILcdBuffer aBuffer, boolean aFullDecode) Creates aTLcdVPFLibrarywhich path isaPathand which name isaLibraryName(see description above).
CATtable is decoded automatically on the first attempt to access it.