Uses of Enum Class
com.luciad.format.kml22.model.style.ELcdKML22ItemIconState
Packages that use ELcdKML22ItemIconState
Package
Description
This package contains all style-related information provided by a KML file.
-
Uses of ELcdKML22ItemIconState in com.luciad.format.kml22.model.style
Methods in com.luciad.format.kml22.model.style that return ELcdKML22ItemIconStateModifier and TypeMethodDescriptionstatic ELcdKML22ItemIconStatestatic ELcdKML22ItemIconStateReturns the enum constant of this class with the specified name.static ELcdKML22ItemIconState[]ELcdKML22ItemIconState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.luciad.format.kml22.model.style that return types with arguments of type ELcdKML22ItemIconStateModifier and TypeMethodDescriptionTLcdKML22ListStyle.getItemIconMap()Returns aMapthat contains all the item icon states described in this list style.TLcdKML22ItemIcon.getState()Returns the value of the property that maps to thestateelement.Methods in com.luciad.format.kml22.model.style with parameters of type ELcdKML22ItemIconStateModifier and TypeMethodDescriptionstatic StringELcdKML22ItemIconState.toValue(ELcdKML22ItemIconState aValue) Method parameters in com.luciad.format.kml22.model.style with type arguments of type ELcdKML22ItemIconStateModifier and TypeMethodDescriptionvoidTLcdKML22ItemIcon.setState(List<ELcdKML22ItemIconState> aValue) Sets the value of the property that maps to thestateelement.