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 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.Methods in com.luciad.format.kml22.model.style that return types with arguments of type ELcdKML22ItemIconStateModifier 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.Methods in com.luciad.format.kml22.model.style with parameters of type ELcdKML22ItemIconStateModifier and TypeMethodDescriptionstatic String
ELcdKML22ItemIconState.toValue
(ELcdKML22ItemIconState aValue) Method parameters in com.luciad.format.kml22.model.style with type arguments of type ELcdKML22ItemIconStateModifier and TypeMethodDescriptionvoid
TLcdKML22ItemIcon.setState
(List<ELcdKML22ItemIconState> aValue) Sets the value of the property that maps to thestate
element.