Uses of Interface
com.luciad.format.metadata.model.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
Modifier and TypeClassDescriptionclass
This model decoder decodes georeferenced ER Mapper ECW (Enhanced Compression Wavelet) files -
Uses of ILcdMetadataDecoder in com.luciad.format.gdal
Modifier and TypeClassDescriptionclass
This decoder can decode raster data using GDAL. -
Uses of ILcdMetadataDecoder in com.luciad.format.metadata.model
Modifier and TypeMethodDescriptionTLcdCompositeMetadataDecoder.getMetadataDecoders()
Returns the list of delegate metadata decoders contained in this composite.ModifierConstructorDescriptionTLcdCompositeMetadataDecoder
(ILcdMetadataDecoder... aMetadataDecoders) Creates a new composite metadata decoder containing the supplied delegate decoders.ModifierConstructorDescriptionTLcdCompositeMetadataDecoder
(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
Modifier and TypeClassDescriptionclass
An ISO 19139 data source decoder. -
Uses of ILcdMetadataDecoder in com.luciad.format.s57
Modifier and TypeClassDescriptionclass
Model decoder that can decode ECDIS S-57 catalogues intoILcdModel
objects.class
This model decoder decodes ECDIS S-57 data intoILcdModel
objects.class
This model decoder decodes ECDIS S-57 data intoILcdModel
objects. -
Uses of ILcdMetadataDecoder in com.luciad.format.s63
Modifier and TypeClassDescriptionclass
ThisILcdModelDecoder
decodes S-57 catalogues, encrypted according to the S-63 standard.class
ThisILcdModelDecoder
decodes S-57 data, encrypted according to the S-63 standard (with extensions .000, .001,...).class
The equivalent decoder ofTLcdS57UnifiedModelDecoder
for S-57 data which is encrypted according to the S-63 standard.