Uses of Class
com.luciad.format.s52.TLcdS52DisplaySettings
Packages that use TLcdS52DisplaySettings
Package
Description
Handles the S-52 format.
Contains a painter provider for painting S-57 geometries on a 2D view,
using the S-52 standard.
This package provides a
layer builder
to create layers for S57 data (individual cells and catalogues).This package provides a dedicated S-52 SLD Symbolizer, to specify within an SLD that data should
be rendered using S-52 styling.
-
Uses of TLcdS52DisplaySettings in com.luciad.format.s52
Methods in com.luciad.format.s52 that return TLcdS52DisplaySettingsModifier and TypeMethodDescriptionTLcdS52DisplaySettings.clone()TLcdS52ConditionalSymbology.getDisplaySettings()Returns the S-52 display settings object, defining how the S-57 data will be rendered.TLcdS52ModelListBuilder.getDisplaySettings()Returns the S-52 display settings object, defining how the S-57 data will be rendered.Methods in com.luciad.format.s52 with parameters of type TLcdS52DisplaySettingsModifier and TypeMethodDescriptionTLcdS52ProductConfiguration.createGXYLayerFactory(TLcdS52DisplaySettings aDisplaySettings) Creates anILcdGXYLayerFactorycapable of creating S-52 compliant layers for S-57 cells and catalogues.TLcdS52ProductConfiguration.createGXYPainterProvider(TLcdS52DisplaySettings aDisplaySettings) Creates a new S-52 painter provide for this product type, configured with the specified S-52 display settings.TLcdS52ProductConfiguration.createModelListBuilder(TLcdS52DisplaySettings aDisplaySettings) Deprecated.It is no longer needed to order the model elements before visualising them.TLcdS52ProductConfiguration.createOrderedModelDecoder(ILcdModelDecoder aS57ModelDecoder, TLcdS52DisplaySettings aDisplaySettings) Deprecated.It is no longer needed to order the model elements before visualising them.TLcdS52ProductConfiguration.createSymbology(TLcdS52DisplaySettings aDisplaySettings) Creates a new S-52 symbology for this product type, configured with the specified S-52 display settings.TLcdS52SymbologyDecoder.decodeS52Symbology(String aSourceName, TLcdS52DisplaySettings aDisplaySettings) Decodes an S-52 symbology, which can be applied to render S-57 geometry.voidTLcdS52DisplaySettings.setAll(TLcdS52DisplaySettings aDisplaySettings) Configures this display settings with the configuration of the specified display settings.Constructors in com.luciad.format.s52 with parameters of type TLcdS52DisplaySettingsModifierConstructorDescriptionTLcdS52ConditionalSymbology(TLcdS52DisplaySettings aDisplaySettings) Creates a newTLcdS52ConditionalSymbology, configured with the specified S-52 display settings.TLcdS52DisplaySettings(TLcdS52DisplaySettings aDisplaySettings) Creates a new display settings instance, initialized with the settings of the given display settings.TLcdS52ModelListBuilder(TLcdS52DisplaySettings aDisplaySettings) Creates a newTLcdS52ModelListBuilder, configured with the specified S-52 display settings. -
Uses of TLcdS52DisplaySettings in com.luciad.format.s52.gxy
Methods in com.luciad.format.s52.gxy that return TLcdS52DisplaySettingsModifier and TypeMethodDescriptionTLcdS52GXYCatalogueLayer.getDisplaySettings()Returns the S-52 display settings object, defining how the S-57 data will be rendered.TLcdS52GXYLayer.getDisplaySettings()Returns the S-52 display settings of this layer.final TLcdS52DisplaySettingsTLcdS52GXYLayerFactory.getDisplaySettings()Returns the display settings used by this layer factory.TLcdS52GXYPainterProvider.getDisplaySettings()Returns the S-52 display settings object, defining how the S-57 data will be rendered.Constructors in com.luciad.format.s52.gxy with parameters of type TLcdS52DisplaySettingsModifierConstructorDescriptionTLcdS52GXYCatalogueLayer(ILcdModel aS57Catalogue, TLcdS52DisplaySettings aDisplaySettings) Creates a new catalogue layer list which will be initialized with the given model.TLcdS52GXYLayer(ILcdModel aModel, TLcdS52DisplaySettings aDisplaySettings) Creates a new layer which will be initialized with the given S-57 model and display settings.TLcdS52GXYLayerFactory(TLcdS52DisplaySettings aDisplaySettings) Creates a layer factory which will use the specified display settings for all of the layers its creates.TLcdS52GXYPainterProvider(TLcdS52DisplaySettings aDisplaySettings) Creates a newTLcdS52GXYPainterProvider, initialized with the given S-52 display settings. -
Uses of TLcdS52DisplaySettings in com.luciad.format.s52.lightspeed
Methods in com.luciad.format.s52.lightspeed with parameters of type TLcdS52DisplaySettingsModifier and TypeMethodDescriptionTLspS52LayerBuilder.s52DisplaySettings(TLcdS52DisplaySettings aDisplaySettings) Specify theS52 display settingsto use in this layer. -
Uses of TLcdS52DisplaySettings in com.luciad.format.s52.sld
Methods in com.luciad.format.s52.sld that return TLcdS52DisplaySettingsModifier and TypeMethodDescriptionTLcdS52SLDSymbolizer.getDisplaySettings()Returns the S-52 display settings of this symbolizer.Methods in com.luciad.format.s52.sld with parameters of type TLcdS52DisplaySettingsModifier and TypeMethodDescriptionvoidTLcdS52SLDSymbolizer.setDisplaySettings(TLcdS52DisplaySettings aDisplaySettings) Sets the S-52 display settings of this symbolizer.