Uses of Interface
com.luciad.format.s52.ILcdS52ConditionalSymbology
Packages that use ILcdS52ConditionalSymbology
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.
-
Uses of ILcdS52ConditionalSymbology in com.luciad.format.s52
Classes in com.luciad.format.s52 that implement ILcdS52ConditionalSymbologyModifier and TypeClassDescriptionclassThis ILcdS52ConditionalSymbology implements the S-52 conditional symbology procedures.Methods in com.luciad.format.s52 that return ILcdS52ConditionalSymbologyModifier and TypeMethodDescriptionTLcdS52ModelListBuilder.getS52ConditionalSymbology()Returns the conditional symbology that is used by this model list builder.Methods in com.luciad.format.s52 with parameters of type ILcdS52ConditionalSymbologyModifier and TypeMethodDescriptionvoidTLcdS52ModelListBuilder.setS52ConditionalSymbology(ILcdS52ConditionalSymbology aS52ConditionalSymbology) Sets the conditional symbology to be used by this model list builder. -
Uses of ILcdS52ConditionalSymbology in com.luciad.format.s52.gxy
Methods in com.luciad.format.s52.gxy that return ILcdS52ConditionalSymbologyModifier and TypeMethodDescriptionTLcdS52GXYPainterProvider.getS52ConditionalSymbology()Returns the conditional symbology.Methods in com.luciad.format.s52.gxy with parameters of type ILcdS52ConditionalSymbologyModifier and TypeMethodDescriptionvoidTLcdS52GXYPainterProvider.setS52ConditionalSymbology(ILcdS52ConditionalSymbology aS52ConditionalSymbology) Sets the conditional symbology.