Uses of Interface
com.luciad.model.ILcdModelDecoder
Packages that use ILcdModelDecoder
Package
Description
Provides tools to create and update 3D terrain repositories.
Provides encoding and decoding support for models that contain
ILcdEarthAsset objects.Provides model descriptors for the Luciad Earth framework.
Decoders that handle the AIXM format.
This package provides API for decoding and encoding AIXM 5.1 data from/to XML.
Provides decoders and helper classes to support the ARINC 424 format.
This package contains a decoder that can handle the ARINC 424 format.
Provides classes and interfaces for decoding and displaying ASDI data, version 5.4.
Provides classes and interfaces for decoding and displaying ASTERIX data.
This package contains functionality related to the decoding of Azure Maps models.
Provides support for decoding BCI files.
This package contains functionality related to the decoding of Bing Maps models.
This package contains the classes that are needed to work with the Binz format.
Provides support for decoding BUFR files.
Provides support for decoding CADRG files.
Handles the cgm format.
Provides support for decoding coverage raster data.
This package contains a model decoder capable of decoding data in character-separated files.
Decoders and helper classes to support the DAFIF format (Digital Aeronautical Flight Information
File).
Decoders that handle the DAFIF format.
GUI aspects independent of any chosen windows API in the context of the DAFIF format.
Decoders that handle the DAFIFT format.
Provides classes to read and write geometries and features from generic
spatial databases.
Provides a decoder and an encoder for geometries from DB2 Spatial
databases.
Handles the dgn format.
Provides support for decoding DIMAP files.
Handles the dwg format.
This package contains a model decoder for decoding point cloud data from E57 (
.e57) files.Provides support for decoding ECRG files.
Provides support for decoding ECW files.
Provides support for decoding raster formats for which Luciad doesn't have a proper decoder using GDAL.
Handles the GDF format.
Provides support for decoding Google Earth Enterprise imagery repositories.
This package contains vector data GeoJson encoding and decoding utilities.
Handles Geospatial PDF data as specified in:
PDF Geo-registration Encoding Best Practice Version 2.2.
Section 8.8.1 Geospatial Features, Adobe Supplement to the ISO 32000, BaseVersion: 1.7, ExtensionLevel: 3.
Provides support for decoding GeoSPOT files.
Provides support for decoding and encoding GML 2 data, and exporting models to GML 2.
Handles GML 2.1.2 and GML 3 data.
Provides support for decoding and encoding GML 3.1 data, and exporting models to GML 3.1.
Provides support for decoding and encoding GML 3.2 data, and exporting models to GML 3.2.
Provides support for transforming domain objects and model to and from GML.
Provides XML functionality that is common to all GML formats.
Provides decoders for handling GRIB data.
This package contains the classes that are needed to work with the IFC format.
Provides a decoder and an encoder for geometries from Informix databases with
the Geodetic Datablade.
Provides a decoder and an encoder for geometries from Informix Spatial
databases.
Provides support for decoding and encoding JPEG2000 files and decoding JPIP files.
This package provides a decoder and a encoder for the KML 2.2 format.
This package contains a model decoder for LASer (
.las) and LASzip (.laz) files.Contains all classes to create a chart of the magnetic north declination and to perform magnetic north calculations.
Support for MBTiles data.
This package contains a model decoder capable of decoding data of files in accordance with the
MGCP 2.0 Portrayal Standard.
Handles MapInfo formats: the binary map format and the ASCII mif
format.
Provides support for decoding MrSid files.
Provides a
TLcdMSSQLModelDecoder and a TLcdMSSQLModelEncoder for geometries from Microsoft SQL
databases.Provides support for decoding NetCDF files.
Provides support for decoding NITF files.
This package provides API for decoding and encoding NVG 1.4/1.5/2.0 data from/to XML.
This package contains a model decoder capable of decoding files of the Navisworks format.
This package provides decoders for the WaveFront OBJ file format.
Provides decoders for the OpenFlight file format.
Provides a decoder for raster data stored in Oracle Spatial databases.
Provides a decoder and an encoder for geometries from Oracle Locator/Spatial
databases with the Object-Relational model.
This package contains a model encoder for the Luciad Panorama Format.
This package contains a model decoder for decoding data in Pegasus files (
External orientation.csv).Handles the POL format.
Provides a decoder and an encoder for geometries from PostgreSQL
databases with the PostGIS spatial extension.
Provides representations, decoders, and encoders for rasters.
This package contains the classes that are needed to work with the Revit format.
Handles the S-52 format.
Handles the S-57 format.
Handles the S-63 format.
Handles the shp format.
Support for OGC GeoPackage data.
This package provides support for Luciad Raster data (LRDB).
This package provides support for Luciad Vector data (LVDB).
Provides a decoder and an encoder for geometries from SQLite
databases with the SpatiaLite spatial extension.
Handles the svg format.
Provides support for decoding Swiss DHM files.
Provides
a decoder for Luciad point cloud datasets (tilestore.lpc).
Provides
a decoder
for the OGC 3D Tiles format.Provides support for decoding OpenSceneGraph binary files (*.OSGB).
Provides support for decoding USRP files.
This package provides support for decoding VPF (Vector Product Format) data and displaying VPF data using GeoSym.
Provides an extension to the XML runtime binding framework
com.luciad.format.xml.bind for
XML Schema based documents.This package provides the functionality to support several geographic data formats
in the engine.
Provides the model and model decoder abstraction for a Tile Store.
Model interfaces
This package contains interfaces and classes common to all OGC web services.
Client API for an OGC Web Coverage Service (WCS).
Client API for an OGC Web Feature Service (WFS).
This package provides support for the OGC Web Map Tile Service (WMTS).
Modeling of an OGC Web Map Service (WMS) and corresponding client API.
Implementation of the OGC Web Map Service (WMS) specification.
-
Uses of ILcdModelDecoder in com.luciad.earth.metadata
Methods in com.luciad.earth.metadata that return ILcdModelDecoderModifier and TypeMethodDescriptionTLcdEarthClippedRasterAsset.getClipModelDecoder()Gets the model decoder for the clipping shape.ILcdEarthAsset.getModelDecoder()Returns the model decoder that can decode this asset.TLcdEarthAsset.getModelDecoder()Constructors in com.luciad.earth.metadata with parameters of type ILcdModelDecoderModifierConstructorDescriptionTLcdEarthAsset(String aSourceName, ILcdModelDecoder aModelDecoder, ILcdBounds aBounds, ILcdEarthTileSetCoverage.CoverageType aCoverageType, Date aModificationDate, int aSortOrder) Creates a new asset with the given properties.TLcdEarthClippedRasterAsset(String aSourceName, ILcdModelDecoder aModelDecoder, ILcdBounds aBounds, ILcdEarthTileSetCoverage.CoverageType aCoverageType, Date aModificationDate, double aPixelDensity, String aClipSource, ILcdModelDecoder aClipModelDecoder) Creates a new clipped raster asset.TLcdEarthRasterAsset(String aSourceName, ILcdModelDecoder aModelDecoder, ILcdBounds aBounds, ILcdEarthTileSetCoverage.CoverageType aCoverageType, Date aModificationDate, double aPixelDensity) -
Uses of ILcdModelDecoder in com.luciad.earth.metadata.format
Classes in com.luciad.earth.metadata.format that implement ILcdModelDecoderModifier and TypeClassDescriptionclassEncodes and decodes models containingILcdEarthAssetobjects.Methods in com.luciad.earth.metadata.format that return ILcdModelDecoderModifier and TypeMethodDescriptionILcdEarthNamedModelDecoderFactory.createModelDecoderForFormatName(String aFormatName) Creates a model decoder from the given file format name.protected ILcdModelDecoderTLcdEarthRasterAssetCodec.getModelDecoderForFormatName(String aFormatName, boolean forceChangeModelReferenceDecoder) Returns a model decoder for the given format name.Methods in com.luciad.earth.metadata.format with parameters of type ILcdModelDecoderModifier and TypeMethodDescriptionprotected TLcdEarthRasterAssetTLcdEarthClippedRasterAssetCodec.createAsset(Properties aProperties, String aSource, ILcdModelDecoder aModelDecoder, ILcdBounds aBounds, ILcdEarthTileSetCoverage.CoverageType aCoverageType, double aPixelDensity, Date aDate) protected TLcdEarthRasterAssetTLcdEarthRasterAssetCodec.createAsset(Properties aProperties, String aSource, ILcdModelDecoder aModelDecoder, ILcdBounds aBounds, ILcdEarthTileSetCoverage.CoverageType aCoverageType, double aPixelDensity, Date aDate) Creates an raster asset with the given parameters.ILcdEarthNamedModelDecoderFactory.getFormatNameForModelDecoder(ILcdModelDecoder aModelDecoder) Returns the file format name for the given model decoder.protected StringTLcdEarthRasterAssetCodec.getFormatNameForModelDecoder(ILcdModelDecoder aModelDecoder) Returns the format name for the given model decoder. -
Uses of ILcdModelDecoder in com.luciad.earth.model
Classes in com.luciad.earth.model that implement ILcdModelDecoderModifier and TypeClassDescriptionclassThis model decoder decodes tile repositories.classThis model decoder decodes 3D terrain tile repositories.Methods in com.luciad.earth.model that return ILcdModelDecoderModifier and TypeMethodDescriptionILcdEarthModelDecoderFactory.createModelDecoder(String aSourceName, Map<String, Object> aProperties) Creates a model decoder for a source. -
Uses of ILcdModelDecoder in com.luciad.format.aixm.decoder
Classes in com.luciad.format.aixm.decoder that implement ILcdModelDecoderModifier and TypeClassDescriptionclassThisILcdModelDecoderimplementation represents an AIXM data source decoder. -
Uses of ILcdModelDecoder in com.luciad.format.aixm51.xml
Classes in com.luciad.format.aixm51.xml that implement ILcdModelDecoderModifier and TypeClassDescriptionclassThis model decoder decodes AIXM 5.1 data intoILcdModelobjects. -
Uses of ILcdModelDecoder in com.luciad.format.arinc
Classes in com.luciad.format.arinc that implement ILcdModelDecoderModifier and TypeClassDescriptionclassThis model decoder decodes all data from an ARINC file. -
Uses of ILcdModelDecoder in com.luciad.format.arinc.decoder
Subinterfaces of ILcdModelDecoder in com.luciad.format.arinc.decoderModifier and TypeInterfaceDescriptioninterfaceThisILcdModelDecoderextension specifies the interface for ARINC data source decoders.Classes in com.luciad.format.arinc.decoder that implement ILcdModelDecoderModifier and TypeClassDescriptionclassThe default implementation ofILcdARINCDecoder. -
Uses of ILcdModelDecoder in com.luciad.format.asdi
Classes in com.luciad.format.asdi that implement ILcdModelDecoderModifier and TypeClassDescriptionclassThis decoder reads data from an ASDI feed and returns the information in aTLcdModelList, allowing for easy manipulation of that data, such as replaying, analysis, etc. -
Uses of ILcdModelDecoder in com.luciad.format.asterix
Classes in com.luciad.format.asterix that implement ILcdModelDecoderModifier and TypeClassDescriptionfinal classThis decoder reads live ASTERIX data from anInputStreamand represents it in aILcdModelContainer.classThis decoder reads ASTERIX data and represents it in a TLcdModelList. -
Uses of ILcdModelDecoder in com.luciad.format.azuremaps
Classes in com.luciad.format.azuremaps that implement ILcdModelDecoderModifier and TypeClassDescriptionclassA model decoder that creates anILcdModelcontaining high resolution, multi-level geospatial maps served by Azure Maps. -
Uses of ILcdModelDecoder in com.luciad.format.bci
Classes in com.luciad.format.bci that implement ILcdModelDecoderModifier and TypeClassDescriptionclassThis model decoder decodes BCI raster files. -
Uses of ILcdModelDecoder in com.luciad.format.bingmaps
Classes in com.luciad.format.bingmaps that implement ILcdModelDecoderModifier and TypeClassDescriptionclassA model decoder that creates anILcdModelcontaining high resolution, multi-level Bing Maps imagery. -
Uses of ILcdModelDecoder in com.luciad.format.binz
Classes in com.luciad.format.binz that implement ILcdModelDecoderModifier and TypeClassDescriptionfinal classThis model decoder decodes Binz files. -
Uses of ILcdModelDecoder in com.luciad.format.bufr
Classes in com.luciad.format.bufr that implement ILcdModelDecoderModifier and TypeClassDescriptionfinal classThis model decoder decodes BUFR files. -
Uses of ILcdModelDecoder in com.luciad.format.cadrg
Classes in com.luciad.format.cadrg that implement ILcdModelDecoderModifier and TypeClassDescriptionclassThis model decoder decodes directories containing rasters in the CADRG format (Compressed ARC Digital Raster Graphics).classThis model decoder decodes rasters in the CADRG format (Compressed ARC Digital Raster Graphics) and in the CIB format (Controlled Image Base). -
Uses of ILcdModelDecoder in com.luciad.format.cgm
Classes in com.luciad.format.cgm that implement ILcdModelDecoderModifier and TypeClassDescriptionclassDeprecated.we do not recommend using CGM for georeferenced data. -
Uses of ILcdModelDecoder in com.luciad.format.coverage
Classes in com.luciad.format.coverage that implement ILcdModelDecoderModifier and TypeClassDescriptionfinal classModel decoder that can decode LuciadFusion coverages of type IMAGE, ELEVATION, and RASTER. -
Uses of ILcdModelDecoder in com.luciad.format.csv
Classes in com.luciad.format.csv that implement ILcdModelDecoderModifier and TypeClassDescriptionfinal classThis model decoder decodes data in character-separated files. -
Uses of ILcdModelDecoder in com.luciad.format.dafif
Classes in com.luciad.format.dafif that implement ILcdModelDecoderModifier and TypeClassDescriptionclassComposite model decoder that handles all DAFIF and DAFIFT data.Methods in com.luciad.format.dafif that return types with arguments of type ILcdModelDecoderModifier and TypeMethodDescriptionTLcdDAFIFModelDecoder.createModelDecodersForDataType(TLcdDataType aDataType, Properties aProperties) Creates one or more delegate DAFIF model decoders for a given data type. -
Uses of ILcdModelDecoder in com.luciad.format.dafif.decoder
Subinterfaces of ILcdModelDecoder in com.luciad.format.dafif.decoderModifier and TypeInterfaceDescriptioninterfaceThis extension of theILcdModelDecoderinterface defines the methods necessary for decoding a DAFIF data file.interfaceThis interface defines the methods specific for decoders that produce so-called "multi" models.Classes in com.luciad.format.dafif.decoder that implement ILcdModelDecoderModifier and TypeClassDescriptionclassThis extension of theALcdDAFIFSingleModelDecoderclass provides read methods to retrieve data from a aerodrome or heliport data file.classThis extension of theALcdDAFIFSingleModelDecoderdefines the skeleton of the decode algorithm used to decode DAFIF airspaces and special use airspaces.classThis abstract implementation of theILcdDAFIFDecoderinterface defines the most primitive methods used when decoding a DAFIF file.classThis abstract extension of theALcdDAFIFDecoderclass defines the skeleton of the decode algorithm used to decode DAFIF data files.classThis abstract extension of theALcdDAFIFDecoderclass defines the skeleton of the decode algorithm used to decode DAFIF data files.classThis extension of theALcdDAFIFAerodromeDecoderdecodes aerodromes from a DAFIF source file.classThis extension of theALcdDAFIFMultiModelDecoderdecodes navaids (VOR, DME, NDB, TACAN, VOR-DME, VORTAC and NDB-DME) from a DAFIF source file.classThis extension of theALcdDAFIFAirspaceDecoderdecodes airspaces from a DAFIF source file.classThis extension of theALcdDAFIFSingleModelDecoderdecodes ATS routes from a DAFIF source file.classThis extension of theALcdDAFIFSingleModelDecoderdecodes helipads from a DAFIF source file.classThis extension of theALcdDAFIFAerodromeDecoderdecodes heliports from a DAFIF source file.classThis extension of theALcdDAFIFSingleModelDecoderdecodes holdings from a DAFIF source file.classThis extension of theALcdDAFIFMultiModelDecoderdecodes ILS components (DMEs, glide paths, localizers and markers) from a DAFIF source file.classThis extension of theTLcdDAFIFAerodromeNavaidDecoderclass can be used to produce a model without having to specify a navaid model first.classThis extension of theTLcdDAFIFATSRouteDecoderclass can be used to produce a model without having to specify a waypoint model first.classThis extension of theTLcdDAFIFHelipadDecoderclass can be used to produce a model without having to specify a heliport model first.classThis extension of theTLcdDAFIFHoldingDecoderclass can be used to produce a model without having to specify a waypoint model first.classThis extension of theTLcdDAFIFILSDecoderclass can be used to produce a model without having to specify a runway model first.classThis extension of theTLcdDAFIFProcedureDecoderclass can be used to produce a model without having to specify an aerodrome, a heliport, a runway, a waypoint, a navaid or an ILS model first.classThis extension of theTLcdDAFIFRunwayDecoderclass can be used to produce a model without having to specify an aerodrome model first.classThis extension of theALcdDAFIFSingleModelDecoderdecodes military training routes from a DAFIF source file.classThis extension of theALcdDAFIFMultiModelDecoderdecodes navaids (VOR, DME, NDB, TACAN, VOR-DME, VORTAC and NDB-DME) from a DAFIF source file.classThis extension of theALcdDAFIFAerodromeDecoderdecodes ORTCAs from a DAFIF source file.classThis extension of theALcdDAFIFSingleModelDecoderdecodes parachute jump areas from a DAFIF source file.classThis extension of theALcdDAFIFSingleModelDecoderdecodes procedures from a DAFIF source file.classThis extension of theALcdDAFIFMultiModelDecoderdecodes refueling tracks or anchors from a DAFIF source file.classThis extension of theALcdDAFIFSingleModelDecoderdecodes runways from a DAFIF source file.classThis extension of theALcdDAFIFAirspaceDecoderdecodes special use airspaces from a DAFIF source file.classThis extension of theALcdDAFIFMultiModelDecoderdecodes VFR routes from a DAFIF source file.classThis extension of theALcdDAFIFSingleModelDecoderdecodes waypoints from a DAFIF source file. -
Uses of ILcdModelDecoder in com.luciad.format.dafif.gui
Methods in com.luciad.format.dafif.gui that return ILcdModelDecoderModifier and TypeMethodDescriptionTLcdDAFIFTypeLoader.getModelDecoder()Get the model decoder used to decode DAFIF(T) records.Constructors in com.luciad.format.dafif.gui with parameters of type ILcdModelDecoderModifierConstructorDescriptionTLcdDAFIFTypeLoader(String aName, List aAvailableICAORegions, List aAvailableICAOCountryCodes, ILcdModelDecoder aModelDecoder) Create a new loader instance.TLcdDAFIFTypeLoader(String aName, List aAvailableICAORegions, List aAvailableICAOCountryCodes, ILcdModelDecoder aModelDecoder, boolean aEnableSubTypeFiltering) Create a new loader instance. -
Uses of ILcdModelDecoder in com.luciad.format.dafift.decoder
Classes in com.luciad.format.dafift.decoder that implement ILcdModelDecoderModifier and TypeClassDescriptionclassThis abstract implementation of theILcdModelDecoderinterface defines the most primitive methods used when decoding a DAFIFT file.classImplementation ofILcdModelDecoderthat decodes DAFIFT aerodrome objects from the specified source directory.classImplementation ofILcdModelDecoderthat decodes DAFIFT navaid objects (VOR, DME, NDB, TACAN, VOR-DME, VORTAC and NDB-DME) from the specified source directory.classImplementation ofILcdModelDecoderthat decodes DAFIFT airspace objects from the specified source directory.classImplementation ofILcdModelDecoderthat decodes DAFIFT ATS route objects from the specified source directory.classImplementation ofILcdModelDecoderthat decodes DAFIFT helipad objects from the specified source directory.classImplementation ofILcdModelDecoderthat decodes DAFIFT heliport objects from the specified source directory.classImplementation ofILcdModelDecoderthat decodes DAFIFT holding objects from the specified source directory.classImplementation ofILcdModelDecoderthat decodes DAFIFT ILS components (DMEs, glide paths, localizers and markers) from the specified source directory.classThis extension of theTLcdDAFIFTAerodromeNavaidDecoderclass can be used to produce a model without having to specify a navaid model first.classThis extension of theTLcdDAFIFTATSRouteDecoderclass can be used to produce a model without having to specify a waypoint model first.classThis extension of theTLcdDAFIFTHelipadDecoderclass can be used to produce a model without having to specify a heliport model first.classThis extension of theTLcdDAFIFTHoldingDecoderclass can be used to produce a model without having to specify a waypoint model first.classThis extension of theTLcdDAFIFTILSDecoderclass can be used to produce a model without having to specify a runway model first.classThis extension of theTLcdDAFIFTProcedureDecoderclass can be used to produce a model without having to specify an aerodrome, a heliport, a runway, a waypoint, a navaid or an ILS model first.classThis extension of theTLcdDAFIFTRunwayDecoderclass can be used to produce a model without having to specify an aerodrome model first.classImplementation ofILcdModelDecoderthat decodes DAFIFT military training route objects from the specified source directory.classImplementation ofILcdModelDecoderthat decodes DAFIFT Minimum Sector Altitude objects from the specified source directory.classImplementation ofILcdModelDecoderthat decodes DAFIFT navaid objects (VOR, DME, NDB, TACAN, VOR-DME, VORTAC and NDB-DME) from the specified source directory.classImplementation ofILcdModelDecoderthat decodes DAFIFT ORTCA objects from the specified source directory.classImplementation ofILcdModelDecoderthat decodes DAFIFT parachute jump area objects from the specified source directory.classImplementation ofILcdModelDecoderthat decodes DAFIFT Precision Approach Path Points from the specified source directory.classImplementation ofILcdModelDecoderthat decodes DAFIFT procedure objects from the specified source directory.classImplementation ofILcdModelDecoderthat decodes DAFIFT refueling track or anchor objects from the specified source directory.classImplementation ofILcdModelDecoderthat decodes DAFIFT runway objects from the specified source directory.classImplementation ofILcdModelDecoderthat decodes DAFIFT special use airspace objects from the specified source directory.classImplementation ofILcdModelDecoderthat decodes DAFIFT VFR route objects from the specified source directory.classImplementation ofILcdModelDecoderthat decodes DAFIFT waypoint objects from the specified source directory. -
Uses of ILcdModelDecoder in com.luciad.format.database
Classes in com.luciad.format.database that implement ILcdModelDecoderModifier and TypeClassDescriptionclassThisILcdModelDecoderdecodes generic spatial databases intoTLcdDatabaseModelorTLcdDatabaseReadOnlyModelobjects. -
Uses of ILcdModelDecoder in com.luciad.format.db2.spatial
Classes in com.luciad.format.db2.spatial that implement ILcdModelDecoderModifier and TypeClassDescriptionclassThis model decoder decodes spatial tables from IBM DB2 Spatial Extender databases. -
Uses of ILcdModelDecoder in com.luciad.format.dgn
Subinterfaces of ILcdModelDecoder in com.luciad.format.dgnModifier and TypeInterfaceDescriptioninterfaceThis interface provides common methods for decoders of theDGNfile format.Classes in com.luciad.format.dgn that implement ILcdModelDecoderModifier and TypeClassDescriptionclassThis model decoder decodes vector data in Intergraph Standard File Formats (ISFF).classThisILcdModelDecoderhandles Intergraph Standard File Formats (ISFF, with the extensionDGN). -
Uses of ILcdModelDecoder in com.luciad.format.dimap
Classes in com.luciad.format.dimap that implement ILcdModelDecoderModifier and TypeClassDescriptionclassThis model decoder decodes DIMAP XML files (Digital Image Map). -
Uses of ILcdModelDecoder in com.luciad.format.dwg
Subinterfaces of ILcdModelDecoder in com.luciad.format.dwgModifier and TypeInterfaceDescriptioninterfaceThis interface provides common methods for decoders of theDWGfile format.Classes in com.luciad.format.dwg that implement ILcdModelDecoderModifier and TypeClassDescriptionclassThis model decoder decodes vector data in AutoCAD's drawing format.classThisILcdModelDecoderdecodes data in AutoCAD's drawing format. -
Uses of ILcdModelDecoder in com.luciad.format.e57
Classes in com.luciad.format.e57 that implement ILcdModelDecoder -
Uses of ILcdModelDecoder in com.luciad.format.ecrg
Classes in com.luciad.format.ecrg that implement ILcdModelDecoderModifier and TypeClassDescriptionclassThis model decoder decodes rasters in the ECRG format (Enhanced Compressed Raster Graphics) and in the CIB format (Controlled Image Base). -
Uses of ILcdModelDecoder in com.luciad.format.ecw
Classes in com.luciad.format.ecw that implement ILcdModelDecoderModifier and TypeClassDescriptionclassThis model decoder decodes georeferenced ER Mapper ECW (Enhanced Compression Wavelet) files -
Uses of ILcdModelDecoder in com.luciad.format.gdal
Classes in com.luciad.format.gdal that implement ILcdModelDecoderModifier and TypeClassDescriptionclassThis decoder can decode raster data using GDAL. -
Uses of ILcdModelDecoder in com.luciad.format.gdf
Classes in com.luciad.format.gdf that implement ILcdModelDecoderModifier and TypeClassDescriptionclassThis ILcdModelDecoder decodes Geographic Data Files (GDF standard).classThis ILcdModelDecoder decodes multileveled, tiled GDF files, generated by the TLcdGDFMultiLevelTiledModelEncoder. -
Uses of ILcdModelDecoder in com.luciad.format.gee
Classes in com.luciad.format.gee that implement ILcdModelDecoderModifier and TypeClassDescriptionclassDecodes fused imagery from Google Earth Enterprise repositories. -
Uses of ILcdModelDecoder in com.luciad.format.geojson
Classes in com.luciad.format.geojson that implement ILcdModelDecoderModifier and TypeClassDescriptionclassDecodes a GeoJsonFeatureCollectionto a LuciadILcdModel. -
Uses of ILcdModelDecoder in com.luciad.format.geospatialpdf
Classes in com.luciad.format.geospatialpdf that implement ILcdModelDecoderModifier and TypeClassDescriptionfinal classThis model decoder decodes Geospatial PDF files. -
Uses of ILcdModelDecoder in com.luciad.format.geospot
Classes in com.luciad.format.geospot that implement ILcdModelDecoderModifier and TypeClassDescriptionclassThis model decoder decodes GeoSPOT DSC (description) and REP (report) files. -
Uses of ILcdModelDecoder in com.luciad.format.gml2.xml
Classes in com.luciad.format.gml2.xml that implement ILcdModelDecoderModifier and TypeClassDescriptionclassThis model decoder decodes Geography Markup Language (GML) version 2.x. -
Uses of ILcdModelDecoder in com.luciad.format.gml3
Classes in com.luciad.format.gml3 that implement ILcdModelDecoderModifier and TypeClassDescriptionclassDeprecated.This class has been deprecated. -
Uses of ILcdModelDecoder in com.luciad.format.gml31.xml
Classes in com.luciad.format.gml31.xml that implement ILcdModelDecoderModifier and TypeClassDescriptionclassThis model decoder decodes Geography Markup Language (GML) version 3.0.x and 3.1.x. -
Uses of ILcdModelDecoder in com.luciad.format.gml32.xml
Classes in com.luciad.format.gml32.xml that implement ILcdModelDecoderModifier and TypeClassDescriptionclassThis model decoder decodes Geography Markup Language (GML) version 3.2. -
Uses of ILcdModelDecoder in com.luciad.format.gmlcommon.transformation
Classes in com.luciad.format.gmlcommon.transformation that implement ILcdModelDecoderModifier and TypeClassDescriptionclassDecodes GML documents into customILcdDataObject-enabled models. -
Uses of ILcdModelDecoder in com.luciad.format.gmlcommon.xml
Classes in com.luciad.format.gmlcommon.xml that implement ILcdModelDecoderModifier and TypeClassDescriptionclassThis model decoder decodes Geography Markup Language (GML) versions 2.x, 3.0.x and 3.1.x., and 3.2. -
Uses of ILcdModelDecoder in com.luciad.format.grib
Classes in com.luciad.format.grib that implement ILcdModelDecoderModifier and TypeClassDescriptionclassDeprecated.TLcdNetCDFModelDecoder can be used instead.classDeprecated.TLcdNetCDFModelDecoder can be used instead.classDeprecated.TLcdNetCDFModelDecoder can be used instead.classDeprecated.TLcdNetCDFModelDecoder can be used instead. -
Uses of ILcdModelDecoder in com.luciad.format.ifc
Classes in com.luciad.format.ifc that implement ILcdModelDecoder -
Uses of ILcdModelDecoder in com.luciad.format.informix.geodetic
Classes in com.luciad.format.informix.geodetic that implement ILcdModelDecoderModifier and TypeClassDescriptionclassThis model decoder decodes spatial tables from IBM Informix Geodetic DataBlade databases. -
Uses of ILcdModelDecoder in com.luciad.format.informix.spatial
Classes in com.luciad.format.informix.spatial that implement ILcdModelDecoderModifier and TypeClassDescriptionclassThis model decoder decodes spatial tables from IBM Informix Spatial DataBlade databases. -
Uses of ILcdModelDecoder in com.luciad.format.jpeg2000
Classes in com.luciad.format.jpeg2000 that implement ILcdModelDecoderModifier and TypeClassDescriptionclassThis model decoder decodes georeferenced JPEG2000 files.classThis model decoder decodes georeferenced JPEG2000 images retrieved through the JPEG2000 Interactive Protocol (JPIP). -
Uses of ILcdModelDecoder in com.luciad.format.kml22.xml
Classes in com.luciad.format.kml22.xml that implement ILcdModelDecoderModifier and TypeClassDescriptionclassThis model decoder decodes KML (Keyhole Markup Language) files intoILcdModelobjects. -
Uses of ILcdModelDecoder in com.luciad.format.las
Classes in com.luciad.format.las that implement ILcdModelDecoderModifier and TypeClassDescriptionclassA model decoder that decodes LASer (.las) and LASzip files (.laz). -
Uses of ILcdModelDecoder in com.luciad.format.magneticnorth
Classes in com.luciad.format.magneticnorth that implement ILcdModelDecoderModifier and TypeClassDescriptionclassThis class produces aTLcdMagneticNorthModelfrom a data file containing the parameters for the IGRF magnetic model.classThis class produces aTLcdMagneticNorthModelfrom a data file containing the parameters for the WMM magnetic model. -
Uses of ILcdModelDecoder in com.luciad.format.mbtiles
Classes in com.luciad.format.mbtiles that implement ILcdModelDecoderModifier and TypeClassDescriptionclassA model decoder for MBTiles files and services with either image or vector data. -
Uses of ILcdModelDecoder in com.luciad.format.mgcp
Classes in com.luciad.format.mgcp that implement ILcdModelDecoderModifier and TypeClassDescriptionfinal classThis model decoder decodes MGCP. -
Uses of ILcdModelDecoder in com.luciad.format.mif
Classes in com.luciad.format.mif that implement ILcdModelDecoderModifier and TypeClassDescriptionclassThisILcdModelDecoderdecodes MAP (native binary MapInfo) files.classThisILcdModelDecoderdecodes MIF (MapInfo Interchange Format) files. -
Uses of ILcdModelDecoder in com.luciad.format.mrsid
Classes in com.luciad.format.mrsid that implement ILcdModelDecoderModifier and TypeClassDescriptionclassThis model decoder decodes georeferenced Extensis MrSID (MultiResolution Seamless Image Database) files. -
Uses of ILcdModelDecoder in com.luciad.format.mssql
Classes in com.luciad.format.mssql that implement ILcdModelDecoderModifier and TypeClassDescriptionclassThis model decoder decodes spatial tables from Microsoft SQL Server databases. -
Uses of ILcdModelDecoder in com.luciad.format.netcdf
Classes in com.luciad.format.netcdf that implement ILcdModelDecoderModifier and TypeClassDescriptionclassDecodes NetCDF, NcML, GRIB and HDF files. -
Uses of ILcdModelDecoder in com.luciad.format.nitf
Classes in com.luciad.format.nitf that implement ILcdModelDecoderModifier and TypeClassDescriptionclassThis model decoder decodes rasters in the NITF format (National Imagery Transmission Format, NITF 2.0 and NITF 2.1). -
Uses of ILcdModelDecoder in com.luciad.format.nvg.xml
Classes in com.luciad.format.nvg.xml that implement ILcdModelDecoderModifier and TypeClassDescriptionclassModel decoder for Nato Vector Graphics that are encoded in XML. -
Uses of ILcdModelDecoder in com.luciad.format.nwd
Classes in com.luciad.format.nwd that implement ILcdModelDecoderModifier and TypeClassDescriptionclassThis model decoder decodes Navisworks files into anILcdModel. -
Uses of ILcdModelDecoder in com.luciad.format.object3d.obj
Classes in com.luciad.format.object3d.obj that implement ILcdModelDecoderModifier and TypeClassDescriptionclassA model decoder for WaveFront OBJ files. -
Uses of ILcdModelDecoder in com.luciad.format.object3d.openflight
Classes in com.luciad.format.object3d.openflight that implement ILcdModelDecoderModifier and TypeClassDescriptionclassDecoder for OpenFlight scene databases. -
Uses of ILcdModelDecoder in com.luciad.format.oracle.georaster
Classes in com.luciad.format.oracle.georaster that implement ILcdModelDecoderModifier and TypeClassDescriptionclassThisILcdModelDecoderdecodes rasters stored in an Oracle Spatial database. -
Uses of ILcdModelDecoder in com.luciad.format.oracle.spatial
Classes in com.luciad.format.oracle.spatial that implement ILcdModelDecoderModifier and TypeClassDescriptionclassThis model decoder decodes spatial tables from Oracle Spatial Object-Relational databases. -
Uses of ILcdModelDecoder in com.luciad.format.panorama
Methods in com.luciad.format.panorama with parameters of type ILcdModelDecoderModifier and TypeMethodDescriptionvoidTLcdLuciadPanoramaModelEncoder.setDelegateDecoder(ILcdModelDecoder aDelegateDecoder) Set the delegate decoder that must be used when appending panorama metadata to an existing model.Constructors in com.luciad.format.panorama with parameters of type ILcdModelDecoderModifierConstructorDescriptionTLcdLuciadPanoramaModelEncoder(ILcdModelDecoder aDelegateDecoder, ILcdModelEncoder aDelegateEncoder) Deprecated.use the no-argument constructor and individual setters for all propertiesTLcdLuciadPanoramaModelEncoder(ILcdModelDecoder aDelegateDecoder, ILcdModelEncoder aDelegateEncoder, int aSkip, long aLimit, int aEvery, int aResampleGridSize, boolean aDrawOrientation, double aCompressionQuality) Deprecated.use the no-argument constructor and individual setters for all propertiesTLcdLuciadPanoramaModelEncoder(ILcdModelDecoder aDelegateDecoder, ILcdModelEncoder aDelegateEncoder, int aSkip, long aLimit, int aEvery, int aMaximumTileSize, int aResampleGridSize, boolean aDrawOrientation, double aCompressionQuality) Deprecated.use the no-argument constructor and individual setters for all properties -
Uses of ILcdModelDecoder in com.luciad.format.pegasus
Classes in com.luciad.format.pegasus that implement ILcdModelDecoderModifier and TypeClassDescriptionclassThis model decoder decodes panoramic images from Pegasus datasets. -
Uses of ILcdModelDecoder in com.luciad.format.pol
Classes in com.luciad.format.pol that implement ILcdModelDecoderModifier and TypeClassDescriptionclassThisILcdModelDecoderallows to decode Polygon files produced by the TAAM application of the Preston Group PTY Ltd. -
Uses of ILcdModelDecoder in com.luciad.format.postgresql
Classes in com.luciad.format.postgresql that implement ILcdModelDecoderModifier and TypeClassDescriptionclassThis model decoder decodes spatial tables from PostgreSQL PostGIS databases. -
Uses of ILcdModelDecoder in com.luciad.format.raster
Classes in com.luciad.format.raster that implement ILcdModelDecoderModifier and TypeClassDescriptionclassThis model decoder decodes ESRI ArcInfo ASCII Grid format (*.asc, *.grd) raster files.classThis model decoder decodes Band Interleaved by Line (BIL) raster files.classThis model decoder decodes elevation rasters in the DEM format (USGS Digital Elevation Model).classThis model decoder decodes DMED (Digital Mean Elevation Data) files and any available corresponding DTED (Digital Terrain Elevation Data) files.classThis model decoder decodes directories containing DTED (Digital Terrain Elevation Data) files.classThis model decoder decodes individual DTED (Digital Terrain Elevation Data) files.classThis model decoder decodes the raw ETOPO1, ETOPO2, ETOPO2v2, and ETOPO5 data sets.classThis model decoder decodes GeoTIFF files, or more generally, georeferenced TIFF files.classThis model decoder decodesjaifiles.classThis model decoder decodesrstfiles.classThis model decoder decodes MapInfo TAB Raster files.classThis model decoder decodes TIFF World files (tfwfiles), as well as JPEG World files (jgwfiles), BMP World files (bpwfiles) and PNG World files (pgw). -
Uses of ILcdModelDecoder in com.luciad.format.revit
Classes in com.luciad.format.revit that implement ILcdModelDecoderModifier and TypeClassDescriptionclassThis model decoder decodes Revit project files into anILcdModel. -
Uses of ILcdModelDecoder in com.luciad.format.s52
Methods in com.luciad.format.s52 that return ILcdModelDecoderModifier and TypeMethodDescriptionTLcdS52ProductConfiguration.createOrderedModelDecoder(ILcdModelDecoder aS57ModelDecoder, TLcdS52DisplaySettings aDisplaySettings) Deprecated.It is no longer needed to order the model elements before visualising them.Methods in com.luciad.format.s52 with parameters of type ILcdModelDecoderModifier and TypeMethodDescriptionTLcdS52ProductConfiguration.createOrderedModelDecoder(ILcdModelDecoder aS57ModelDecoder, TLcdS52DisplaySettings aDisplaySettings) Deprecated.It is no longer needed to order the model elements before visualising them. -
Uses of ILcdModelDecoder in com.luciad.format.s57
Classes in com.luciad.format.s57 that implement ILcdModelDecoderModifier and TypeClassDescriptionclassModel decoder that can decode ECDIS S-57 catalogues intoILcdModelobjects.classModel decoder that can decode all ECDIS S-57 cells in a directory into anILcdModel.classThis model decoder decodes ECDIS S-57 data intoILcdModelobjects.classThis model decoder decodes ECDIS S-57 data intoILcdModelobjects.Methods in com.luciad.format.s57 that return ILcdModelDecoderModifier and TypeMethodDescriptionTLcdS57ProductConfiguration.createCompositeModelDecoder()Creates a new, ready-to-use composite model decoder for this product configuration. -
Uses of ILcdModelDecoder in com.luciad.format.s63
Classes in com.luciad.format.s63 that implement ILcdModelDecoderModifier 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. -
Uses of ILcdModelDecoder in com.luciad.format.shp
Classes in com.luciad.format.shp that implement ILcdModelDecoderModifier and TypeClassDescriptionclassThis model decoder decodes ESRI shape files.classThis model decoder decodes ESRI shape files and does lazy loading of elements, based on the client request. -
Uses of ILcdModelDecoder in com.luciad.format.sqlite.geopackage
Classes in com.luciad.format.sqlite.geopackage that implement ILcdModelDecoderModifier and TypeClassDescriptionclassA model decoder that decodes OGC GeoPackage files. -
Uses of ILcdModelDecoder in com.luciad.format.sqlite.lrdb
Classes in com.luciad.format.sqlite.lrdb that implement ILcdModelDecoderModifier and TypeClassDescriptionclassA model decoder that decodes Luciad Raster Databases (LRDB). -
Uses of ILcdModelDecoder in com.luciad.format.sqlite.lvdb
Classes in com.luciad.format.sqlite.lvdb that implement ILcdModelDecoderModifier and TypeClassDescriptionclassA model decoder that decodes Luciad Vector Databases (LVDB). -
Uses of ILcdModelDecoder in com.luciad.format.sqlite.spatialite
Classes in com.luciad.format.sqlite.spatialite that implement ILcdModelDecoderModifier and TypeClassDescriptionclassThis model decoder decodes spatial tables from SQLite SpatiaLite databases. -
Uses of ILcdModelDecoder in com.luciad.format.svg
Classes in com.luciad.format.svg that implement ILcdModelDecoderModifier and TypeClassDescriptionclassDeprecated.we do not recommend using SVG for georeferenced data. -
Uses of ILcdModelDecoder in com.luciad.format.swissdhm
Classes in com.luciad.format.swissdhm that implement ILcdModelDecoderModifier and TypeClassDescriptionclassThis model decoder decodes elevation rasters in the SwissTopo Digital Height Model format (DHM25). -
Uses of ILcdModelDecoder in com.luciad.format.tiled3d.lpc
Classes in com.luciad.format.tiled3d.lpc that implement ILcdModelDecoderModifier and TypeClassDescriptionfinal classThis model decoder decodes point clouds in the Luciad point cloud file format (tilestore.lpcfiles). -
Uses of ILcdModelDecoder in com.luciad.format.tiled3d.ogc3dtiles
Classes in com.luciad.format.tiled3d.ogc3dtiles that implement ILcdModelDecoderModifier and TypeClassDescriptionfinal classThis model decoder decodes 3D Tiles tileset files to anILcdModel. -
Uses of ILcdModelDecoder in com.luciad.format.tiled3d.osgb
Classes in com.luciad.format.tiled3d.osgb that implement ILcdModelDecoderModifier and TypeClassDescriptionfinal classThis model decoder decodes OpenSceneGraph datasets which are stored in the binary file format (*.osgbfiles). -
Uses of ILcdModelDecoder in com.luciad.format.usrp
Classes in com.luciad.format.usrp that implement ILcdModelDecoderModifier and TypeClassDescriptionclassThis model decoder decodes rasters in the USRP, ASRP, and ADRG formats. -
Uses of ILcdModelDecoder in com.luciad.format.vpf
Classes in com.luciad.format.vpf that implement ILcdModelDecoderModifier and TypeClassDescriptionclassThis model decoder decodes Vector Product Format (VPF) data intoILcdModelobjects -
Uses of ILcdModelDecoder in com.luciad.format.xml.bind.schema
Classes in com.luciad.format.xml.bind.schema that implement ILcdModelDecoderModifier and TypeClassDescriptionclassILcdModelDecoderthat provides additional infrastructure to decode XML schema based documents. -
Uses of ILcdModelDecoder in com.luciad.fusion.engine.format
Methods in com.luciad.fusion.engine.format that return ILcdModelDecoderModifier and TypeMethodDescriptionILfnDataSourceModelDecoderFactory.createModelDecoder(ILcdDataSource aDataSource, Map<String, Object> aProperties) Creates a model decoder foraDataSource. -
Uses of ILcdModelDecoder in com.luciad.fusion.tilestore.model
Classes in com.luciad.fusion.tilestore.model that implement ILcdModelDecoderModifier and TypeClassDescriptionclassDecodes a Tile Store from a URI or directly from anALfnTileStoreinto a tile set. -
Uses of ILcdModelDecoder in com.luciad.model
Subinterfaces of ILcdModelDecoder in com.luciad.modelClasses in com.luciad.model that implement ILcdModelDecoderModifier and TypeClassDescriptionclassComposite implementation ofILcdModelDecoder.classDeprecated.This API is only here to support deprecated formats.classDeprecated.classThisILcdModelDecoderallows to decode entries in tar files.classThisILcdModelDecoderallows to decode entries in zip files.Methods in com.luciad.model that return ILcdModelDecoderModifier and TypeMethodDescriptionprotected ILcdModelDecoderTLcdOpenAction.chooseModelDecoder(Vector aVectorOfModelDecoder, String aFullPathSourceName) Is called by the loadFile( String aFullPathSourceName, boolean ) method when more than oneILcdModelDecoderaccepts to decode aFullPathSourceName.TLcdOpenAction.getModelDecoder()Returns the current list ofILcdModelDecoderobjects.TLcdSoft2DBoundsIndexedModel.getModelDecoder()Gets theILcdModelDecoderfor thisILcdModel.Methods in com.luciad.model that return types with arguments of type ILcdModelDecoderModifier and TypeMethodDescriptionTLcdCompositeModelDecoder.findModelDecoders(ILcdDataSource aDataSource) Returns all model decoders thatcan decodethe given data sourceTLcdCompositeModelDecoder.findModelDecoders(String aSourceName) Returns all model decoders thatcan decodethe given source nameTLcdCompositeModelDecoder.getModelDecoders()Returns the list of delegate model decoders contained in this composite.Methods in com.luciad.model with parameters of type ILcdModelDecoderModifier and TypeMethodDescriptionprotected ILcdModelTLcdOpenAction.handleDecodeException(ILcdModelDecoder aModelDecoder, String aFullPathSourceName, Exception aException) Is called by the loadFile( String aFullPathSourceName, boolean ) method when a validILcdModelDecoderhas been found to decode aFullPathSourceName, and an Exception has occurred when decoding aFullPathSourceName.protected voidTLcdOpenAction.loadingTerminated(String aFullPathSourceName, ILcdModelDecoder aModelDecoder, boolean aIsAdjusting) Is being called just after aModelDecoder.decode(aFullPathSourceName).voidTLcdOpenAction.setModelDecoder(ILcdModelDecoder[] aModelDecoder) Sets the list ofILcdModelDecoderobjects.voidTLcdSoft2DBoundsIndexedModel.setModelDecoder(ILcdModelDecoder aModelDecoder) Sets theILcdModelDecoderfor thisILcdModel.protected voidTLcdOpenAction.startLoading(String aFullPathSourceName, ILcdModelDecoder aModelDecoder, boolean aIsAdjusting) Is being called just before aModelDecoder.decode(aFullPathSourceName).Constructors in com.luciad.model with parameters of type ILcdModelDecoderModifierConstructorDescriptionTLcdCompositeModelDecoder(ILcdModelDecoder... aModelDecoders) Creates a new composite model decoder containing the supplied delegate decoders.TLcdSoft2DBoundsIndexedModel(String aSource, ILcdModelDecoder aModelDecoder) Constructs a newTLcdSoft2DBoundsIndexedModelwith the specified source and corresponding model decoder.TLcdSoft2DBoundsIndexedModel(String aSource, ILcdModelDecoder aModelDecoder, ILcd2DBoundsIndexedModel aModel) Constructs a newTLcdSoft2DBoundsIndexedModelwith the specified source and corresponding model decoder, and an already decoded model instance.TLcdSoft2DBoundsIndexedModel(String aSource, ILcdModelDecoder aModelDecoder, ILcdModelReference aModelReference, ILcdBounds aModelBounds) Constructs a newTLcdSoft2DBoundsIndexedModelwith the specified source and corresponding model decoder, model reference and model bounds.TLcdTarModelListDecoder(ILcdModelDecoder[] aModelDecoders) Constructs aTLcdTarModelListDecoderfrom a list ofILcdModelDecoderobjects to try for decoding the tar entries.TLcdZipModelListDecoder(ILcdModelDecoder[] aModelDecoders) Constructs aTLcdZipModelListDecoderfrom a list ofILcdModelDecoderobjects to try for decoding the zip entries.Constructor parameters in com.luciad.model with type arguments of type ILcdModelDecoderModifierConstructorDescriptionTLcdCompositeModelDecoder(Iterable<? extends ILcdModelDecoder> aModelDecoders) Creates a new composite model decoder that lazily uses the given Iterable to delegate to. -
Uses of ILcdModelDecoder in com.luciad.ogc.common
Methods in com.luciad.ogc.common that return ILcdModelDecoderModifier and TypeMethodDescriptiondefault ILcdModelDecoderILcdOGCModelDecoderFactory.createModelDecoder(ILcdDataSource aDataSource) Creates a newILcdModelDecoderthat can decode the specified data source.ILcdOGCModelDecoderFactory.createModelDecoder(String aSource) Creates a newILcdModelDecoderthat can decode the specified source.TLcdOGCModelDecoderFactory.createModelDecoder(ILcdDataSource aDataSource) TLcdOGCModelDecoderFactory.createModelDecoder(String aSource) -
Uses of ILcdModelDecoder in com.luciad.ogc.wcs.client
Classes in com.luciad.ogc.wcs.client that implement ILcdModelDecoderModifier and TypeClassDescriptionclassThis model decoder decodes a WCS coverage data source encoded as GeoTIFF into anILcdModelobject. -
Uses of ILcdModelDecoder in com.luciad.ogc.wfs.client
Classes in com.luciad.ogc.wfs.client that implement ILcdModelDecoderModifier and TypeClassDescriptionclassAnILcdModelDecoderandILcdWFSModelDecoderimplementation that allows to access a WFS server and retrieve data from it. -
Uses of ILcdModelDecoder in com.luciad.ogc.wmts.client
Classes in com.luciad.ogc.wmts.client that implement ILcdModelDecoderModifier and TypeClassDescriptionclassThis model decoder decodes a WMTS layer into anILcdModelobject. -
Uses of ILcdModelDecoder in com.luciad.wms.client.model
Classes in com.luciad.wms.client.model that implement ILcdModelDecoderModifier and TypeClassDescriptionclassAnILcdModelDecoderimplementation that allows to access a WMS server and retrieve data from it. -
Uses of ILcdModelDecoder in com.luciad.wms.server
Methods in com.luciad.wms.server that return ILcdModelDecoderModifier and TypeMethodDescriptionILcdModelDecoderFactory.createModelDecoder(String aSource) Creates a newILcdModelDecoderthat can decode the specified source.