Uses of Interface
com.luciad.io.ILcdOutputStreamFactory
Packages that use ILcdOutputStreamFactory
Package
Description
Provides encoding and decoding support for models that contain
ILcdEarthAsset objects.
This package provides API for decoding and encoding AIXM 5.1 data from/to XML.
Provides classes and interfaces for decoding and displaying ASTERIX data.
Handles the GDF format.
This package contains vector data GeoJson encoding and decoding utilities.
Handles GML 2.1.2 and GML 3 data.
Provides support for decoding and encoding JPEG2000 files and decoding JPIP files.
This package provides a decoder and a encoder for the KML 2.2 format.
This package contains a decoder and encoder for ISO19139 data sources.
Handles MapInfo formats: the binary map format and the ASCII mif
format.
This package provides API for decoding and encoding NVG 1.4/1.5 data from/to XML.
This package provides API for decoding and encoding NVG 2.0 data from/to XML.
Provides representations, decoders, and encoders for rasters.
Handles the S-57 format.
Handles the shp format.
Handles the svg format.
Provides
a decoder
for the OGC 3D Tiles format.
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.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.
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.
Implementation of the OGC Web Coverage Service (WCS) specification.
Implementation of the OGC Web Feature Service (WFS) specification.
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 ILcdOutputStreamFactory in com.luciad.earth.metadata.format
Methods in com.luciad.earth.metadata.format that return ILcdOutputStreamFactoryModifier and TypeMethodDescriptionTLcdEarthAssetModelCodec.getOutputStreamFactory()Returns the output stream factory to be used when encoding asset models.Methods in com.luciad.earth.metadata.format with parameters of type ILcdOutputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdEarthAssetModelCodec.setOutputStreamFactory(ILcdOutputStreamFactory aOutputStreamFactory) Sets the output stream factory to be used when encoding asset models. -
Uses of ILcdOutputStreamFactory in com.luciad.format.aixm51.xml
Methods in com.luciad.format.aixm51.xml that return ILcdOutputStreamFactoryMethods in com.luciad.format.aixm51.xml with parameters of type ILcdOutputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdAIXM51ModelEncoder.setOutputStreamFactory(ILcdOutputStreamFactory aOutputStreamFactory) -
Uses of ILcdOutputStreamFactory in com.luciad.format.asterix
Methods in com.luciad.format.asterix that return ILcdOutputStreamFactoryMethods in com.luciad.format.asterix with parameters of type ILcdOutputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdASTERIXFinalModelEncoder.setOutputStreamFactory(ILcdOutputStreamFactory aOutputStreamFactory) -
Uses of ILcdOutputStreamFactory in com.luciad.format.gdf
Methods in com.luciad.format.gdf that return ILcdOutputStreamFactoryModifier and TypeMethodDescriptionTLcdGDFModelEncoder.getOutputStreamFactory()TLcdGDFMultiLevelTiledModelEncoder.getOutputStreamFactory()Methods in com.luciad.format.gdf with parameters of type ILcdOutputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdGDFModelEncoder.setOutputStreamFactory(ILcdOutputStreamFactory aOutputStreamFactory) voidTLcdGDFMultiLevelTiledModelEncoder.setOutputStreamFactory(ILcdOutputStreamFactory aOutputStreamFactory) -
Uses of ILcdOutputStreamFactory in com.luciad.format.geojson
Methods in com.luciad.format.geojson that return ILcdOutputStreamFactoryMethods in com.luciad.format.geojson with parameters of type ILcdOutputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdGeoJsonModelEncoder.setOutputStreamFactory(ILcdOutputStreamFactory aOutputStreamFactory) -
Uses of ILcdOutputStreamFactory in com.luciad.format.gml3
Methods in com.luciad.format.gml3 that return ILcdOutputStreamFactoryModifier and TypeMethodDescriptionTLcdGML2ModelEncoder.getOutputStreamFactory()Deprecated.Returns the output stream factory that is used by this model encoder.TLcdGML3ModelEncoder.getOutputStreamFactory()Deprecated.Returns the output stream factory that is used by this model encoder.Methods in com.luciad.format.gml3 with parameters of type ILcdOutputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdGML2ModelEncoder.setOutputStreamFactory(ILcdOutputStreamFactory aOutputStreamFactory) Deprecated.Sets the output stream factory to be used by this model encoder.voidTLcdGML3ModelEncoder.setOutputStreamFactory(ILcdOutputStreamFactory aOutputStreamFactory) Deprecated.Sets the output stream factory to be used by this model encoder. -
Uses of ILcdOutputStreamFactory in com.luciad.format.jpeg2000
Methods in com.luciad.format.jpeg2000 that return ILcdOutputStreamFactoryModifier and TypeMethodDescriptionTLcdJPEG2000ModelEncoder.getImageOutputStreamFactory()Returns the output stream factory.Methods in com.luciad.format.jpeg2000 with parameters of type ILcdOutputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdJPEG2000ModelEncoder.setImageOutputStreamFactory(ILcdOutputStreamFactory aImageOutputStreamFactory) Sets the factory that will create the output streams to which images can be encoded. -
Uses of ILcdOutputStreamFactory in com.luciad.format.kml22.xml
Methods in com.luciad.format.kml22.xml that return ILcdOutputStreamFactoryMethods in com.luciad.format.kml22.xml with parameters of type ILcdOutputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdKML22ModelEncoder.setOutputStreamFactory(ILcdOutputStreamFactory aOutputStreamFactory) -
Uses of ILcdOutputStreamFactory in com.luciad.format.metadata.xml
Methods in com.luciad.format.metadata.xml that return ILcdOutputStreamFactoryModifier and TypeMethodDescriptionTLcdISO19139MetadataEncoder.getOutputStreamFactory()Returns theILcdOutputStreamFactorythat is used for creating output streams.Methods in com.luciad.format.metadata.xml with parameters of type ILcdOutputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdISO19139MetadataEncoder.setOutputStreamFactory(ILcdOutputStreamFactory aOutputStreamFactory) Sets theILcdOutputStreamFactoryto be used for creating output streams. -
Uses of ILcdOutputStreamFactory in com.luciad.format.mif
Methods in com.luciad.format.mif that return ILcdOutputStreamFactoryModifier and TypeMethodDescriptionTLcdMIFModelEncoder.getOutputStreamFactory()Returns the factory to create output streams which are used in the methodsTLcdMIFModelEncoder.createBufferedWriter(String)andTLcdMIFModelEncoder.createMIDBufferedWriter(String).Methods in com.luciad.format.mif with parameters of type ILcdOutputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdMIFModelEncoder.setOutputStreamFactory(ILcdOutputStreamFactory aOutputStreamFactory) Sets the factory to create output streams which are used in the methodsTLcdMIFModelEncoder.createBufferedWriter(String)andTLcdMIFModelEncoder.createMIDBufferedWriter(String). -
Uses of ILcdOutputStreamFactory in com.luciad.format.nvg.nvg15.xml
Methods in com.luciad.format.nvg.nvg15.xml that return ILcdOutputStreamFactoryMethods in com.luciad.format.nvg.nvg15.xml with parameters of type ILcdOutputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdNVG15ModelEncoder.setOutputStreamFactory(ILcdOutputStreamFactory aOutputStreamFactory) -
Uses of ILcdOutputStreamFactory in com.luciad.format.nvg.nvg20.xml
Methods in com.luciad.format.nvg.nvg20.xml that return ILcdOutputStreamFactoryMethods in com.luciad.format.nvg.nvg20.xml with parameters of type ILcdOutputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdNVG20ModelEncoder.setOutputStreamFactory(ILcdOutputStreamFactory aOutputStreamFactory) -
Uses of ILcdOutputStreamFactory in com.luciad.format.raster
Methods in com.luciad.format.raster that return ILcdOutputStreamFactoryModifier and TypeMethodDescriptionTLcdGeoTIFFModelEncoder.getImageOutputStreamFactory()Returns the output stream factory.Methods in com.luciad.format.raster with parameters of type ILcdOutputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdGeoTIFFModelEncoder.setImageOutputStreamFactory(ILcdOutputStreamFactory aImageOutputStreamFactory) Sets the factory that will create the output streams to which images can be encoded. -
Uses of ILcdOutputStreamFactory in com.luciad.format.s57
Methods in com.luciad.format.s57 that return ILcdOutputStreamFactoryMethods in com.luciad.format.s57 with parameters of type ILcdOutputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdS57ModelEncoder.setOutputStreamFactory(ILcdOutputStreamFactory aOutputStreamFactory) -
Uses of ILcdOutputStreamFactory in com.luciad.format.shp
Methods in com.luciad.format.shp that return ILcdOutputStreamFactoryModifier and TypeMethodDescriptionTLcdSHPModelEncoder.getOutputStreamFactory()Returns theILcdOutputStreamFactoryused to create output.Methods in com.luciad.format.shp with parameters of type ILcdOutputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdSHPModelEncoder.setOutputStreamFactory(ILcdOutputStreamFactory aOutputStreamFactory) SetsaOutputStreamFactoryasILcdOutputStreamFactoryon thisTLcdSHPModelDecoder. -
Uses of ILcdOutputStreamFactory in com.luciad.format.svg
Methods in com.luciad.format.svg that return ILcdOutputStreamFactoryModifier and TypeMethodDescriptionTLcdSVGModelEncoder.getOutputStreamFactory()Get the usedILcdOutputStreamfactoryto this decoder.Methods in com.luciad.format.svg with parameters of type ILcdOutputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdSVGModelEncoder.setOutputStreamFactory(ILcdOutputStreamFactory aOutputStreamFactory) Sets aILcdOutputFactoryto this encoder. -
Uses of ILcdOutputStreamFactory in com.luciad.format.tiled3d.ogc3dtiles
Methods in com.luciad.format.tiled3d.ogc3dtiles that return ILcdOutputStreamFactoryMethods in com.luciad.format.tiled3d.ogc3dtiles with parameters of type ILcdOutputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdOGC3DTilesModelEncoder.setOutputStreamFactory(ILcdOutputStreamFactory aOutputStreamFactory) -
Uses of ILcdOutputStreamFactory in com.luciad.format.xml
Methods in com.luciad.format.xml that return ILcdOutputStreamFactoryModifier and TypeMethodDescriptionTLcdXMLEncoder.getOutputStreamFactory()Deprecated.Returns the output stream factory that is currently used for creating output streams given source names.Methods in com.luciad.format.xml with parameters of type ILcdOutputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdXMLEncoder.setOutputStreamFactory(ILcdOutputStreamFactory aOutputStreamFactory) Deprecated.Sets the output stream factory that will be used for creating output streams given source names. -
Uses of ILcdOutputStreamFactory in com.luciad.format.xml.bind
Methods in com.luciad.format.xml.bind that return ILcdOutputStreamFactoryModifier and TypeMethodDescriptionTLcdXMLEncoder.getOutputStreamFactory()Returns thecom.luciad.io.ILcdOutputStreamFactorythat is used by this encoder for creating output streams.Methods in com.luciad.format.xml.bind with parameters of type ILcdOutputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdXMLEncoder.setOutputStreamFactory(ILcdOutputStreamFactory aOutputStreamFactory) Sets thecom.luciad.io.ILcdOutputStreamFactorythat is to be used by this encoder for creating output streams. -
Uses of ILcdOutputStreamFactory in com.luciad.format.xml.bind.schema
Methods in com.luciad.format.xml.bind.schema that return ILcdOutputStreamFactoryModifier and TypeMethodDescriptionabstract ILcdOutputStreamFactoryALcdXMLModelEncoder.getOutputStreamFactory()Returns theILcdOutputStreamFactorythat is used for creating output streams.TLcdXMLSchemaBasedEncoder.getOutputStreamFactory()Returns thecom.luciad.io.ILcdOutputStreamFactorythat is used by this encoder for creating output streams.Methods in com.luciad.format.xml.bind.schema with parameters of type ILcdOutputStreamFactoryModifier and TypeMethodDescriptionabstract voidALcdXMLModelEncoder.setOutputStreamFactory(ILcdOutputStreamFactory aOutputStreamFactory) Sets theILcdOutputStreamFactoryto be used for creating output streams.voidTLcdXMLSchemaBasedEncoder.setOutputStreamFactory(ILcdOutputStreamFactory aOutputStreamFactory) Sets thecom.luciad.io.ILcdOutputStreamFactorythat is to be used by this encoder for creating output streams. -
Uses of ILcdOutputStreamFactory in com.luciad.format.xml.schema
Methods in com.luciad.format.xml.schema that return ILcdOutputStreamFactoryModifier and TypeMethodDescriptionTLcdXMLSchemaEncoder.getOutputStreamFactory()Deprecated.Returns the output stream factory that is used by this encoder.Methods in com.luciad.format.xml.schema with parameters of type ILcdOutputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdXMLSchemaEncoder.setOutputStreamFactory(ILcdOutputStreamFactory aOutputStreamFactory) Deprecated.Sets the output stream factory to be used by this encoder. -
Uses of ILcdOutputStreamFactory in com.luciad.io
Classes in com.luciad.io that implement ILcdOutputStreamFactoryModifier and TypeClassDescriptionclassCreates output streams to files, wrapped with a buffered output stream with the given buffer size.classThisILcdOutputStreamFactorycreatesOutputStreams that report writing progress by firingTLcdStatusEvents to the attachedILcdStatusListeners.Methods in com.luciad.io that return ILcdOutputStreamFactoryModifier and TypeMethodDescriptionILcdOutputStreamFactoryCapable.getOutputStreamFactory()Returns the output stream factory that is used.Methods in com.luciad.io with parameters of type ILcdOutputStreamFactoryModifier and TypeMethodDescriptionvoidILcdOutputStreamFactoryCapable.setOutputStreamFactory(ILcdOutputStreamFactory aOutputStreamFactory) Sets the output stream factory to be used.Constructors in com.luciad.io with parameters of type ILcdOutputStreamFactoryModifierConstructorDescriptionTLcdStatusOutputStreamFactory(ILcdOutputStreamFactory aOutputStreamFactory) Creates a newTLcdStatusOutputStreamFactorythat delegates the creation of the actualOutputStreamto the givenILcdOutputStreamFactory.TLcdStatusOutputStreamFactory(ILcdOutputStreamFactory aOutputStreamFactory, String aMessage) Creates a newTLcdStatusOutputStreamFactoryfor the givenILcdOutputStreamFactorythat producesTLcdStatusEvents with the given message.TLcdStatusOutputStreamFactory(ILcdOutputStreamFactory aOutputStreamFactory, Format aMessageFormat) Creates a newTLcdStatusOutputStreamFactoryfor the givenILcdOutputStreamFactorythat producesTLcdStatusEvents with messages formatted by the given message format.TLcdStatusOutputStreamFactory(ILcdOutputStreamFactory aOutputStreamFactory, Format aStartBusyMessageFormat, Format aProgressMessageFormat, Format aEndBusyMessageFormat) Creates a newTLcdStatusOutputStreamFactoryfor the givenILcdOutputStreamFactorythat producesTLcdStatusEvents with messages formatted by the given message formats. -
Uses of ILcdOutputStreamFactory in com.luciad.lucy.io
Classes in com.luciad.lucy.io that implement ILcdOutputStreamFactoryModifier and TypeClassDescriptionclassComposite implementation (see composite design pattern) ofILcdOutputStreamFactory. -
Uses of ILcdOutputStreamFactory in com.luciad.lucy.util.properties.codec
Methods in com.luciad.lucy.util.properties.codec that return ILcdOutputStreamFactoryModifier and TypeMethodDescriptionTLcyStringPropertiesCodec.getOutputStreamFactory()Returns theILcdOutputStreamFactorythat is used by this encoder.Methods in com.luciad.lucy.util.properties.codec with parameters of type ILcdOutputStreamFactoryModifier and TypeMethodDescriptionvoidTLcyStringPropertiesCodec.setOutputStreamFactory(ILcdOutputStreamFactory aOutputStreamFactory) Sets theILcdOutputStreamFactoryto be used by this encoder. -
Uses of ILcdOutputStreamFactory in com.luciad.lucy.workspace
Methods in com.luciad.lucy.workspace that return ILcdOutputStreamFactoryMethods in com.luciad.lucy.workspace with parameters of type ILcdOutputStreamFactoryModifier and TypeMethodDescriptionvoidTLcyBlobWorkspaceCodec.setOutputStreamFactory(ILcdOutputStreamFactory aOutputStreamFactory) Constructors in com.luciad.lucy.workspace with parameters of type ILcdOutputStreamFactoryModifierConstructorDescriptionprotectedTLcyBlobWorkspaceCodec(ILcyLucyEnv aLucyEnv, TLcyWorkspaceManager aWorkspaceManager, ILcdInputStreamFactory aInputStreamFactory, ILcdOutputStreamFactory aOutputStreamFactory) Creates a newTLcyBlobWorkspaceCodecinstance. -
Uses of ILcdOutputStreamFactory in com.luciad.model
Methods in com.luciad.model that return ILcdOutputStreamFactoryMethods in com.luciad.model with parameters of type ILcdOutputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdCompositeModelReferenceEncoder.setOutputStreamFactory(ILcdOutputStreamFactory aOutputStreamFactory) If not null, overrides the output stream factory of the contained model encoders with the given factory. -
Uses of ILcdOutputStreamFactory in com.luciad.network.graph.numeric
Methods in com.luciad.network.graph.numeric that return ILcdOutputStreamFactoryModifier and TypeMethodDescriptionTLcdNumericGraphEncoder.getOutputStreamFactory()Returns thecom.luciad.io.ILcdOutputStreamFactorywhich is used for creating output streams.Methods in com.luciad.network.graph.numeric with parameters of type ILcdOutputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdNumericGraphEncoder.setOutputStreamFactory(ILcdOutputStreamFactory aOutputStreamFactory) Sets thecom.luciad.io.ILcdOutputStreamFactoryto be used for creating output streams. -
Uses of ILcdOutputStreamFactory in com.luciad.ogc.filter.xml
Methods in com.luciad.ogc.filter.xml that return ILcdOutputStreamFactoryModifier and TypeMethodDescriptionTLcdOGCFilterEncoder.getOutputStreamFactory()Returns the output stream factory that is currently used for creating output streams given source names.Methods in com.luciad.ogc.filter.xml with parameters of type ILcdOutputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdOGCFilterEncoder.setOutputStreamFactory(ILcdOutputStreamFactory aOutputStreamFactory) Sets the output stream factory that will be used for creating output streams given source names. -
Uses of ILcdOutputStreamFactory in com.luciad.ogc.sld.xml
Methods in com.luciad.ogc.sld.xml that return ILcdOutputStreamFactoryModifier and TypeMethodDescriptionTLcdSLDFeatureTypeStyleEncoder.getOutputStreamFactory()Returns the output stream factory that is currently used for creating output streams given source names.TLcdSLDFeatureTypeStyleEncoder10.getOutputStreamFactory()Deprecated.Returns the output stream factory that is currently used for creating output streams given source names.Methods in com.luciad.ogc.sld.xml with parameters of type ILcdOutputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdSLDFeatureTypeStyleEncoder.setOutputStreamFactory(ILcdOutputStreamFactory aOutputStreamFactory) Sets the output stream factory that will be used for creating output streams given source names.voidTLcdSLDFeatureTypeStyleEncoder10.setOutputStreamFactory(ILcdOutputStreamFactory aILcdOutputStreamFactory) Deprecated.Sets the output stream factory that will be used for creating output streams given source names. -
Uses of ILcdOutputStreamFactory in com.luciad.ogc.wcs
Methods in com.luciad.ogc.wcs with parameters of type ILcdOutputStreamFactoryModifier and TypeMethodDescriptionILcdWCSModelEncoderFactory.createModelEncoder(ILcdModel aModel, ILcdOutputStreamFactory aOutputStreamFactory, String aOutputFormat, TLcdWCSRequestContext aRequestContext) Returns a model encoder that can write the given model to an output stream provided by the given factory, in the given format. -
Uses of ILcdOutputStreamFactory in com.luciad.ogc.wfs
Methods in com.luciad.ogc.wfs with parameters of type ILcdOutputStreamFactoryModifier and TypeMethodDescriptionILcdWFSClientModelEncoderFactory.createModelEncoder(ILcdOutputStreamFactory aOutputStreamFactory, String aOutputFormat, TLcdWFSRequestContext aContext) Returns a model encoder that can encode models in the requested format to an output stream provided by the given factory.TLcdWFSClientModelEncoderFactory.createModelEncoder(ILcdOutputStreamFactory aOutputStreamFactory, String aOutputFormat, TLcdWFSRequestContext aContext) ILcdWFSClientModelEncoderFactory.createModelSchemaEncoder(ILcdOutputStreamFactory aOutputStreamFactory, String aOutputFormatName, TLcdWFSRequestContext aContext) Returns a model schema encoder that can produce the appropriate response to a DescribeFeatureType request.TLcdWFSClientModelEncoderFactory.createModelSchemaEncoder(ILcdOutputStreamFactory aOutputStreamFactory, String aOutputFormat, TLcdWFSRequestContext aContext) -
Uses of ILcdOutputStreamFactory in com.luciad.reference
Methods in com.luciad.reference that return ILcdOutputStreamFactoryModifier and TypeMethodDescriptionTLcdModelReferenceEncoder.getOutputStreamFactory()Sets the input stream factory that is used for writing .ref files.Methods in com.luciad.reference with parameters of type ILcdOutputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdModelReferenceEncoder.setOutputStreamFactory(ILcdOutputStreamFactory aOutputStreamFactory) Sets the output stream factory that will be used for writing .ref files. -
Uses of ILcdOutputStreamFactory in com.luciad.reference.format
Methods in com.luciad.reference.format that return ILcdOutputStreamFactoryModifier and TypeMethodDescriptionTLcdEPSGModelReferenceEncoder.getOutputStreamFactory()Sets the output stream factory that is used for writing .epsg files.TLcdWKTModelReferenceEncoder.getOutputStreamFactory()Sets the input stream factory that is used for writing .prj files.Methods in com.luciad.reference.format with parameters of type ILcdOutputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdEPSGModelReferenceEncoder.setOutputStreamFactory(ILcdOutputStreamFactory aOutputStreamFactory) Sets the output stream factory that will be used for writing .epsg files.voidTLcdWKTModelReferenceEncoder.setOutputStreamFactory(ILcdOutputStreamFactory aOutputStreamFactory) Sets the output stream factory that will be used for writing .prj files. -
Uses of ILcdOutputStreamFactory in com.luciad.view.gxy
Methods in com.luciad.view.gxy that return ILcdOutputStreamFactoryModifier and TypeMethodDescriptionTLcdFeaturedPointGXYLayerCodec.getOutputStreamFactory()Returns theILcdOutputStreamFactorythat is used to create output streams for the destination names passed inencodeGXYLayer.TLcdFeaturedPolygonGXYLayerCodec.getOutputStreamFactory()Returns theILcdOutputStreamFactorythat is used to create output streams for the destination names passed inencodeGXYLayer.TLcdFeaturedPolylineGXYLayerCodec.getOutputStreamFactory()Returns theILcdOutputStreamFactorythat is used to create output streams for the destination names passed inencodeGXYLayer.TLcdMultilevelRasterGXYLayerCodec.getOutputStreamFactory()Returns theILcdOutputStreamFactorythat is used to create output streams for the destination names passed inencodeGXYLayer.TLcdRasterGXYLayerCodec.getOutputStreamFactory()Returns theILcdOutputStreamFactorythat is used to create output streams for the destination names passed inencodeGXYLayer.Methods in com.luciad.view.gxy with parameters of type ILcdOutputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdFeaturedPointGXYLayerCodec.setOutputStreamFactory(ILcdOutputStreamFactory aOutputStreamFactory) Sets theILcdOutputStreamFactorythat is used to create output streams for the destination names passed inencodeGXYLayer.voidTLcdFeaturedPolygonGXYLayerCodec.setOutputStreamFactory(ILcdOutputStreamFactory aOutputStreamFactory) Sets theILcdOutputStreamFactorythat is used to create output streams for the destination names passed inencodeGXYLayer.voidTLcdFeaturedPolylineGXYLayerCodec.setOutputStreamFactory(ILcdOutputStreamFactory aOutputStreamFactory) Sets theILcdOutputStreamFactorythat is used to create output streams for the destination names passed inencodeGXYLayer.voidTLcdMultilevelRasterGXYLayerCodec.setOutputStreamFactory(ILcdOutputStreamFactory aOutputStreamFactory) Sets theILcdOutputStreamFactorythat is used to create output streams for the destination names passed inencodeGXYLayer.voidTLcdRasterGXYLayerCodec.setOutputStreamFactory(ILcdOutputStreamFactory aOutputStreamFactory) Sets theILcdOutputStreamFactorythat is used to create output streams for the destination names passed inencodeGXYLayer. -
Uses of ILcdOutputStreamFactory in com.luciad.wms.sld.xml
Methods in com.luciad.wms.sld.xml that return ILcdOutputStreamFactoryModifier and TypeMethodDescriptionTLcdSLDStyledLayerDescriptorEncoder.getOutputStreamFactory()Returns the output stream factory that is currently used for creating output streams given source names.TLcdSLDStyledLayerDescriptorEncoder10.getOutputStreamFactory()Deprecated.Returns the output stream factory that is currently used for creating output streams given source names.Methods in com.luciad.wms.sld.xml with parameters of type ILcdOutputStreamFactoryModifier and TypeMethodDescriptionvoidTLcdSLDStyledLayerDescriptorEncoder.setOutputStreamFactory(ILcdOutputStreamFactory aOutputStreamFactory) Sets the output stream factory that will be used for creating output streams given source names.voidTLcdSLDStyledLayerDescriptorEncoder10.setOutputStreamFactory(ILcdOutputStreamFactory aILcdOutputStreamFactory) Deprecated.Sets the output stream factory that will be used for creating output streams given source names.