Uses of Interface
com.luciad.io.ILcdInputStreamFactory
Packages that use ILcdInputStreamFactory
Package
Description
Provides encoding and decoding support for models that contain
ILcdEarthAsset objects.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.
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.
Handles GML 2.1.2 and GML 3 data.
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.
Support for MBTiles data.
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 defines interfaces for the modelling of arbitrary 3D geometries.
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.
This package provides some basic Input/Output functionality classes.
Provides support facilities for encoding and decoding
ALcyProperties instances to and
from arbitrary destinations and sources, as well as converting Object values to
String values and vice versa.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.
Provides a painting support for 3D meshes.
Provides a generic model for styles.
Encoding and decoding of XML files containing Styled Layer Descriptors to and from the SLD model.
-
Uses of ILcdInputStreamFactory in com.luciad.earth.metadata.format
Methods in com.luciad.earth.metadata.format that return ILcdInputStreamFactoryModifier and TypeMethodDescriptionTLcdEarthAssetModelCodec.getInputStreamFactory()Returns the input stream factory to be used when decoding asset models.Methods in com.luciad.earth.metadata.format with parameters of type ILcdInputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdEarthAssetModelCodec.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Sets the input stream factory to be used when decoding asset models. -
Uses of ILcdInputStreamFactory in com.luciad.format.aixm.decoder
Methods in com.luciad.format.aixm.decoder that return ILcdInputStreamFactoryModifier and TypeMethodDescriptionTLcdAIXMModelDecoder.getInputStreamFactory()Returns the input stream factory that is currently used for creating input streams given source names.Methods in com.luciad.format.aixm.decoder with parameters of type ILcdInputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdAIXMModelDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Sets the input stream factory that will be used for creating input streams given source names. -
Uses of ILcdInputStreamFactory in com.luciad.format.aixm51.xml
Methods in com.luciad.format.aixm51.xml that return ILcdInputStreamFactoryMethods in com.luciad.format.aixm51.xml with parameters of type ILcdInputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdAIXM51ModelDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) -
Uses of ILcdInputStreamFactory in com.luciad.format.arinc
Methods in com.luciad.format.arinc that return ILcdInputStreamFactoryMethods in com.luciad.format.arinc with parameters of type ILcdInputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdARINCModelDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) -
Uses of ILcdInputStreamFactory in com.luciad.format.arinc.decoder
Methods in com.luciad.format.arinc.decoder that return ILcdInputStreamFactoryModifier and TypeMethodDescriptionTLcdARINCDecoder.getInputStreamFactory()Returns the input stream factory that is currently used for creating input streams given source names.Methods in com.luciad.format.arinc.decoder with parameters of type ILcdInputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdARINCDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Sets the input stream factory that will be used for creating input streams given source names. -
Uses of ILcdInputStreamFactory in com.luciad.format.asdi
Methods in com.luciad.format.asdi that return ILcdInputStreamFactoryModifier and TypeMethodDescriptionTLcdASDIModelDecoder.getInputStreamFactory()Returns the input stream factory that is currently used for creating input streams given source names.Methods in com.luciad.format.asdi with parameters of type ILcdInputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdASDIModelDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Sets the input stream factory that will be used for creating input streams given source names. -
Uses of ILcdInputStreamFactory in com.luciad.format.asterix
Methods in com.luciad.format.asterix that return ILcdInputStreamFactoryModifier and TypeMethodDescriptionTLcdASTERIXLiveModelDecoder.getInputStreamFactory()Returns the input stream factory that is currently used for creating input streams given source names.TLcdASTERIXModelDecoder.getInputStreamFactory()Returns the input stream factory that is currently used for creating input streams given source names.Methods in com.luciad.format.asterix with parameters of type ILcdInputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdASTERIXLiveModelDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Sets the input stream factory that will be used for creating input streams given source names.voidTLcdASTERIXModelDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Sets the input stream factory that will be used for creating input streams given source names.Constructors in com.luciad.format.asterix with parameters of type ILcdInputStreamFactoryModifierConstructorDescriptionTLcdASTERIXFinalReplayInputStream(TLcdASTERIXDataSource aDataSource, ILcdInputStreamFactory aInputStreamFactory) Constructs a new TLcdASTERIXFinalReplayInputStream that gets the data from the specified data source.TLcdASTERIXFinalReplayInputStream(TLcdASTERIXDataSource aDataSource, ILcdInputStreamFactory aInputStreamFactory, int aMaxBuffer) Constructs a new TLcdASTERIXFinalReplayInputStream that gets the data from the specified data source. -
Uses of ILcdInputStreamFactory in com.luciad.format.bci
Methods in com.luciad.format.bci that return ILcdInputStreamFactoryModifier and TypeMethodDescriptionTLcdBCIRasterModelDecoder.getInputStreamFactory()Returns the input stream factory that is used for creating input streams given source names.Methods in com.luciad.format.bci with parameters of type ILcdInputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdBCIRasterModelDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Sets the input stream factory that will be used for creating input streams given source names. -
Uses of ILcdInputStreamFactory in com.luciad.format.bufr
Methods in com.luciad.format.bufr that return ILcdInputStreamFactoryMethods in com.luciad.format.bufr with parameters of type ILcdInputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdBUFRModelDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Sets the input stream factory to be used. -
Uses of ILcdInputStreamFactory in com.luciad.format.cadrg
Methods in com.luciad.format.cadrg that return ILcdInputStreamFactoryModifier and TypeMethodDescriptionTLcdCADRGDirectoryModelDecoder.getInputStreamFactory()Returns the input stream factory that is used for creating input streams given source names.TLcdCADRGModelDecoder.getInputStreamFactory()Returns the input stream factory that is used for creating input streams given source names.Methods in com.luciad.format.cadrg with parameters of type ILcdInputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdCADRGDirectoryModelDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Sets the input stream factory that will be used for creating input streams given source names.voidTLcdCADRGModelDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Sets the input stream factory that will be used for creating input streams given source names. -
Uses of ILcdInputStreamFactory in com.luciad.format.cgm
Methods in com.luciad.format.cgm that return ILcdInputStreamFactoryMethods in com.luciad.format.cgm with parameters of type ILcdInputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdCGMModelDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Deprecated.Sets the input stream factory that will be used for creating input streams given source names. -
Uses of ILcdInputStreamFactory in com.luciad.format.coverage
Methods in com.luciad.format.coverage that return ILcdInputStreamFactoryMethods in com.luciad.format.coverage with parameters of type ILcdInputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdCoverageModelDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Sets the input stream factory to be used. -
Uses of ILcdInputStreamFactory in com.luciad.format.csv
Methods in com.luciad.format.csv that return ILcdInputStreamFactoryMethods in com.luciad.format.csv with parameters of type ILcdInputStreamFactoryModifier and TypeMethodDescriptionstatic List<TLcdCSVDataSource.ColumnType> TLcdCSVDataSource.ColumnType.decodeSource(String aCSVTSource, ILcdInputStreamFactory aInputStreamFactory, Charset aEncoding) Returns a list of column types as defined in a CSVT file.voidTLcdCSVModelDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) -
Uses of ILcdInputStreamFactory in com.luciad.format.dafif
Methods in com.luciad.format.dafif that return ILcdInputStreamFactoryMethods in com.luciad.format.dafif with parameters of type ILcdInputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdDAFIFModelDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) -
Uses of ILcdInputStreamFactory in com.luciad.format.dafif.decoder
Methods in com.luciad.format.dafif.decoder that return ILcdInputStreamFactoryModifier and TypeMethodDescriptionALcdDAFIFDecoder.getInputStreamFactory()Returns the input stream factory that is currently used for creating input streams given source names.Methods in com.luciad.format.dafif.decoder with parameters of type ILcdInputStreamFactoryModifier and TypeMethodDescriptionvoidALcdDAFIFDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Sets the input stream factory that will be used for creating input streams given source names. -
Uses of ILcdInputStreamFactory in com.luciad.format.dgn
Methods in com.luciad.format.dgn that return ILcdInputStreamFactoryMethods in com.luciad.format.dgn with parameters of type ILcdInputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdDGNModelDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) -
Uses of ILcdInputStreamFactory in com.luciad.format.dimap
Methods in com.luciad.format.dimap that return ILcdInputStreamFactoryMethods in com.luciad.format.dimap with parameters of type ILcdInputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdDIMAPModelDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Sets the input stream factory that will be used for creating input streams. -
Uses of ILcdInputStreamFactory in com.luciad.format.dwg
Methods in com.luciad.format.dwg that return ILcdInputStreamFactoryMethods in com.luciad.format.dwg with parameters of type ILcdInputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdDWGModelDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) -
Uses of ILcdInputStreamFactory in com.luciad.format.ecrg
Methods in com.luciad.format.ecrg that return ILcdInputStreamFactoryMethods in com.luciad.format.ecrg with parameters of type ILcdInputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdECRGModelDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) -
Uses of ILcdInputStreamFactory in com.luciad.format.gdf
Methods in com.luciad.format.gdf that return ILcdInputStreamFactoryModifier and TypeMethodDescriptionTLcdGDFModelDecoder.getInputStreamFactory()Returns the factory that is used to create input streams from which models are decoded.TLcdGDFMultiLevelTiledModelDecoder.getInputStreamFactory()Methods in com.luciad.format.gdf with parameters of type ILcdInputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdGDFModelDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Sets the factory that will create input streams from which models can be decoded.voidTLcdGDFMultiLevelTiledModelDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Sets the factory that will create input streams from which models can be decoded. -
Uses of ILcdInputStreamFactory in com.luciad.format.gee
Methods in com.luciad.format.gee that return ILcdInputStreamFactoryModifier and TypeMethodDescriptionTLcdGEEModelDecoder.getInputStreamFactory()Returns the input stream factory that is used.Methods in com.luciad.format.gee with parameters of type ILcdInputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdGEEModelDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Sets the input stream factory to be used. -
Uses of ILcdInputStreamFactory in com.luciad.format.geojson
Methods in com.luciad.format.geojson that return ILcdInputStreamFactoryMethods in com.luciad.format.geojson with parameters of type ILcdInputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdGeoJsonModelDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) -
Uses of ILcdInputStreamFactory in com.luciad.format.geospot
Methods in com.luciad.format.geospot that return ILcdInputStreamFactoryModifier and TypeMethodDescriptionTLcdGeoSPOTModelDecoder.getInputStreamFactory()Returns the input stream factory that is used for creating input streams given source names.Methods in com.luciad.format.geospot with parameters of type ILcdInputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdGeoSPOTModelDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Sets the input stream factory that will be used for creating input streams given source names. -
Uses of ILcdInputStreamFactory in com.luciad.format.gml3
Methods in com.luciad.format.gml3 that return ILcdInputStreamFactoryModifier and TypeMethodDescriptionTLcdGML3ModelDecoder.getInputStreamFactory()Deprecated.Returns theILcdInputStreamFactorythat is used by this model decoder.Methods in com.luciad.format.gml3 with parameters of type ILcdInputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdGML3ModelDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Deprecated.Sets theILcdInputStreamFactoryto be used by this model decoder. -
Uses of ILcdInputStreamFactory in com.luciad.format.gmlcommon.xml
Methods in com.luciad.format.gmlcommon.xml that return ILcdInputStreamFactoryMethods in com.luciad.format.gmlcommon.xml with parameters of type ILcdInputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdGMLModelDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) -
Uses of ILcdInputStreamFactory in com.luciad.format.grib
Methods in com.luciad.format.grib that return ILcdInputStreamFactoryModifier and TypeMethodDescriptionTLcdGRIB1ModelDecoder.getInputStreamFactory()Deprecated.Returns the input stream factory that is be used for creating input streams given source names.TLcdGRIB1ParameterTableDecoder.getInputStreamFactory()Deprecated.TLcdGRIB2CategoryTableDecoder.getInputStreamFactory()Deprecated.TLcdGRIB2DisciplineTableDecoder.getInputStreamFactory()Deprecated.TLcdGRIB2ModelDecoder.getInputStreamFactory()Deprecated.Returns the input stream factory that is used for creating input streams given source names.TLcdGRIB2ParameterTableDecoder.getInputStreamFactory()Deprecated.TLcdGRIBBulletinModelDecoder.getInputStreamFactory()Deprecated.Returns the input stream factory that is used for creating input streams given source names.TLcdGRIBModelDecoder.getInputStreamFactory()Deprecated.Returns the input stream factory that is be used for creating input streams given source names.TLcdGRIBParameterTableDecoder.getInputStreamFactory()Deprecated.Methods in com.luciad.format.grib with parameters of type ILcdInputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdGRIB1ModelDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Deprecated.Sets the input stream factory that will be used for creating input streams given source names.voidTLcdGRIB1ParameterTableDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Deprecated.voidTLcdGRIB2CategoryTableDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Deprecated.voidTLcdGRIB2DisciplineTableDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Deprecated.voidTLcdGRIB2ModelDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Deprecated.Sets the input stream factory that is used for creating input streams given source names.voidTLcdGRIB2ParameterTableDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Deprecated.voidTLcdGRIBBulletinModelDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Deprecated.Sets the input stream factory that is used for creating input streams given source names.voidTLcdGRIBModelDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Deprecated.Sets the input stream factory that is used for creating input streams given source names.voidTLcdGRIBParameterTableDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Deprecated. -
Uses of ILcdInputStreamFactory in com.luciad.format.ifc
Methods in com.luciad.format.ifc that return ILcdInputStreamFactoryMethods in com.luciad.format.ifc with parameters of type ILcdInputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdIFCModelDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) -
Uses of ILcdInputStreamFactory in com.luciad.format.kml22.util
Methods in com.luciad.format.kml22.util that return ILcdInputStreamFactoryModifier and TypeMethodDescriptionTLcdKML22ResourceProvider.getInputStreamFactory()Returns theILcdInputStreamFactoryused by this resource provider.Methods in com.luciad.format.kml22.util with parameters of type ILcdInputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdKML22ResourceProvider.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Sets theILcdInputStreamFactoryused by this resource provider.Constructors in com.luciad.format.kml22.util with parameters of type ILcdInputStreamFactoryModifierConstructorDescriptionTLcdKML22ResourceProvider(TLcdKML22ModelDecoder aModelDecoder, ILcdInputStreamFactory aInputStreamFactory) Creates a new resource provider with the given parameters. -
Uses of ILcdInputStreamFactory in com.luciad.format.kml22.xml
Methods in com.luciad.format.kml22.xml that return ILcdInputStreamFactoryMethods in com.luciad.format.kml22.xml with parameters of type ILcdInputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdKML22ModelDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) -
Uses of ILcdInputStreamFactory in com.luciad.format.las
Methods in com.luciad.format.las that return ILcdInputStreamFactoryModifier and TypeMethodDescriptionTLcdLASModelDecoder.getInputStreamFactory()Returns the input stream factory that is currently used for creating input streams given source names.Methods in com.luciad.format.las with parameters of type ILcdInputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdLASModelDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Sets the input stream factory that will be used for creating input streams given source names. -
Uses of ILcdInputStreamFactory in com.luciad.format.magneticnorth
Methods in com.luciad.format.magneticnorth that return ILcdInputStreamFactoryModifier and TypeMethodDescriptionTLcdIGRFMagneticNorthMap.getInputStreamFactory()Returns the input stream factory to load the data.TLcdIGRFModelDecoder.getInputStreamFactory()Returns the input stream factory to load the data.TLcdWMMMagneticNorthMap.getInputStreamFactory()Returns the currently used input stream factory.TLcdWMMModelDecoder.getInputStreamFactory()Returns the input stream factory to load the data.Methods in com.luciad.format.magneticnorth with parameters of type ILcdInputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdIGRFMagneticNorthMap.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Sets the input stream factory to load the data.voidTLcdIGRFModelDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Sets the input stream factory to load the data.voidTLcdWMMMagneticNorthMap.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Sets the input stream factory to load the data.voidTLcdWMMModelDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Sets the input stream factory to load the data. -
Uses of ILcdInputStreamFactory in com.luciad.format.mbtiles
Methods in com.luciad.format.mbtiles that return ILcdInputStreamFactoryModifier and TypeMethodDescriptionTLcdMBTilesModelDecoder.getInputStreamFactory()Returns theILcdInputStreamFactorythat is used for creating input streams.Methods in com.luciad.format.mbtiles with parameters of type ILcdInputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdMBTilesModelDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Sets theILcdInputStreamFactoryto be used for creating input streams. -
Uses of ILcdInputStreamFactory in com.luciad.format.metadata.model
Methods in com.luciad.format.metadata.model that return ILcdInputStreamFactoryMethods in com.luciad.format.metadata.model with parameters of type ILcdInputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdCompositeMetadataDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) If not null, overrides the input stream factory of the contained metadata decoders with the given factory. -
Uses of ILcdInputStreamFactory in com.luciad.format.metadata.xml
Methods in com.luciad.format.metadata.xml that return ILcdInputStreamFactoryModifier and TypeMethodDescriptionTLcdISO19139MetadataDecoder.getInputStreamFactory()Returns theILcdInputStreamFactorythat is used for creating input streams.Methods in com.luciad.format.metadata.xml with parameters of type ILcdInputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdISO19139MetadataDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Sets theILcdInputStreamFactoryto be used for creating input streams. -
Uses of ILcdInputStreamFactory in com.luciad.format.mif
Methods in com.luciad.format.mif that return ILcdInputStreamFactoryModifier and TypeMethodDescriptionTLcdMAPModelDecoder.getInputStreamFactory()Returns the input stream factory used to handle data input.TLcdMIFModelDecoder.getInputStreamFactory()Returns theILcdInputStreamFactoryto collect data as input for model creation.Methods in com.luciad.format.mif with parameters of type ILcdInputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdMAPModelDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Sets the input stream factory to handle data input.voidTLcdMIFModelDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) SetsaInputStreamFactoryasILcdInputStreamFactoryon thisTLcdMIFModelDecoder. -
Uses of ILcdInputStreamFactory in com.luciad.format.netcdf
Methods in com.luciad.format.netcdf that return ILcdInputStreamFactoryMethods in com.luciad.format.netcdf with parameters of type ILcdInputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdNetCDFModelDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Sets the input stream factory to be used. -
Uses of ILcdInputStreamFactory in com.luciad.format.nitf
Methods in com.luciad.format.nitf that return ILcdInputStreamFactoryModifier and TypeMethodDescriptionTLcdNITFModelDecoder.getInputStreamFactory()Returns the input stream factory that is used for creating input streams given source names.Methods in com.luciad.format.nitf with parameters of type ILcdInputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdNITFModelDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Sets the input stream factory that will be used for creating input streams given source names. -
Uses of ILcdInputStreamFactory in com.luciad.format.nvg.xml
Methods in com.luciad.format.nvg.xml that return ILcdInputStreamFactoryModifier and TypeMethodDescriptionTLcdNVGModelDecoder.getInputStreamFactory()Get the input stream factory of this NVG model decoder.Methods in com.luciad.format.nvg.xml with parameters of type ILcdInputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdNVGModelDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Set the input stream factory to this NVG model decoder. -
Uses of ILcdInputStreamFactory in com.luciad.format.object3d
Methods in com.luciad.format.object3d with parameters of type ILcdInputStreamFactoryModifier and TypeMethodDescriptiondefault InputStreamILcd3DMeshStyle.getTextureData(ILcdInputStreamFactory aFactory) Creates an input stream from which the texture map for this style can be decoded. -
Uses of ILcdInputStreamFactory in com.luciad.format.object3d.obj
Methods in com.luciad.format.object3d.obj that return ILcdInputStreamFactoryModifier and TypeMethodDescriptionTLcdOBJMeshDecoder.getInputStreamFactory()TLcdOBJModelDecoder.getInputStreamFactory()Methods in com.luciad.format.object3d.obj with parameters of type ILcdInputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdOBJMeshDecoder.setInputStreamFactory(ILcdInputStreamFactory aILcdInputStreamFactory) voidTLcdOBJModelDecoder.setInputStreamFactory(ILcdInputStreamFactory aILcdInputStreamFactory) -
Uses of ILcdInputStreamFactory in com.luciad.format.object3d.openflight
Methods in com.luciad.format.object3d.openflight that return ILcdInputStreamFactoryModifier and TypeMethodDescriptionTLcdOpenFlightFileDecoder.getInputStreamFactory()TLcdOpenFlightModelDecoder.getInputStreamFactory()Methods in com.luciad.format.object3d.openflight with parameters of type ILcdInputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdOpenFlightFileDecoder.setInputStreamFactory(ILcdInputStreamFactory aILcdInputStreamFactory) voidTLcdOpenFlightModelDecoder.setInputStreamFactory(ILcdInputStreamFactory aILcdInputStreamFactory) -
Uses of ILcdInputStreamFactory in com.luciad.format.object3d.openflight.lightspeed
Methods in com.luciad.format.object3d.openflight.lightspeed that return ILcdInputStreamFactoryMethods in com.luciad.format.object3d.openflight.lightspeed with parameters of type ILcdInputStreamFactoryModifier and TypeMethodDescriptionvoidTLspOpenFlight3DIcon.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) -
Uses of ILcdInputStreamFactory in com.luciad.format.pegasus
Methods in com.luciad.format.pegasus that return ILcdInputStreamFactoryMethods in com.luciad.format.pegasus with parameters of type ILcdInputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdPegasusModelDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) -
Uses of ILcdInputStreamFactory in com.luciad.format.pol
Methods in com.luciad.format.pol that return ILcdInputStreamFactoryMethods in com.luciad.format.pol with parameters of type ILcdInputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdPOLModelDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) -
Uses of ILcdInputStreamFactory in com.luciad.format.raster
Methods in com.luciad.format.raster that return ILcdInputStreamFactoryModifier and TypeMethodDescriptionTLcdJAIRasterModelDecoder.getImageInputStreamFactory()Returns the factory that creates the input streams for decoding images.ALcdTileDecoder.getInputStreamFactory()Returns the factory that creates the input streams from which tiles are decoded.TLcdArcInfoASCIIGridModelDecoder.getInputStreamFactory()TLcdBILModelDecoder.getInputStreamFactory()Returns the input stream factory that is used for creating input streams given source names.TLcdDEMModelDecoder.getInputStreamFactory()Returns the input stream factory that is used for creating input streams given source names.TLcdDMEDModelDecoder.getInputStreamFactory()Returns the input stream factory that is used for creating input streams given source names.TLcdDTEDDirectoryModelDecoder.getInputStreamFactory()Returns the input stream factory that is used for creating input streams given source names.TLcdDTEDModelDecoder.getInputStreamFactory()Returns the input stream factory that is used for creating input streams given source names.TLcdETOPOModelDecoder.getInputStreamFactory()Returns the input stream factory that is used for creating input streams given source names.TLcdGeoTIFFModelDecoder.getInputStreamFactory()TLcdRasterModelDecoder.getInputStreamFactory()TLcdTABRasterModelDecoder.getInputStreamFactory()TLcdTFWRasterModelDecoder.getInputStreamFactory()Methods in com.luciad.format.raster with parameters of type ILcdInputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdJAIRasterModelDecoder.setImageInputStreamFactory(ILcdInputStreamFactory aImageInputStreamFactory) Sets the factory that will create the input streams from which images can be decoded.voidALcdTileDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Sets the factory that will create the input streams from which tiles can be decoded.voidTLcdArcInfoASCIIGridModelDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Sets the input stream factory to be used.voidTLcdBILModelDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Sets the input stream factory that will be used for creating input streams given source names.voidTLcdDEMModelDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Sets the input stream factory that will be used for creating input streams given source names.voidTLcdDMEDModelDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Sets the input stream factory that will be used for creating input streams given source names.voidTLcdDTEDDirectoryModelDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Sets the input stream factory that will be used for creating input streams given source names.voidTLcdDTEDModelDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Sets the input stream factory that will be used for creating input streams given source names.voidTLcdETOPOModelDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Sets the input stream factory that will be used for creating input streams given source names.voidTLcdGeoTIFFModelDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Sets the input stream factory that will be used for creating input streams.voidTLcdRasterModelDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Sets the factory that will create the input streams.voidTLcdTABRasterModelDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Sets the input stream factory that will be used for creating input streams.voidTLcdTFWRasterModelDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Sets the input stream factory that will be used for creating input streams.Constructors in com.luciad.format.raster with parameters of type ILcdInputStreamFactoryModifierConstructorDescriptionTLcdDTEDTile(String aFileName, int aImageIndex, int aWidth, int aHeight, int aSubTileWidth, int aSubTileHeight, ILcdTileDecoder aDecoder, ILcdBuffer aBuffer, int aPixelSize, int aDefaultValue, ColorModel aColorModel, TLcdDTEDCellDescriptor aDTEDCellDescriptor, ILcdInputStreamFactory aInputStreamFactory) -
Uses of ILcdInputStreamFactory in com.luciad.format.s52
Methods in com.luciad.format.s52 that return ILcdInputStreamFactoryModifier and TypeMethodDescriptionTLcdS52SymbologyDecoder.getInputStreamFactory()Returns the current input stream factory.Methods in com.luciad.format.s52 with parameters of type ILcdInputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdS52SymbologyDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Sets the factory that will create input streams from which data can be decoded. -
Uses of ILcdInputStreamFactory in com.luciad.format.s57
Methods in com.luciad.format.s57 that return ILcdInputStreamFactoryModifier and TypeMethodDescriptionTLcdS57AttributeClassMapDecoder.getInputStreamFactory()Returns the current input stream factory.TLcdS57CatalogueModelDecoder.getInputStreamFactory()Returns the factory that will create input streams from which models can be decoded.TLcdS57DirectoryModelDecoder.getInputStreamFactory()Returns the factory that will create input streams from which models can be decoded.TLcdS57ModelDecoder.getInputStreamFactory()TLcdS57ObjectClassMapDecoder.getInputStreamFactory()Returns the current input stream factory.TLcdS57UnifiedModelDecoder.getInputStreamFactory()Methods in com.luciad.format.s57 with parameters of type ILcdInputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdS57AttributeClassMapDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Sets the factory that will create input streams from which data can be decoded.voidTLcdS57CatalogueModelDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Sets the factory that will create input streams from which models can be decoded.voidTLcdS57DirectoryModelDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Sets the factory that will create input streams from which models can be decoded.voidTLcdS57ModelDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Sets the factory that will create input streams from which models can be decoded.voidTLcdS57ObjectClassMapDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Sets the factory that will create input streams from which data can be decoded.voidTLcdS57UnifiedModelDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) -
Uses of ILcdInputStreamFactory in com.luciad.format.s63
Methods in com.luciad.format.s63 that return ILcdInputStreamFactoryModifier and TypeMethodDescriptionTLcdS63CatalogueModelDecoder.getInputStreamFactory()TLcdS63ModelDecoder.getInputStreamFactory()Returns the factory that will create input streams from which models can be decoded.TLcdS63UnifiedModelDecoder.getInputStreamFactory()Methods in com.luciad.format.s63 with parameters of type ILcdInputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdS63CatalogueModelDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) voidTLcdS63ModelDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Sets the factory that will create input streams from which models can be decoded.voidTLcdS63UnifiedModelDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) -
Uses of ILcdInputStreamFactory in com.luciad.format.shp
Methods in com.luciad.format.shp that return ILcdInputStreamFactoryModifier and TypeMethodDescriptionTLcdSHPModelDecoder.getInputStreamFactory()Returns the factory that creates input streams from which models are decoded.TLcdSHPTiler.getInputStreamFactory()Returns theILcdInputStreamFactoryto be used for decoding SHP data.Methods in com.luciad.format.shp with parameters of type ILcdInputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdSHPModelDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Sets the factory that will create input streams from which models can be decoded.voidTLcdSHPTiler.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Sets theILcdInputStreamFactoryto be used for decoding SHP data. -
Uses of ILcdInputStreamFactory in com.luciad.format.svg
Methods in com.luciad.format.svg that return ILcdInputStreamFactoryModifier and TypeMethodDescriptionTLcdSVGModelDecoder.getInputStreamFactory()Deprecated.Gets the usedILcdInputStreamFactory.Methods in com.luciad.format.svg with parameters of type ILcdInputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdSVGModelDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Deprecated.Set aILcdInputStreamFactoryto this decoder to manage the input. -
Uses of ILcdInputStreamFactory in com.luciad.format.swissdhm
Methods in com.luciad.format.swissdhm that return ILcdInputStreamFactoryModifier and TypeMethodDescriptionTLcdSwissDHMMatrixModelDecoder.getInputStreamFactory()Returns the input stream factory that is used for creating input streams given source names.Methods in com.luciad.format.swissdhm with parameters of type ILcdInputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdSwissDHMMatrixModelDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Sets the input stream factory that will be used for creating input streams given source names. -
Uses of ILcdInputStreamFactory in com.luciad.format.tiled3d.ogc3dtiles
Methods in com.luciad.format.tiled3d.ogc3dtiles that return ILcdInputStreamFactoryMethods in com.luciad.format.tiled3d.ogc3dtiles with parameters of type ILcdInputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdOGC3DTilesModelDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) -
Uses of ILcdInputStreamFactory in com.luciad.format.tiled3d.osgb
Methods in com.luciad.format.tiled3d.osgb that return ILcdInputStreamFactoryMethods in com.luciad.format.tiled3d.osgb with parameters of type ILcdInputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdOSGBModelDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) -
Uses of ILcdInputStreamFactory in com.luciad.format.usrp
Methods in com.luciad.format.usrp that return ILcdInputStreamFactoryModifier and TypeMethodDescriptionTLcdUSRPModelDecoder.getInputStreamFactory()Returns the input stream factory that is used for creating input streams given source names.Methods in com.luciad.format.usrp with parameters of type ILcdInputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdUSRPModelDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Sets the input stream factory that will be used for creating input streams given source names. -
Uses of ILcdInputStreamFactory in com.luciad.format.vpf
Methods in com.luciad.format.vpf that return ILcdInputStreamFactoryModifier and TypeMethodDescriptionTLcdVPFModelDecoder.getInputStreamFactory()Returns theILcdInputStreamFactorythat is used by this model decoder to create input streams from.Methods in com.luciad.format.vpf with parameters of type ILcdInputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdVPFModelDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Sets theILcdInputStreamFactoryto be used for creatingInputStreams.Constructors in com.luciad.format.vpf with parameters of type ILcdInputStreamFactoryModifierConstructorDescriptionTLcdVPFDatabase(String aSourceName, ILcdInputStreamFactory aInputStreamFactory) Creates a newTLcdVPFDatabasefor the given source. -
Uses of ILcdInputStreamFactory in com.luciad.format.xml
Methods in com.luciad.format.xml that return ILcdInputStreamFactoryModifier and TypeMethodDescriptionTLcdXMLDecoder.getInputStreamFactory()Deprecated.Returns the input stream factory that is currently used for creating input streams given source names.Methods in com.luciad.format.xml with parameters of type ILcdInputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdXMLDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Deprecated.Sets the input stream factory that will be used for creating input streams given source names. -
Uses of ILcdInputStreamFactory in com.luciad.format.xml.bind
Methods in com.luciad.format.xml.bind that return ILcdInputStreamFactoryModifier and TypeMethodDescriptionTLcdXMLDecoder.getInputStreamFactory()Returns thecom.luciad.io.ILcdInputStreamFactorythat is used by this decoder for creating input streams.Methods in com.luciad.format.xml.bind with parameters of type ILcdInputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdXMLDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Sets thecom.luciad.io.ILcdInputStreamFactoryto be used by this decoder for creating input streams. -
Uses of ILcdInputStreamFactory in com.luciad.format.xml.bind.schema
Methods in com.luciad.format.xml.bind.schema that return ILcdInputStreamFactoryModifier and TypeMethodDescriptionabstract ILcdInputStreamFactoryALcdXMLModelDecoder.getInputStreamFactory()Returns theILcdInputStreamFactorythat is used for creating input streams.TLcdXMLSchemaBasedDecoder.getInputStreamFactory()Returns thecom.luciad.io.ILcdInputStreamFactorythat is used by this decoder for creating input streams.TLcdXMLSchemaBasedMapping.getInputStreamFactory()Returns theILcdInputStreamFactorythat is used to create input streams for schemas that are not handled by the default entity resolver.Methods in com.luciad.format.xml.bind.schema with parameters of type ILcdInputStreamFactoryModifier and TypeMethodDescriptionabstract voidALcdXMLModelDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Sets theILcdInputStreamFactoryto be used for creating input streams.voidTLcdXMLSchemaBasedDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Sets thecom.luciad.io.ILcdInputStreamFactorythat is used by this decoder for creating input streams.voidTLcdXMLSchemaBasedMapping.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Sets theILcdInputStreamFactorythat is used to create input streams for schemas that are not handled by the default entity resolver. -
Uses of ILcdInputStreamFactory in com.luciad.format.xml.schema
Methods in com.luciad.format.xml.schema that return ILcdInputStreamFactoryModifier and TypeMethodDescriptionTLcdXMLSchemaDecoder.getInputStreamFactory()Deprecated.Returns the input stream factory that is currently used for creating input streams given source names.TLcdXMLSchemaProvider.getInputStreamFactory()Deprecated.Returns the input stream factory that is currently used for creating input streams from which schemas are decoded.Methods in com.luciad.format.xml.schema with parameters of type ILcdInputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdXMLSchemaDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Deprecated.Sets the input stream factory that will be used for creating input streams given source names.voidTLcdXMLSchemaProvider.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Deprecated.Sets the input stream factory that will be used for creating input streams from which to decode schemas. -
Uses of ILcdInputStreamFactory in com.luciad.format.xml.util
Methods in com.luciad.format.xml.util that return ILcdInputStreamFactoryModifier and TypeMethodDescriptionTLcdXMLEntityResolver.getInputStreamFactory()TLcdXMLPeeker.getInputStreamFactory()Methods in com.luciad.format.xml.util with parameters of type ILcdInputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdXMLEntityResolver.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) voidTLcdXMLPeeker.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Sets the input stream factory to be used.Constructors in com.luciad.format.xml.util with parameters of type ILcdInputStreamFactoryModifierConstructorDescriptionTLcdXMLPeeker(ILcdInputStreamFactory aFactory) Creates a new peeker that uses the given input stream factory. -
Uses of ILcdInputStreamFactory in com.luciad.io
Classes in com.luciad.io that implement ILcdInputStreamFactoryModifier and TypeClassDescriptionclassFactory that createsInputStreaminstances that can access a data source without requiring a persistent connection to the data or that access happens linearly.classComposite implementation ofILcdInputStreamFactory.final classThis class implements a decorator for anotherILcdInputStreamFactory(the delegate), and remembers for which sources the delegate failed to create anInputStream.classThis class implements an ILcdInputStreamFactory that can create streams, given a URL, the file name of a file in the class path, or a local file name.classThisILcdInputStreamFactorycreatesInputStreams that report reading progress by firingTLcdStatusEvents to the attachedILcdStatusListeners.classThisILcdInputStreamFactorycreates input streams from source names that represent tar files or entries in tar files.classThis class implements aILcdInputStreamFactorythat can create input streams from source names that represent zip files or entries in zip files.Methods in com.luciad.io that return ILcdInputStreamFactoryModifier and TypeMethodDescriptionILcdInputStreamFactoryCapable.getInputStreamFactory()Returns the input stream factory that is used.TLcdTarInputStreamFactory.getInputStreamFactory()Gets the input stream factory that is used for creating input streams from tar source names.TLcdZipInputStreamFactory.getInputStreamFactory()Gets the input stream factory that is used for creating input streams from zip source names.Methods in com.luciad.io that return types with arguments of type ILcdInputStreamFactoryModifier and TypeMethodDescriptionTLcdCompositeInputStreamFactory.getInputStreamFactories()Returns the list of delegate input stream factories contained in this composite.Methods in com.luciad.io with parameters of type ILcdInputStreamFactoryModifier and TypeMethodDescriptionvoidILcdInputStreamFactoryCapable.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Sets the input stream factory to be used.voidTLcdTarInputStreamFactory.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Sets the input stream factory that is used for creating input streams from tar source names.voidTLcdZipInputStreamFactory.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Sets the input stream factory that is used for creating input streams from zip source names.Constructors in com.luciad.io with parameters of type ILcdInputStreamFactoryModifierConstructorDescriptionTLcdCompositeInputStreamFactory(ILcdInputStreamFactory... aInputStreamFactories) Creates a new composite input stream factory containing the supplied delegate factories.TLcdFailureCachingInputStreamFactory(ILcdInputStreamFactory aDelegate, long aRetryPeriod, TimeUnit aTimeUnit) Creates a new instance that decorates the delegate.TLcdStatusInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Creates a newTLcdStatusInputStreamFactorythat delegates the creation of the actualInputStreamto the givenILcdInputStreamFactory.TLcdStatusInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory, String aMessage) Creates a newTLcdStatusInputStreamFactoryfor the givenILcdInputStreamFactorythat producesTLcdStatusEvents with the given message.TLcdStatusInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory, Format aMessageFormat) Creates a newTLcdStatusInputStreamFactoryfor the givenILcdInputStreamFactorythat producesTLcdStatusEvents with messages formatted by the given message format.TLcdStatusInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory, Format aStartBusyMessageFormat, Format aProgressMessageFormat, Format aEndBusyMessageFormat) Creates a newTLcdStatusInputStreamFactoryfor the givenILcdInputStreamFactorythat producesTLcdStatusEvents with messages formatted by the given message formats.TLcdTarInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Creates a newTLcdTarInputStreamFactorywith the givenILcdInputStreamFactory.TLcdZipInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Creates a newTLcdZipInputStreamFactorywith the givenILcdInputStreamFactory.Constructor parameters in com.luciad.io with type arguments of type ILcdInputStreamFactoryModifierConstructorDescriptionTLcdCompositeInputStreamFactory(Iterable<? extends ILcdInputStreamFactory> aInputStreamFactories) Creates a new composite input stream factory that lazily uses the givenIterableto delegate to. -
Uses of ILcdInputStreamFactory in com.luciad.lucy.io
Classes in com.luciad.lucy.io that implement ILcdInputStreamFactoryModifier and TypeClassDescriptionclassComposite implementation (see composite design pattern) ofILcdInputStreamFactory. -
Uses of ILcdInputStreamFactory in com.luciad.lucy.util.properties.codec
Methods in com.luciad.lucy.util.properties.codec that return ILcdInputStreamFactoryModifier and TypeMethodDescriptionTLcyStringPropertiesCodec.getInputStreamFactory()Returns theILcdInputStreamFactorythat is used by this decoder.Methods in com.luciad.lucy.util.properties.codec with parameters of type ILcdInputStreamFactoryModifier and TypeMethodDescriptionvoidTLcyStringPropertiesCodec.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Sets theILcdInputStreamFactoryto be used by this decoder. -
Uses of ILcdInputStreamFactory in com.luciad.lucy.workspace
Methods in com.luciad.lucy.workspace that return ILcdInputStreamFactoryMethods in com.luciad.lucy.workspace with parameters of type ILcdInputStreamFactoryModifier and TypeMethodDescriptionvoidTLcyBlobWorkspaceCodec.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Constructors in com.luciad.lucy.workspace with parameters of type ILcdInputStreamFactoryModifierConstructorDescriptionprotectedTLcyBlobWorkspaceCodec(ILcyLucyEnv aLucyEnv, TLcyWorkspaceManager aWorkspaceManager, ILcdInputStreamFactory aInputStreamFactory, ILcdOutputStreamFactory aOutputStreamFactory) Creates a newTLcyBlobWorkspaceCodecinstance. -
Uses of ILcdInputStreamFactory in com.luciad.model
Methods in com.luciad.model that return ILcdInputStreamFactoryModifier and TypeMethodDescriptionTLcdCompositeModelDecoder.getInputStreamFactory()TLcdCompositeModelReferenceDecoder.getInputStreamFactory()TLcdMultilevelTiledModelDecoder.getInputStreamFactory()Deprecated.TLcdTarModelListDecoder.getInputStreamFactory()Returns the input stream factory that will be used for creating input streams from source names.TLcdZipModelListDecoder.getInputStreamFactory()Returns the input stream factory that will be used for creating input streams from source names.Methods in com.luciad.model with parameters of type ILcdInputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdCompositeModelDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) If not null, overrides the input stream factory of the contained model decoders with the given factory.voidTLcdCompositeModelReferenceDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) If not null, overrides the input stream factory of the contained model decoders with the given factory.voidTLcdMultilevelTiledModelDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Deprecated.Sets the factory that will create the input streams from which property files can be decoded.voidTLcdTarModelListDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Sets the input stream factory that will be used for creating input streams from source names.voidTLcdZipModelListDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Sets the input stream factory that will be used for creating input streams from source names. -
Uses of ILcdInputStreamFactory in com.luciad.network.graph.numeric
Methods in com.luciad.network.graph.numeric that return ILcdInputStreamFactoryModifier and TypeMethodDescriptionTLcdNumericGraphDecoder.getInputStreamFactory()Returns thecom.luciad.io.ILcdInputStreamFactorythat is used for creating input streams in this decoder.Methods in com.luciad.network.graph.numeric with parameters of type ILcdInputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdNumericGraphDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Sets theILcdInputStreamFactorythat will be used for creating input streams in this decoder. -
Uses of ILcdInputStreamFactory in com.luciad.ogc.csw.xml
Methods in com.luciad.ogc.csw.xml that return ILcdInputStreamFactoryModifier and TypeMethodDescriptionTLcdCSWDecoder.getInputStreamFactory()Returns theILcdInputStreamFactorythat is used for creating input streams.Methods in com.luciad.ogc.csw.xml with parameters of type ILcdInputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdCSWDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Sets theILcdInputStreamFactoryto be used for creating input streams. -
Uses of ILcdInputStreamFactory in com.luciad.ogc.filter.xml
Methods in com.luciad.ogc.filter.xml that return ILcdInputStreamFactoryModifier and TypeMethodDescriptionTLcdOGCFilterDecoder.getInputStreamFactory()Returns the input stream factory that is currently used for creating input streams given source names.Methods in com.luciad.ogc.filter.xml with parameters of type ILcdInputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdOGCFilterDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Sets the input stream factory that will be used for creating input streams given source names. -
Uses of ILcdInputStreamFactory in com.luciad.ogc.sld.xml
Methods in com.luciad.ogc.sld.xml that return ILcdInputStreamFactoryModifier and TypeMethodDescriptionTLcdSLDFeatureTypeStyleDecoder.getInputStreamFactory()Returns the input stream factory that is currently used for creating input streams given source names.TLcdSLDFeatureTypeStyleDecoder10.getInputStreamFactory()Deprecated.Returns the input stream factory that is currently used for creating input streams given source names.Methods in com.luciad.ogc.sld.xml with parameters of type ILcdInputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdSLDFeatureTypeStyleDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Sets the input stream factory that will be used for creating input streams given source names.voidTLcdSLDFeatureTypeStyleDecoder10.setInputStreamFactory(ILcdInputStreamFactory aILcdInputStreamFactory) Deprecated.Sets the input stream factory that will be used for creating input streams given source names. -
Uses of ILcdInputStreamFactory in com.luciad.reference
Methods in com.luciad.reference that return ILcdInputStreamFactoryModifier and TypeMethodDescriptionTLcdModelReferenceDecoder.getInputStreamFactory()Returns the input stream factory that is used for accessing .ref files.TLcdRPCModelReferenceDecoder.getInputStreamFactory()Methods in com.luciad.reference with parameters of type ILcdInputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdModelReferenceDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Sets the input stream factory that will be used for accessing .ref files.voidTLcdRPCModelReferenceDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) -
Uses of ILcdInputStreamFactory in com.luciad.reference.format
Methods in com.luciad.reference.format that return ILcdInputStreamFactoryModifier and TypeMethodDescriptionTLcdEPSGModelReferenceDecoder.getInputStreamFactory()Returns the input stream factory that is used for accessing .epsg files.TLcdWKTModelReferenceDecoder.getInputStreamFactory()Methods in com.luciad.reference.format with parameters of type ILcdInputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdEPSGModelReferenceDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Sets the input stream factory that will be used for accessing .epsg files.voidTLcdWKTModelReferenceDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) -
Uses of ILcdInputStreamFactory in com.luciad.view.gxy
Methods in com.luciad.view.gxy that return ILcdInputStreamFactoryModifier and TypeMethodDescriptionTLcdFeaturedPointGXYLayerCodec.getInputStreamFactory()Returns theILcdInputStreamFactorythat is used to create input streams for the source names passed indecodeGXYLayerandcanDecodeGXYLayer.TLcdFeaturedPolygonGXYLayerCodec.getInputStreamFactory()Returns theILcdInputStreamFactorythat is used to create input streams for the source names passed indecodeGXYLayerandcanDecodeGXYLayer.TLcdFeaturedPolylineGXYLayerCodec.getInputStreamFactory()Returns theILcdInputStreamFactorythat is used to create input streams for the source names passed indecodeGXYLayerandcanDecodeGXYLayer.TLcdMultilevelRasterGXYLayerCodec.getInputStreamFactory()Returns theILcdInputStreamFactorythat is used to create input streams for the source names passed indecodeGXYLayerandcanDecodeGXYLayer.TLcdRasterGXYLayerCodec.getInputStreamFactory()Returns theILcdInputStreamFactorythat is used to create input streams for the source names passed indecodeGXYLayerandcanDecodeGXYLayer.Methods in com.luciad.view.gxy with parameters of type ILcdInputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdFeaturedPointGXYLayerCodec.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Sets theILcdInputStreamFactorythat is used to create input streams for the source names passed indecodeGXYLayerandcanDecodeGXYLayer.voidTLcdFeaturedPolygonGXYLayerCodec.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Sets theILcdInputStreamFactorythat is used to create input streams for the source names passed indecodeGXYLayerandcanDecodeGXYLayer.voidTLcdFeaturedPolylineGXYLayerCodec.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Sets theILcdInputStreamFactorythat is used to create input streams for the source names passed indecodeGXYLayerandcanDecodeGXYLayer.voidTLcdMultilevelRasterGXYLayerCodec.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Sets theILcdInputStreamFactorythat is used to create input streams for the source names passed indecodeGXYLayerandcanDecodeGXYLayer.voidTLcdRasterGXYLayerCodec.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Sets theILcdInputStreamFactorythat is used to create input streams for the source names passed indecodeGXYLayerandcanDecodeGXYLayer. -
Uses of ILcdInputStreamFactory in com.luciad.view.lightspeed.painter.mesh
Methods in com.luciad.view.lightspeed.painter.mesh that return ILcdInputStreamFactoryModifier and TypeMethodDescriptionTLspMesh3DIcon.getInputStreamFactory()Returns the input stream factory used to load texture files.Methods in com.luciad.view.lightspeed.painter.mesh with parameters of type ILcdInputStreamFactoryModifier and TypeMethodDescriptionvoidTLspMesh3DIcon.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Sets the input stream factory used to load texture files. -
Uses of ILcdInputStreamFactory in com.luciad.view.lightspeed.style
Methods in com.luciad.view.lightspeed.style with parameters of type ILcdInputStreamFactoryModifier and TypeMethodDescriptionTLsp3DIconStyle.Builder.icon(String aPathToIconFile, ILcdInputStreamFactory aInputStreamFactory) Sets the icon by providing the path to the source file of an icon. -
Uses of ILcdInputStreamFactory in com.luciad.wms.sld.xml
Methods in com.luciad.wms.sld.xml that return ILcdInputStreamFactoryModifier and TypeMethodDescriptionTLcdSLDStyledLayerDescriptorDecoder.getInputStreamFactory()Returns the input stream factory that is currently used for creating input streams given source names.TLcdSLDStyledLayerDescriptorDecoder10.getInputStreamFactory()Deprecated.Returns the input stream factory that is currently used for creating input streams given source names.Methods in com.luciad.wms.sld.xml with parameters of type ILcdInputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdSLDStyledLayerDescriptorDecoder.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Sets the input stream factory that will be used for creating input streams given source names.voidTLcdSLDStyledLayerDescriptorDecoder10.setInputStreamFactory(ILcdInputStreamFactory aInputStreamFactory) Deprecated.Sets the input stream factory that will be used for creating input streams given source names.