Uses of Interface
com.luciad.io.ILcdInputStreamFactoryCapable
Package
Description
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.
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.
Decoders that handle the DAFIFT format.
Handles the dgn format.
Provides support for decoding DIMAP files.
Handles the dwg format.
Provides support for decoding ECRG files.
Handles the GDF format.
Provides support for decoding Google Earth Enterprise imagery repositories.
This package contains vector data GeoJson encoding and decoding utilities.
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 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.
This package provides a set of KML utility classes.
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.
This package and subclasses contain a domain model for describing ISO19115 metadata.
This package contains a decoder and encoder for ISO19139 data sources.
Handles MapInfo formats: the binary map format and the ASCII mif
format.
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 provides decoders for the WaveFront OBJ file format.
Provides decoders for the OpenFlight file format.
Painters for OpenFlight models.
This package contains a model decoder for decoding data in Pegasus files (
External orientation.csv
).Handles the POL format.
Provides representations, decoders, and encoders for rasters.
Handles the S-52 format.
Handles the S-57 format.
Handles the S-63 format.
Handles the shp format.
Handles the svg format.
Provides support for decoding Swiss DHM files.
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 a generic framework for parsing of XML documents,
using pluggable XML element readers and object factories.
Provides a binding framework for binding XML documents to Java object graphs and vice versa.
Provides an extension to the XML runtime binding framework
com.luciad.format.xml.bind
for
XML Schema based documents.Extension of the XML Framework provided by the
com.luciad.format.xml
package, offering
support for XML Schema-based documents.Contains utility functionality for XML.
Basic Input/Output functionality.
Provides workspace support for Lucy; a workspace is the complete state of the application (loaded
data, opened panels, ...); it can be saved to and loaded from for example a file.
Model interfaces
Contains classes for working with numeric graphs.
Provides support for
decoding
OGC Catalogue
domain objects
from XML.
Contains classes to support encoding and decoding of XML files containing OGC Filter elements to and from the OGC Filter model.
Encoding and decoding of XML files containing Feature Type Styles to and from the SLD model.
Everything related to model references and view references.
Construction and formatting of coordinate reference systems.
Provides two-dimensional views and components supporting the visualization of the former's representation.
Encoding and decoding of XML files containing Styled Layer Descriptors to and from the SLD model.
-
Uses of ILcdInputStreamFactoryCapable in com.luciad.format.aixm.decoder
Modifier and TypeClassDescriptionclass
ThisILcdModelDecoder
implementation represents an AIXM data source decoder. -
Uses of ILcdInputStreamFactoryCapable in com.luciad.format.aixm51.xml
Modifier and TypeClassDescriptionclass
This model decoder decodes AIXM 5.1 data intoILcdModel
objects. -
Uses of ILcdInputStreamFactoryCapable in com.luciad.format.arinc
Modifier and TypeClassDescriptionclass
This model decoder decodes all data from an ARINC file. -
Uses of ILcdInputStreamFactoryCapable in com.luciad.format.arinc.decoder
Modifier and TypeClassDescriptionclass
The default implementation ofILcdARINCDecoder
. -
Uses of ILcdInputStreamFactoryCapable in com.luciad.format.asdi
Modifier 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 ILcdInputStreamFactoryCapable in com.luciad.format.asterix
Modifier 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 ILcdInputStreamFactoryCapable in com.luciad.format.bci
Modifier and TypeClassDescriptionclass
This model decoder decodes BCI raster files.class
This class is anILcdTileDecoder
for BCI tiles. -
Uses of ILcdInputStreamFactoryCapable in com.luciad.format.bufr
Modifier and TypeClassDescriptionfinal class
This model decoder decodes BUFR files. -
Uses of ILcdInputStreamFactoryCapable in com.luciad.format.cadrg
Modifier and TypeClassDescriptionclass
This model decoder decodes directories containing rasters in the CADRG format (Compressed ARC Digital Raster Graphics).class
ThisILcdTileDecoder
decodes CADRG/CIB frame files.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 ILcdInputStreamFactoryCapable in com.luciad.format.cgm
Modifier and TypeClassDescriptionclass
Deprecated.we do not recommend using CGM for georeferenced data. -
Uses of ILcdInputStreamFactoryCapable in com.luciad.format.coverage
Modifier and TypeClassDescriptionfinal class
Model decoder that can decode LuciadFusion coverages of type IMAGE, ELEVATION, and RASTER. -
Uses of ILcdInputStreamFactoryCapable in com.luciad.format.csv
Modifier and TypeClassDescriptionfinal class
This model decoder decodes data in character-separated files. -
Uses of ILcdInputStreamFactoryCapable in com.luciad.format.dafif
Modifier and TypeClassDescriptionclass
Composite model decoder that handles all DAFIF and DAFIFT data. -
Uses of ILcdInputStreamFactoryCapable in com.luciad.format.dafif.decoder
Modifier 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 ILcdInputStreamFactoryCapable in com.luciad.format.dafift.decoder
Modifier 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 ILcdInputStreamFactoryCapable in com.luciad.format.dgn
Modifier and TypeClassDescriptionclass
This model decoder decodes vector data in Intergraph Standard File Formats (ISFF). -
Uses of ILcdInputStreamFactoryCapable in com.luciad.format.dimap
Modifier and TypeClassDescriptionclass
This model decoder decodes DIMAP XML files (Digital Image Map). -
Uses of ILcdInputStreamFactoryCapable in com.luciad.format.dwg
Modifier and TypeClassDescriptionclass
This model decoder decodes vector data in AutoCAD's drawing format. -
Uses of ILcdInputStreamFactoryCapable in com.luciad.format.ecrg
Modifier 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 ILcdInputStreamFactoryCapable in com.luciad.format.gdf
Modifier and TypeClassDescriptionclass
This ILcdModelDecoder decodes Geographic Data Files (GDF standard).class
This ILcdModelDecoder decodes multileveled, tiled GDF files, generated by the TLcdGDFMultiLevelTiledModelEncoder. -
Uses of ILcdInputStreamFactoryCapable in com.luciad.format.gee
Modifier and TypeClassDescriptionclass
Decodes fused imagery from Google Earth Enterprise repositories. -
Uses of ILcdInputStreamFactoryCapable in com.luciad.format.geojson
Modifier and TypeClassDescriptionclass
Decodes a GeoJsonFeatureCollection
to a LuciadILcdModel
. -
Uses of ILcdInputStreamFactoryCapable in com.luciad.format.geospot
Modifier and TypeClassDescriptionclass
This model decoder decodes GeoSPOT DSC (description) and REP (report) files. -
Uses of ILcdInputStreamFactoryCapable in com.luciad.format.gml2.xml
Modifier and TypeClassDescriptionclass
This model decoder decodes Geography Markup Language (GML) version 2.x. -
Uses of ILcdInputStreamFactoryCapable in com.luciad.format.gml3
Modifier and TypeClassDescriptionclass
Deprecated.This class has been deprecated. -
Uses of ILcdInputStreamFactoryCapable in com.luciad.format.gml31.xml
Modifier and TypeClassDescriptionclass
This model decoder decodes Geography Markup Language (GML) version 3.0.x and 3.1.x. -
Uses of ILcdInputStreamFactoryCapable in com.luciad.format.gml32.xml
Modifier and TypeClassDescriptionclass
This model decoder decodes Geography Markup Language (GML) version 3.2. -
Uses of ILcdInputStreamFactoryCapable in com.luciad.format.gmlcommon.xml
Modifier 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 ILcdInputStreamFactoryCapable in com.luciad.format.grib
Modifier and TypeClassDescriptionclass
Deprecated.TLcdNetCDFModelDecoder can be used instead.class
Deprecated.The NetCDF decoder should be used to decode GRIB data.class
Deprecated.The NetCDF decoder should be used to decode GRIB data.class
Deprecated.The NetCDF decoder should be used to decode GRIB data.class
Deprecated.TLcdNetCDFModelDecoder can be used instead.class
Deprecated.The NetCDF decoder should be used to decode GRIB data.class
Deprecated.TLcdNetCDFModelDecoder can be used instead.class
Deprecated.TLcdNetCDFModelDecoder can be used instead.class
Deprecated.The NetCDF decoder should be used to decode GRIB data.class
Deprecated.The NetCDF decoder should be used to decode GRIB data. -
Uses of ILcdInputStreamFactoryCapable in com.luciad.format.ifc
-
Uses of ILcdInputStreamFactoryCapable in com.luciad.format.kml22.util
-
Uses of ILcdInputStreamFactoryCapable in com.luciad.format.kml22.xml
Modifier and TypeClassDescriptionclass
This model decoder decodes KML (Keyhole Markup Language) files intoILcdModel
objects. -
Uses of ILcdInputStreamFactoryCapable in com.luciad.format.las
Modifier and TypeClassDescriptionclass
A model decoder that decodes LASer (.las
) and LASzip files (.laz
). -
Uses of ILcdInputStreamFactoryCapable in com.luciad.format.magneticnorth
Modifier and TypeClassDescriptionclass
This class maps the declination, inclination and total intensity of the magnetic north vector to a given point and date.class
This class produces aTLcdMagneticNorthModel
from a data file containing the parameters for the IGRF magnetic model.class
This class is a mapping between the declination, inclination or the total intensity of the magnetic north at a given point and date.class
This class produces aTLcdMagneticNorthModel
from a data file containing the parameters for the WMM magnetic model. -
Uses of ILcdInputStreamFactoryCapable in com.luciad.format.metadata.model
-
Uses of ILcdInputStreamFactoryCapable in com.luciad.format.metadata.xml
Modifier and TypeClassDescriptionclass
An ISO 19139 data source decoder. -
Uses of ILcdInputStreamFactoryCapable in com.luciad.format.mif
Modifier and TypeClassDescriptionclass
ThisILcdModelDecoder
decodes MAP (native binary MapInfo) files.class
ThisILcdModelDecoder
decodes MIF (MapInfo Interchange Format) files. -
Uses of ILcdInputStreamFactoryCapable in com.luciad.format.netcdf
Modifier and TypeClassDescriptionclass
Decodes NetCDF, NcML, GRIB and HDF files. -
Uses of ILcdInputStreamFactoryCapable in com.luciad.format.nitf
Modifier and TypeClassDescriptionclass
This model decoder decodes rasters in the NITF format (National Imagery Transmission Format, NITF 2.0 and NITF 2.1).class
ThisILcdTileDecoder
decodes uncompressed images in NITF files. -
Uses of ILcdInputStreamFactoryCapable in com.luciad.format.nvg.xml
Modifier and TypeClassDescriptionclass
Model decoder for Nato Vector Graphics that are encoded in XML. -
Uses of ILcdInputStreamFactoryCapable in com.luciad.format.object3d.obj
Modifier and TypeClassDescriptionclass
A decoder for WaveFront OBJ files.class
A model decoder for WaveFront OBJ files. -
Uses of ILcdInputStreamFactoryCapable in com.luciad.format.object3d.openflight
Modifier and TypeClassDescriptionclass
A decoder for OpenFlight (.FLT) files.class
Decoder for OpenFlight scene databases. -
Uses of ILcdInputStreamFactoryCapable in com.luciad.format.object3d.openflight.lightspeed
Modifier and TypeClassDescriptionclass
An implementation of ILsp3DIcon that draws an OpenFlight model. -
Uses of ILcdInputStreamFactoryCapable in com.luciad.format.pegasus
Modifier and TypeClassDescriptionclass
This model decoder decodes panoramic images from Pegasus datasets. -
Uses of ILcdInputStreamFactoryCapable in com.luciad.format.pol
Modifier and TypeClassDescriptionclass
ThisILcdModelDecoder
allows to decode Polygon files produced by the TAAM application of the Preston Group PTY Ltd. -
Uses of ILcdInputStreamFactoryCapable in com.luciad.format.raster
Modifier and TypeClassDescriptionclass
This class is an abstract basis for implementingILcdTileDecoder
.class
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
ThisILcdTileDecoder
decodes BIL (Band Interleaved by Line) tiles.class
ThisILcdTileDecoder
decodes images in BMP format.class
This model decoder decodes elevation rasters in the DEM format (USGS Digital Elevation Model).class
TLcdDTEDCellDecoder
is anILcdTileDecoder
that decodes a DEM tiles.class
This model decoder decodes DMED (Digital Mean Elevation Data) files and any available corresponding DTED (Digital Terrain Elevation Data) files.class
ThisILcdTileDecoder
decodes DMED cells on the integer grid of 1° by 1°.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
ThisILcdTileDecoder
decodes 1° by 1° DTED cells of any level (0, 1, or 2).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
ThisILcdTileDecoder
can decode GIF images.class
This class is anILcdTileDecoder
for PNM (Portable aNyMap) images, being PBM (Portable BitMap), PGM (Portable GrayMap), and PPM (Portable PixMap).class
Deprecated.UseTLcdPNMImageDecoder
.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
).class
ThisILcdTileDecoder
decodes uncompressed tiles of bytes, shorts, or integers. -
Uses of ILcdInputStreamFactoryCapable in com.luciad.format.s52
Modifier and TypeClassDescriptionclass
This class provides support to decode the ECDIS S-52 Presentation Library, for use with ECDIS S-57 geometries. -
Uses of ILcdInputStreamFactoryCapable in com.luciad.format.s57
Modifier and TypeClassDescriptionclass
This decoder decodes S-57 attribute class map objects.class
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 decoder decodes S-57 object class maps from map files.class
This model decoder decodes ECDIS S-57 data intoILcdModel
objects. -
Uses of ILcdInputStreamFactoryCapable in com.luciad.format.s63
Modifier and TypeClassDescriptionclass
ThisILcdModelDecoder
decodes S-57 catalogues, encrypted according to the S-63 standard.class
ThisILcdModelDecoder
decodes S-57 data, encrypted according to the S-63 standard (with extensions .000, .001,...).class
The equivalent decoder ofTLcdS57UnifiedModelDecoder
for S-57 data which is encrypted according to the S-63 standard. -
Uses of ILcdInputStreamFactoryCapable in com.luciad.format.shp
Modifier and TypeClassDescriptionclass
This model decoder decodes ESRI shape files. -
Uses of ILcdInputStreamFactoryCapable in com.luciad.format.svg
Modifier and TypeClassDescriptionclass
Deprecated.we do not recommend using SVG for georeferenced data. -
Uses of ILcdInputStreamFactoryCapable in com.luciad.format.swissdhm
Modifier and TypeClassDescriptionclass
This model decoder decodes elevation rasters in the SwissTopo Digital Height Model format (DHM25). -
Uses of ILcdInputStreamFactoryCapable in com.luciad.format.tiled3d.ogc3dtiles
Modifier and TypeClassDescriptionfinal class
This model decoder decodes 3D Tiles tileset files to anILcdModel
. -
Uses of ILcdInputStreamFactoryCapable in com.luciad.format.tiled3d.osgb
Modifier and TypeClassDescriptionfinal class
This model decoder decodes OpenSceneGraph datasets which are stored in the binary file format (*.osgb
files). -
Uses of ILcdInputStreamFactoryCapable in com.luciad.format.usrp
Modifier and TypeClassDescriptionclass
This model decoder decodes rasters in the USRP, ASRP, and ADRG formats. -
Uses of ILcdInputStreamFactoryCapable in com.luciad.format.vpf
Modifier and TypeClassDescriptionclass
This model decoder decodes Vector Product Format (VPF) data intoILcdModel
objects -
Uses of ILcdInputStreamFactoryCapable in com.luciad.format.xml
Modifier and TypeClassDescriptionclass
Deprecated.Use of thecom.format.xml
API has been deprecated. -
Uses of ILcdInputStreamFactoryCapable in com.luciad.format.xml.bind
Modifier and TypeClassDescriptionclass
Main class for unmarshalling an XML document into a Java object graph, usingILcdXMLUnmarshaller
's. -
Uses of ILcdInputStreamFactoryCapable in com.luciad.format.xml.bind.schema
Modifier and TypeClassDescriptionclass
ILcdModelDecoder
that provides additional infrastructure to decode XML schema based documents.class
Decoder for decoding an XML Schema-based XML document into a Java object graph, usingILcdXMLUnmarshaller
's andILcdXMLTypeUnmarshaller
's.class
Contains information common to XML decoders and encoders. -
Uses of ILcdInputStreamFactoryCapable in com.luciad.format.xml.schema
Modifier and TypeClassDescriptionclass
Deprecated.Use of thecom.format.xml.schema
API has been deprecated.class
Deprecated.Use of thecom.format.xml.schema
API has been deprecated. -
Uses of ILcdInputStreamFactoryCapable in com.luciad.format.xml.util
Modifier and TypeClassDescriptionclass
An entity resolver which has a local cache of all XSD schemas that are available in the LuciadLightspeed distribution.class
Allows to quickly determine the type of an XML file without consuming the input stream. -
Uses of ILcdInputStreamFactoryCapable in com.luciad.io
Modifier and TypeClassDescriptionclass
ThisILcdInputStreamFactory
creates input streams from source names that represent tar files or entries in tar files.class
This class implements aILcdInputStreamFactory
that can create input streams from source names that represent zip files or entries in zip files. -
Uses of ILcdInputStreamFactoryCapable in com.luciad.lucy.workspace
Modifier and TypeClassDescriptionclass
Extension ofALcyWorkspaceCodec
that only uses a singleOutputStream
and a singleInputStream
to store/restore workspaces.class
Extension ofTLcyBlobWorkspaceCodec
that can save and load workspaces to/from the file system. -
Uses of ILcdInputStreamFactoryCapable in com.luciad.model
Modifier and TypeClassDescriptionclass
Composite implementation ofILcdModelDecoder
.final class
Composite implementation ofILcdModelReferenceDecoder
.class
Deprecated.class
ThisILcdModelDecoder
allows to decode entries in tar files.class
ThisILcdModelDecoder
allows to decode entries in zip files. -
Uses of ILcdInputStreamFactoryCapable in com.luciad.network.graph.numeric
Modifier and TypeClassDescriptionclass
Decoder for decoding numeric graphs, encoded by theTLcdNumericGraphEncoder
. -
Uses of ILcdInputStreamFactoryCapable in com.luciad.ogc.csw.xml
Modifier and TypeClassDescriptionclass
An XML decoder for OGC catalog service domain objects. -
Uses of ILcdInputStreamFactoryCapable in com.luciad.ogc.filter.xml
Modifier and TypeClassDescriptionclass
XML Decoder for documents describing OGC filters, structured according to version 1.1.0 and 2.0 of the OGC Filter specification. -
Uses of ILcdInputStreamFactoryCapable in com.luciad.ogc.sld.xml
Modifier and TypeClassDescriptionclass
This class supports the decoding of XML documents containing feature type styles structured according to version 1.1 of the OGC Symbology Encoding Implementation Specification and the deprecated version 1.0 of the OGC Styled Layer Descriptor Implementation Specification.class
Deprecated. -
Uses of ILcdInputStreamFactoryCapable in com.luciad.reference
Modifier and TypeClassDescriptionclass
ThisILcdModelReferenceDecoder
decodes model references based on .ref property files corresponding to the given source files.class
This model reference decoder constructs model references based on the rational polynomial coefficients read from RPC files, as distributed by GeoEye. -
Uses of ILcdInputStreamFactoryCapable in com.luciad.reference.format
Modifier and TypeClassDescriptionclass
ThisILcdModelReferenceDecoder
decodes model references based on .epsg files corresponding to the given source files.class
This decoder attempts to create aILcdModelReference
from a file in the directory of the given data source fileaSource
. -
Uses of ILcdInputStreamFactoryCapable in com.luciad.view.gxy
Modifier and TypeClassDescriptionclass
ILcdGXYLayerDecoder
,ILcdGXYLayerEncoder
andILcdGXYLayerFactory
forILcdGXYLayer
s whoseILcdModel
contains featured points (bothILcdPoint
andILcdFeatured
).class
ILcdGXYLayerDecoder
,ILcdGXYLayerEncoder
andILcdGXYLayerFactory
forILcdGXYLayer
s whoseILcdModel
contains featured polygons (bothILcdPolygon
andILcdFeatured
).class
ILcdGXYLayerDecoder
,ILcdGXYLayerEncoder
andILcdGXYLayerFactory
forILcdGXYLayer
s whoseILcdModel
contains featured polylines (bothILcdPolyline
andILcdFeatured
).class
ILcdGXYLayerDecoder
,ILcdGXYLayerEncoder
andILcdGXYLayerFactory
forILcdGXYLayer
s whoseILcdModel
contains multi level rasters (ILcdMultilevelRaster
).class
ILcdGXYLayerDecoder
,ILcdGXYLayerEncoder
andILcdGXYLayerFactory
forILcdGXYLayer
s whoseILcdModel
contains (single level) rasters (ILcdRaster
). -
Uses of ILcdInputStreamFactoryCapable in com.luciad.wms.sld.xml
Modifier and TypeClassDescriptionclass
XML Decoder for documents describing Styled Layer Descriptors, structured according to version 1.1 or 1.0 of the OGC Styled Layer Descriptor specification.class
Deprecated.