Uses of Enum Class
com.luciad.format.kml22.model.style.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
Modifier and TypeMethodDescriptionstatic ELcdKML22ItemIconState
static ELcdKML22ItemIconState
Returns 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.Modifier and TypeMethodDescriptionTLcdKML22ListStyle.getItemIconMap()
Returns aMap
that contains all the item icon states described in this list style.TLcdKML22ItemIcon.getState()
Returns the value of the property that maps to thestate
element.Modifier and TypeMethodDescriptionstatic String
ELcdKML22ItemIconState.toValue
(ELcdKML22ItemIconState aValue) Modifier and TypeMethodDescriptionvoid
TLcdKML22ItemIcon.setState
(List<ELcdKML22ItemIconState> aValue) Sets the value of the property that maps to thestate
element.