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.
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 TypeClassDescriptionclass
Encodes and decodes models containingILcdEarthAsset
objects.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 ILcdModelDecoder
TLcdEarthRasterAssetCodec.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 TLcdEarthRasterAsset
TLcdEarthClippedRasterAssetCodec.createAsset
(Properties aProperties, String aSource, ILcdModelDecoder aModelDecoder, ILcdBounds aBounds, ILcdEarthTileSetCoverage.CoverageType aCoverageType, double aPixelDensity, Date aDate) protected TLcdEarthRasterAsset
TLcdEarthRasterAssetCodec.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 String
TLcdEarthRasterAssetCodec.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 TypeClassDescriptionclass
This model decoder decodes tile repositories.class
This 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 TypeClassDescriptionclass
ThisILcdModelDecoder
implementation 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 TypeClassDescriptionclass
This model decoder decodes AIXM 5.1 data intoILcdModel
objects. -
Uses of ILcdModelDecoder in com.luciad.format.arinc
Classes in com.luciad.format.arinc that implement ILcdModelDecoderModifier and TypeClassDescriptionclass
This 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 TypeInterfaceDescriptioninterface
ThisILcdModelDecoder
extension specifies the interface for ARINC data source decoders.Classes in com.luciad.format.arinc.decoder that implement ILcdModelDecoderModifier and TypeClassDescriptionclass
The default implementation ofILcdARINCDecoder
. -
Uses of ILcdModelDecoder in com.luciad.format.asdi
Classes in com.luciad.format.asdi that implement ILcdModelDecoderModifier and TypeClassDescriptionclass
This 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 class
This decoder reads live ASTERIX data from anInputStream
and represents it in aILcdModelContainer
.class
This decoder reads ASTERIX data and represents it in a TLcdModelList. -
Uses of ILcdModelDecoder in com.luciad.format.bci
Classes in com.luciad.format.bci that implement ILcdModelDecoderModifier and TypeClassDescriptionclass
This model decoder decodes BCI raster files. -
Uses of ILcdModelDecoder in com.luciad.format.bingmaps
Classes in com.luciad.format.bingmaps that implement ILcdModelDecoderModifier and TypeClassDescriptionclass
A model decoder that creates anILcdModel
containing 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 class
This model decoder decodes Binz files. -
Uses of ILcdModelDecoder in com.luciad.format.bufr
Classes in com.luciad.format.bufr that implement ILcdModelDecoderModifier and TypeClassDescriptionfinal class
This model decoder decodes BUFR files. -
Uses of ILcdModelDecoder in com.luciad.format.cadrg
Classes in com.luciad.format.cadrg that implement ILcdModelDecoderModifier and TypeClassDescriptionclass
This model decoder decodes directories containing rasters in the CADRG format (Compressed ARC Digital Raster Graphics).class
This 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 TypeClassDescriptionclass
Deprecated.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 class
Model 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 class
This 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 TypeClassDescriptionclass
Composite 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 TypeInterfaceDescriptioninterface
This extension of theILcdModelDecoder
interface defines the methods necessary for decoding a DAFIF data file.interface
This interface defines the methods specific for decoders that produce so-called "multi" models.Classes in com.luciad.format.dafif.decoder that implement ILcdModelDecoderModifier and TypeClassDescriptionclass
This extension of theALcdDAFIFSingleModelDecoder
class provides read methods to retrieve data from a aerodrome or heliport data file.class
This extension of theALcdDAFIFSingleModelDecoder
defines the skeleton of the decode algorithm used to decode DAFIF airspaces and special use airspaces.class
This abstract implementation of theILcdDAFIFDecoder
interface defines the most primitive methods used when decoding a DAFIF file.class
This abstract extension of theALcdDAFIFDecoder
class defines the skeleton of the decode algorithm used to decode DAFIF data files.class
This abstract extension of theALcdDAFIFDecoder
class defines the skeleton of the decode algorithm used to decode DAFIF data files.class
This extension of theALcdDAFIFAerodromeDecoder
decodes aerodromes from a DAFIF source file.class
This extension of theALcdDAFIFMultiModelDecoder
decodes navaids (VOR, DME, NDB, TACAN, VOR-DME, VORTAC and NDB-DME) from a DAFIF source file.class
This extension of theALcdDAFIFAirspaceDecoder
decodes airspaces from a DAFIF source file.class
This extension of theALcdDAFIFSingleModelDecoder
decodes ATS routes from a DAFIF source file.class
This extension of theALcdDAFIFSingleModelDecoder
decodes helipads from a DAFIF source file.class
This extension of theALcdDAFIFAerodromeDecoder
decodes heliports from a DAFIF source file.class
This extension of theALcdDAFIFSingleModelDecoder
decodes holdings from a DAFIF source file.class
This extension of theALcdDAFIFMultiModelDecoder
decodes ILS components (DMEs, glide paths, localizers and markers) from a DAFIF source file.class
This extension of theTLcdDAFIFAerodromeNavaidDecoder
class can be used to produce a model without having to specify a navaid model first.class
This extension of theTLcdDAFIFATSRouteDecoder
class can be used to produce a model without having to specify a waypoint model first.class
This extension of theTLcdDAFIFHelipadDecoder
class can be used to produce a model without having to specify a heliport model first.class
This extension of theTLcdDAFIFHoldingDecoder
class can be used to produce a model without having to specify a waypoint model first.class
This extension of theTLcdDAFIFILSDecoder
class can be used to produce a model without having to specify a runway model first.class
This extension of theTLcdDAFIFProcedureDecoder
class 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.class
This extension of theTLcdDAFIFRunwayDecoder
class can be used to produce a model without having to specify an aerodrome model first.class
This extension of theALcdDAFIFSingleModelDecoder
decodes military training routes from a DAFIF source file.class
This extension of theALcdDAFIFMultiModelDecoder
decodes navaids (VOR, DME, NDB, TACAN, VOR-DME, VORTAC and NDB-DME) from a DAFIF source file.class
This extension of theALcdDAFIFAerodromeDecoder
decodes ORTCAs from a DAFIF source file.class
This extension of theALcdDAFIFSingleModelDecoder
decodes parachute jump areas from a DAFIF source file.class
This extension of theALcdDAFIFSingleModelDecoder
decodes procedures from a DAFIF source file.class
This extension of theALcdDAFIFMultiModelDecoder
decodes refueling tracks or anchors from a DAFIF source file.class
This extension of theALcdDAFIFSingleModelDecoder
decodes runways from a DAFIF source file.class
This extension of theALcdDAFIFAirspaceDecoder
decodes special use airspaces from a DAFIF source file.class
This extension of theALcdDAFIFMultiModelDecoder
decodes VFR routes from a DAFIF source file.class
This extension of theALcdDAFIFSingleModelDecoder
decodes 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 TypeClassDescriptionclass
This abstract implementation of theILcdModelDecoder
interface defines the most primitive methods used when decoding a DAFIFT file.class
Implementation ofILcdModelDecoder
that decodes DAFIFT aerodrome objects from the specified source directory.class
Implementation ofILcdModelDecoder
that decodes DAFIFT navaid objects (VOR, DME, NDB, TACAN, VOR-DME, VORTAC and NDB-DME) from the specified source directory.class
Implementation ofILcdModelDecoder
that decodes DAFIFT airspace objects from the specified source directory.class
Implementation ofILcdModelDecoder
that decodes DAFIFT ATS route objects from the specified source directory.class
Implementation ofILcdModelDecoder
that decodes DAFIFT helipad objects from the specified source directory.class
Implementation ofILcdModelDecoder
that decodes DAFIFT heliport objects from the specified source directory.class
Implementation ofILcdModelDecoder
that decodes DAFIFT holding objects from the specified source directory.class
Implementation ofILcdModelDecoder
that decodes DAFIFT ILS components (DMEs, glide paths, localizers and markers) from the specified source directory.class
This extension of theTLcdDAFIFTAerodromeNavaidDecoder
class can be used to produce a model without having to specify a navaid model first.class
This extension of theTLcdDAFIFTATSRouteDecoder
class can be used to produce a model without having to specify a waypoint model first.class
This extension of theTLcdDAFIFTHelipadDecoder
class can be used to produce a model without having to specify a heliport model first.class
This extension of theTLcdDAFIFTHoldingDecoder
class can be used to produce a model without having to specify a waypoint model first.class
This extension of theTLcdDAFIFTILSDecoder
class can be used to produce a model without having to specify a runway model first.class
This extension of theTLcdDAFIFTProcedureDecoder
class 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.class
This extension of theTLcdDAFIFTRunwayDecoder
class can be used to produce a model without having to specify an aerodrome model first.class
Implementation ofILcdModelDecoder
that decodes DAFIFT military training route objects from the specified source directory.class
Implementation ofILcdModelDecoder
that decodes DAFIFT Minimum Sector Altitude objects from the specified source directory.class
Implementation ofILcdModelDecoder
that decodes DAFIFT navaid objects (VOR, DME, NDB, TACAN, VOR-DME, VORTAC and NDB-DME) from the specified source directory.class
Implementation ofILcdModelDecoder
that decodes DAFIFT ORTCA objects from the specified source directory.class
Implementation ofILcdModelDecoder
that decodes DAFIFT parachute jump area objects from the specified source directory.class
Implementation ofILcdModelDecoder
that decodes DAFIFT Precision Approach Path Points from the specified source directory.class
Implementation ofILcdModelDecoder
that decodes DAFIFT procedure objects from the specified source directory.class
Implementation ofILcdModelDecoder
that decodes DAFIFT refueling track or anchor objects from the specified source directory.class
Implementation ofILcdModelDecoder
that decodes DAFIFT runway objects from the specified source directory.class
Implementation ofILcdModelDecoder
that decodes DAFIFT special use airspace objects from the specified source directory.class
Implementation ofILcdModelDecoder
that decodes DAFIFT VFR route objects from the specified source directory.class
Implementation ofILcdModelDecoder
that 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 TypeClassDescriptionclass
ThisILcdModelDecoder
decodes generic spatial databases intoTLcdDatabaseModel
orTLcdDatabaseReadOnlyModel
objects. -
Uses of ILcdModelDecoder in com.luciad.format.db2.spatial
Classes in com.luciad.format.db2.spatial that implement ILcdModelDecoderModifier and TypeClassDescriptionclass
This 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 TypeInterfaceDescriptioninterface
This interface provides common methods for decoders of theDGN
file format.Classes in com.luciad.format.dgn that implement ILcdModelDecoderModifier and TypeClassDescriptionclass
This model decoder decodes vector data in Intergraph Standard File Formats (ISFF).class
ThisILcdModelDecoder
handles 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 TypeClassDescriptionclass
This 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 TypeInterfaceDescriptioninterface
This interface provides common methods for decoders of theDWG
file format.Classes in com.luciad.format.dwg that implement ILcdModelDecoderModifier and TypeClassDescriptionclass
This model decoder decodes vector data in AutoCAD's drawing format.class
ThisILcdModelDecoder
decodes 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 TypeClassDescriptionclass
This 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 TypeClassDescriptionclass
This 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 TypeClassDescriptionclass
This 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 TypeClassDescriptionclass
This ILcdModelDecoder decodes Geographic Data Files (GDF standard).class
This 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 TypeClassDescriptionclass
Decodes 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 TypeClassDescriptionclass
Decodes a GeoJsonFeatureCollection
to a LuciadILcdModel
. -
Uses of ILcdModelDecoder in com.luciad.format.geospatialpdf
Classes in com.luciad.format.geospatialpdf that implement ILcdModelDecoderModifier and TypeClassDescriptionfinal class
This model decoder decodes Geospatial PDF files. -
Uses of ILcdModelDecoder in com.luciad.format.geospot
Classes in com.luciad.format.geospot that implement ILcdModelDecoderModifier and TypeClassDescriptionclass
This 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 TypeClassDescriptionclass
This 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 TypeClassDescriptionclass
Deprecated.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 TypeClassDescriptionclass
This 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 TypeClassDescriptionclass
This 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 TypeClassDescriptionclass
Decodes 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 TypeClassDescriptionclass
This 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 TypeClassDescriptionclass
Deprecated.TLcdNetCDFModelDecoder can be used instead.class
Deprecated.TLcdNetCDFModelDecoder can be used instead.class
Deprecated.TLcdNetCDFModelDecoder can be used instead.class
Deprecated.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 TypeClassDescriptionclass
This 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 TypeClassDescriptionclass
This 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 TypeClassDescriptionclass
This model decoder decodes georeferenced JPEG2000 files.class
This 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 TypeClassDescriptionclass
This model decoder decodes KML (Keyhole Markup Language) files intoILcdModel
objects. -
Uses of ILcdModelDecoder in com.luciad.format.las
Classes in com.luciad.format.las that implement ILcdModelDecoderModifier and TypeClassDescriptionclass
A 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 TypeClassDescriptionclass
This class produces aTLcdMagneticNorthModel
from a data file containing the parameters for the IGRF magnetic model.class
This class produces aTLcdMagneticNorthModel
from 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 TypeClassDescriptionclass
A 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 class
This model decoder decodes MGCP. -
Uses of ILcdModelDecoder in com.luciad.format.mif
Classes in com.luciad.format.mif that implement ILcdModelDecoderModifier and TypeClassDescriptionclass
ThisILcdModelDecoder
decodes MAP (native binary MapInfo) files.class
ThisILcdModelDecoder
decodes MIF (MapInfo Interchange Format) files. -
Uses of ILcdModelDecoder in com.luciad.format.mrsid
Classes in com.luciad.format.mrsid that implement ILcdModelDecoderModifier and TypeClassDescriptionclass
This 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 TypeClassDescriptionclass
This 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 TypeClassDescriptionclass
Decodes NetCDF, NcML, GRIB and HDF files. -
Uses of ILcdModelDecoder in com.luciad.format.nitf
Classes in com.luciad.format.nitf that implement ILcdModelDecoderModifier and TypeClassDescriptionclass
This 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 TypeClassDescriptionclass
Model 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 TypeClassDescriptionclass
This 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 TypeClassDescriptionclass
A 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 TypeClassDescriptionclass
Decoder for OpenFlight scene databases. -
Uses of ILcdModelDecoder in com.luciad.format.oracle.georaster
Classes in com.luciad.format.oracle.georaster that implement ILcdModelDecoderModifier and TypeClassDescriptionclass
ThisILcdModelDecoder
decodes 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 TypeClassDescriptionclass
This 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 TypeMethodDescriptionvoid
TLcdLuciadPanoramaModelEncoder.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 TypeClassDescriptionclass
This 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 TypeClassDescriptionclass
ThisILcdModelDecoder
allows 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 TypeClassDescriptionclass
This 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 TypeClassDescriptionclass
This model decoder decodes ESRI ArcInfo ASCII Grid format (*.asc, *.grd) raster files.class
This model decoder decodes Band Interleaved by Line (BIL) raster files.class
This model decoder decodes elevation rasters in the DEM format (USGS Digital Elevation Model).class
This model decoder decodes DMED (Digital Mean Elevation Data) files and any available corresponding DTED (Digital Terrain Elevation Data) files.class
This model decoder decodes directories containing DTED (Digital Terrain Elevation Data) files.class
This model decoder decodes individual DTED (Digital Terrain Elevation Data) files.class
This model decoder decodes the raw ETOPO1, ETOPO2, ETOPO2v2, and ETOPO5 data sets.class
This model decoder decodes GeoTIFF files, or more generally, georeferenced TIFF files.class
This model decoder decodesjai
files.class
This model decoder decodesrst
files.class
This model decoder decodes MapInfo TAB Raster files.class
This model decoder decodes TIFF World files (tfw
files), as well as JPEG World files (jgw
files), BMP World files (bpw
files) and PNG World files (pgw
). -
Uses of ILcdModelDecoder in com.luciad.format.revit
Classes in com.luciad.format.revit that implement ILcdModelDecoderModifier and TypeClassDescriptionclass
This 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 TypeClassDescriptionclass
Model decoder that can decode ECDIS S-57 catalogues intoILcdModel
objects.class
Model decoder that can decode all ECDIS S-57 cells in a directory into anILcdModel
.class
This model decoder decodes ECDIS S-57 data intoILcdModel
objects.class
This model decoder decodes ECDIS S-57 data intoILcdModel
objects.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 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. -
Uses of ILcdModelDecoder in com.luciad.format.shp
Classes in com.luciad.format.shp that implement ILcdModelDecoderModifier and TypeClassDescriptionclass
This model decoder decodes ESRI shape files.class
This 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 TypeClassDescriptionclass
A 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 TypeClassDescriptionclass
A 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 TypeClassDescriptionclass
A 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 TypeClassDescriptionclass
This 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 TypeClassDescriptionclass
Deprecated.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 TypeClassDescriptionclass
This 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 class
This model decoder decodes point clouds in the Luciad point cloud file format (tilestore.lpc
files). -
Uses of ILcdModelDecoder in com.luciad.format.tiled3d.ogc3dtiles
Classes in com.luciad.format.tiled3d.ogc3dtiles that implement ILcdModelDecoderModifier and TypeClassDescriptionfinal class
This 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 class
This model decoder decodes OpenSceneGraph datasets which are stored in the binary file format (*.osgb
files). -
Uses of ILcdModelDecoder in com.luciad.format.usrp
Classes in com.luciad.format.usrp that implement ILcdModelDecoderModifier and TypeClassDescriptionclass
This 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 TypeClassDescriptionclass
This model decoder decodes Vector Product Format (VPF) data intoILcdModel
objects -
Uses of ILcdModelDecoder in com.luciad.format.xml.bind.schema
Classes in com.luciad.format.xml.bind.schema that implement ILcdModelDecoderModifier and TypeClassDescriptionclass
ILcdModelDecoder
that 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 TypeClassDescriptionclass
Decodes a Tile Store from a URI or directly from anALfnTileStore
into 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 TypeClassDescriptionclass
Composite implementation ofILcdModelDecoder
.class
Deprecated.This API is only here to support deprecated formats.class
Deprecated.class
ThisILcdModelDecoder
allows to decode entries in tar files.class
ThisILcdModelDecoder
allows to decode entries in zip files.Methods in com.luciad.model that return ILcdModelDecoderModifier and TypeMethodDescriptionprotected ILcdModelDecoder
TLcdOpenAction.chooseModelDecoder
(Vector aVectorOfModelDecoder, String aFullPathSourceName) Is called by the loadFile( String aFullPathSourceName, boolean ) method when more than oneILcdModelDecoder
accepts to decode aFullPathSourceName.TLcdOpenAction.getModelDecoder()
Returns the current list ofILcdModelDecoder
objects.TLcdSoft2DBoundsIndexedModel.getModelDecoder()
Gets theILcdModelDecoder
for thisILcdModel
.Methods in com.luciad.model that return types with arguments of type ILcdModelDecoderModifier and TypeMethodDescriptionTLcdCompositeModelDecoder.findModelDecoders
(ILcdDataSource aDataSource) Returns all model decoders thatcan decode
the given data sourceTLcdCompositeModelDecoder.findModelDecoders
(String aSourceName) Returns all model decoders thatcan decode
the 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 ILcdModel
TLcdOpenAction.handleDecodeException
(ILcdModelDecoder aModelDecoder, String aFullPathSourceName, Exception aException) Is called by the loadFile( String aFullPathSourceName, boolean ) method when a validILcdModelDecoder
has been found to decode aFullPathSourceName, and an Exception has occurred when decoding aFullPathSourceName.protected void
TLcdOpenAction.loadingTerminated
(String aFullPathSourceName, ILcdModelDecoder aModelDecoder, boolean aIsAdjusting) Is being called just after aModelDecoder.decode(aFullPathSourceName).void
TLcdOpenAction.setModelDecoder
(ILcdModelDecoder[] aModelDecoder) Sets the list ofILcdModelDecoder
objects.void
TLcdSoft2DBoundsIndexedModel.setModelDecoder
(ILcdModelDecoder aModelDecoder) Sets theILcdModelDecoder
for thisILcdModel
.protected void
TLcdOpenAction.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 newTLcdSoft2DBoundsIndexedModel
with the specified source and corresponding model decoder.TLcdSoft2DBoundsIndexedModel
(String aSource, ILcdModelDecoder aModelDecoder, ILcd2DBoundsIndexedModel aModel) Constructs a newTLcdSoft2DBoundsIndexedModel
with the specified source and corresponding model decoder, and an already decoded model instance.TLcdSoft2DBoundsIndexedModel
(String aSource, ILcdModelDecoder aModelDecoder, ILcdModelReference aModelReference, ILcdBounds aModelBounds) Constructs a newTLcdSoft2DBoundsIndexedModel
with the specified source and corresponding model decoder, model reference and model bounds.TLcdTarModelListDecoder
(ILcdModelDecoder[] aModelDecoders) Constructs aTLcdTarModelListDecoder
from a list ofILcdModelDecoder
objects to try for decoding the tar entries.TLcdZipModelListDecoder
(ILcdModelDecoder[] aModelDecoders) Constructs aTLcdZipModelListDecoder
from a list ofILcdModelDecoder
objects 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 ILcdModelDecoder
ILcdOGCModelDecoderFactory.createModelDecoder
(ILcdDataSource aDataSource) Creates a newILcdModelDecoder
that can decode the specified data source.ILcdOGCModelDecoderFactory.createModelDecoder
(String aSource) Creates a newILcdModelDecoder
that 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 TypeClassDescriptionclass
This model decoder decodes a WCS coverage data source encoded as GeoTIFF into anILcdModel
object. -
Uses of ILcdModelDecoder in com.luciad.ogc.wfs.client
Classes in com.luciad.ogc.wfs.client that implement ILcdModelDecoderModifier and TypeClassDescriptionclass
AnILcdModelDecoder
andILcdWFSModelDecoder
implementation 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 TypeClassDescriptionclass
This model decoder decodes a WMTS layer into anILcdModel
object. -
Uses of ILcdModelDecoder in com.luciad.wms.client.model
Classes in com.luciad.wms.client.model that implement ILcdModelDecoderModifier and TypeClassDescriptionclass
AnILcdModelDecoder
implementation 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 newILcdModelDecoder
that can decode the specified source.