Uses of Interface
com.luciad.format.s52.ILcdS52Symbology
Packages that use 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
Methods in com.luciad.format.s52 that return ILcdS52SymbologyModifier 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.Methods in com.luciad.format.s52 with parameters of type ILcdS52SymbologyModifier and TypeMethodDescriptionvoidILcdS52ConditionalSymbology.setS52Symbology(ILcdS52Symbology aS52Symbology) Sets the unconditional symbology on which this conditional symbology is based.voidTLcdS52ConditionalSymbology.setS52Symbology(ILcdS52Symbology aS52Symbology) voidTLcdS52ModelListBuilder.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
Methods in com.luciad.format.s52.gxy that return ILcdS52SymbologyModifier 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.Methods in com.luciad.format.s52.gxy with parameters of type ILcdS52SymbologyModifier and TypeMethodDescriptionvoidTLcdS52GXYCatalogueLayer.setS52Symbology(ILcdS52Symbology s52Symbology) Sets the symbology that is required for painting.voidTLcdS52GXYLevelLayerList.setS52Symbology(ILcdS52Symbology s52Symbology) Deprecated.Sets the symbology that is required for painting.voidTLcdS52GXYPainterProvider.setS52Symbology(ILcdS52Symbology aS52Symbology) Sets the symbology that is required for painting. -
Uses of ILcdS52Symbology in com.luciad.format.s52.lightspeed
Methods in com.luciad.format.s52.lightspeed with parameters of type ILcdS52SymbologyModifier and TypeMethodDescriptionTLspS52LayerBuilder.s52Symbology(ILcdS52Symbology aSymbology) Specify theS52 symbologyto use in this layer.