Package com.luciad.io
Interface ILcdOutputStreamFactoryCapable
- All Known Implementing Classes:
ALcdXMLModelEncoder,TLcdAIXM51ModelEncoder,TLcdASTERIXFinalModelEncoder,TLcdCompositeModelReferenceEncoder,TLcdEPSGModelReferenceEncoder,TLcdFeaturedPointGXYLayerCodec,TLcdFeaturedPolygonGXYLayerCodec,TLcdFeaturedPolylineGXYLayerCodec,TLcdGDFModelEncoder,TLcdGDFMultiLevelTiledModelEncoder,TLcdGeoJsonModelEncoder,TLcdGML2ModelEncoder,TLcdGML2ModelEncoder,TLcdGML31ModelEncoder,TLcdGML32ModelEncoder,TLcdGML3ModelEncoder,TLcdISO19139MetadataEncoder,TLcdKML22ModelEncoder,TLcdMIFModelEncoder,TLcdModelReferenceEncoder,TLcdMultilevelRasterGXYLayerCodec,TLcdNumericGraphEncoder,TLcdNVG15ModelEncoder,TLcdNVG20ModelEncoder,TLcdOGC3DTilesModelEncoder,TLcdOGCFilterEncoder,TLcdRasterGXYLayerCodec,TLcdS57ModelEncoder,TLcdSHPModelEncoder,TLcdSLDFeatureTypeStyleEncoder,TLcdSLDFeatureTypeStyleEncoder10,TLcdSLDStyledLayerDescriptorEncoder,TLcdSLDStyledLayerDescriptorEncoder10,TLcdSVGModelEncoder,TLcdWKTModelReferenceEncoder,TLcdXMLEncoder,TLcdXMLEncoder,TLcdXMLSchemaBasedEncoder,TLcdXMLSchemaEncoder,TLcyBlobWorkspaceCodec,TLcyFileWorkspaceCodec
public interface ILcdOutputStreamFactoryCapable
Interface allowing to configure an
ILcdOutputStreamFactory.- Since:
- 10.1
-
Method Summary
Modifier and TypeMethodDescriptionReturns the output stream factory that is used.voidsetOutputStreamFactory(ILcdOutputStreamFactory aOutputStreamFactory) Sets the output stream factory to be used.
-
Method Details
-
setOutputStreamFactory
Sets the output stream factory to be used.- Parameters:
aOutputStreamFactory- the output stream factory to be used.
-
getOutputStreamFactory
ILcdOutputStreamFactory getOutputStreamFactory()Returns the output stream factory that is used.- Returns:
- the output stream factory that is used.
-