Uses of Enum Class
com.luciad.format.s101.view.ELcdS101ViewingGroupLayer
Packages that use ELcdS101ViewingGroupLayer
-
Uses of ELcdS101ViewingGroupLayer in com.luciad.format.s101.view
Methods in com.luciad.format.s101.view that return ELcdS101ViewingGroupLayerModifier and TypeMethodDescriptionstatic ELcdS101ViewingGroupLayerReturns the enum constant for the specified textual representation.static ELcdS101ViewingGroupLayerReturns the enum constant of this class with the specified name.static ELcdS101ViewingGroupLayer[]ELcdS101ViewingGroupLayer.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.luciad.format.s101.view that return types with arguments of type ELcdS101ViewingGroupLayerModifier and TypeMethodDescriptionELcdS101DisplayMode.getLayers()Returns the set of corresponding viewing group layers.TLcdS101DisplaySettings.getViewingGroupLayers()Returns the set of visible viewing group layers.Methods in com.luciad.format.s101.view with parameters of type ELcdS101ViewingGroupLayerModifier and TypeMethodDescriptionvoidTLcdS101DisplaySettings.addViewingGroupLayer(ELcdS101ViewingGroupLayer aViewingGroupLayer) Adds the specified viewing group layer to the list of visible layers.voidTLcdS101DisplaySettings.removeViewingGroupLayer(ELcdS101ViewingGroupLayer aViewingGroupLayer) Removes the specified viewing group layer from the list of visible layers.Method parameters in com.luciad.format.s101.view with type arguments of type ELcdS101ViewingGroupLayerModifier and TypeMethodDescriptionvoidTLcdS101DisplaySettings.setViewingGroupLayers(Set<ELcdS101ViewingGroupLayer> aViewingGroupLayers) Set the viewing group layers property.