Uses of Enum Class
com.luciad.format.kml22.model.style.ELcdKML22StyleState
Package
Description
This package contains all style-related information provided by a KML file.
This package provides a set of KML utility classes.
-
Uses of ELcdKML22StyleState in com.luciad.format.kml22.model.style
Modifier and TypeMethodDescriptionstatic ELcdKML22StyleState
TLcdKML22Pair.getKey()
Returns the value of the property that maps to thekey
element.static ELcdKML22StyleState
Returns the enum constant of this class with the specified name.static ELcdKML22StyleState[]
ELcdKML22StyleState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
TLcdKML22Pair.setKey
(ELcdKML22StyleState aValue) Sets the value of the property that maps to thekey
element.static String
ELcdKML22StyleState.toValue
(ELcdKML22StyleState aValue) -
Uses of ELcdKML22StyleState in com.luciad.format.kml22.util
Modifier and TypeMethodDescriptionTLcdKML22StyleProvider.getStyleStatus
(TLcdKML22AbstractFeature aAbstractFeature, ELcdKML22StyleState aStyleState) Gets the status of the style of a given abstract featureTLcdKML22StyleProvider.retrieveStyle
(TLcdKML22AbstractFeature aAbstractFeature, ELcdKML22StyleState aStyleState) Retrieves a style synchronously.void
TLcdKML22StyleProvider.retrieveStyle
(TLcdKML22AbstractFeature aAbstractFeature, ELcdKML22StyleState aStyleState, ILcdKML22ResourceListener aCallbackFunction) Retrieves styles asynchronously.