Uses of Interface
com.luciad.format.s52.ILcdS52Symbology
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).-
Uses of ILcdS52Symbology in com.luciad.format.s52
Modifier and TypeMethodDescriptionTLcdS52ProductConfiguration.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) Decodes an S-52 symbology, which can be applied to render S-57 geometry.TLcdS52SymbologyDecoder.decodeS52Symbology
(String aSourceName, TLcdS52DisplaySettings aDisplaySettings) Decodes an S-52 symbology, which can be applied to render S-57 geometry.ILcdS52ConditionalSymbology.getS52Symbology()
Returns the symbology.TLcdS52ConditionalSymbology.getS52Symbology()
TLcdS52ModelListBuilder.getS52Symbology()
Returns the S-52 symbology that is used by this model list builder.Modifier and TypeMethodDescriptionvoid
ILcdS52ConditionalSymbology.setS52Symbology
(ILcdS52Symbology aS52Symbology) Sets the unconditional symbology on which this conditional symbology is based.void
TLcdS52ConditionalSymbology.setS52Symbology
(ILcdS52Symbology aS52Symbology) void
TLcdS52ModelListBuilder.setS52Symbology
(ILcdS52Symbology aS52Symbology) Sets the S-52 symbology to be used by this model list builder. -
Uses of ILcdS52Symbology in com.luciad.format.s52.gxy
Modifier and TypeMethodDescriptionTLcdS52GXYCatalogueLayer.getS52Symbology()
Returns the S-52 symbology that is used by this layer list.TLcdS52GXYLevelLayerList.getS52Symbology()
Deprecated.Returns the S-52 symbology that is used by this layer list.TLcdS52GXYPainterProvider.getS52Symbology()
Returns the symbology.Modifier and TypeMethodDescriptionvoid
TLcdS52GXYCatalogueLayer.setS52Symbology
(ILcdS52Symbology s52Symbology) Sets the symbology that is required for painting.void
TLcdS52GXYLevelLayerList.setS52Symbology
(ILcdS52Symbology s52Symbology) Deprecated.Sets the symbology that is required for painting.void
TLcdS52GXYPainterProvider.setS52Symbology
(ILcdS52Symbology aS52Symbology) Sets the symbology that is required for painting. -
Uses of ILcdS52Symbology in com.luciad.format.s52.lightspeed
Modifier and TypeMethodDescriptionTLspS52LayerBuilder.s52Symbology
(ILcdS52Symbology aSymbology) Specify theS52 symbology
to use in this layer.