Uses of Interface
com.luciad.format.metadata.model.ILcdMetadataDecoder
Packages that use ILcdMetadataDecoder
Package
Description
Provides support for decoding ECW files.
Provides support for decoding raster formats for which Luciad doesn't have a proper decoder using GDAL.
This package and subclasses contain a domain model for describing ISO19115 metadata.
This package contains a decoder and encoder for ISO19139 data sources.
Handles the S-57 format.
Handles the S-63 format.
-
Uses of ILcdMetadataDecoder in com.luciad.format.ecw
Classes in com.luciad.format.ecw that implement ILcdMetadataDecoderModifier and TypeClassDescriptionclassThis model decoder decodes georeferenced ER Mapper ECW (Enhanced Compression Wavelet) files -
Uses of ILcdMetadataDecoder in com.luciad.format.gdal
Classes in com.luciad.format.gdal that implement ILcdMetadataDecoderModifier and TypeClassDescriptionclassThis decoder can decode raster data using GDAL. -
Uses of ILcdMetadataDecoder in com.luciad.format.metadata.model
Classes in com.luciad.format.metadata.model that implement ILcdMetadataDecoderMethods in com.luciad.format.metadata.model that return types with arguments of type ILcdMetadataDecoderModifier and TypeMethodDescriptionTLcdCompositeMetadataDecoder.getMetadataDecoders()Returns the list of delegate metadata decoders contained in this composite.Constructors in com.luciad.format.metadata.model with parameters of type ILcdMetadataDecoderModifierConstructorDescriptionTLcdCompositeMetadataDecoder(ILcdMetadataDecoder... aMetadataDecoders) Creates a new composite metadata decoder containing the supplied delegate decoders.Constructor parameters in com.luciad.format.metadata.model with type arguments of type ILcdMetadataDecoderModifierConstructorDescriptionTLcdCompositeMetadataDecoder(Iterable<? extends ILcdMetadataDecoder> aMetadataDecoders) Creates a new composite metadata decoder that lazily uses the given Iterable to delegate to. -
Uses of ILcdMetadataDecoder in com.luciad.format.metadata.xml
Classes in com.luciad.format.metadata.xml that implement ILcdMetadataDecoderModifier and TypeClassDescriptionclassAn ISO 19139 data source decoder. -
Uses of ILcdMetadataDecoder in com.luciad.format.s57
Classes in com.luciad.format.s57 that implement ILcdMetadataDecoderModifier and TypeClassDescriptionclassModel decoder that can decode ECDIS S-57 catalogues intoILcdModelobjects.classThis model decoder decodes ECDIS S-57 data intoILcdModelobjects.classThis model decoder decodes ECDIS S-57 data intoILcdModelobjects. -
Uses of ILcdMetadataDecoder in com.luciad.format.s63
Classes in com.luciad.format.s63 that implement ILcdMetadataDecoderModifier and TypeClassDescriptionclassThisILcdModelDecoderdecodes S-57 catalogues, encrypted according to the S-63 standard.classThisILcdModelDecoderdecodes S-57 data, encrypted according to the S-63 standard (with extensions .000, .001,...).classThe equivalent decoder ofTLcdS57UnifiedModelDecoderfor S-57 data which is encrypted according to the S-63 standard.