Uses of Class
com.luciad.format.kml22.model.style.TLcdKML22IconStyle
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 TLcdKML22IconStyle in com.luciad.format.kml22.model.style
Modifier and TypeMethodDescriptionTLcdKML22Style.getIconStyle()
Returns the value of the property that maps to theIconStyle
element.Modifier and TypeMethodDescriptionvoid
TLcdKML22Style.setIconStyle
(TLcdKML22IconStyle aValue) Sets the value of the property that maps to theIconStyle
element. -
Uses of TLcdKML22IconStyle in com.luciad.format.kml22.util
Modifier and TypeMethodDescriptionTLcdKML22IconProvider.getIconStatus
(TLcdKML22IconStyle aIconStyle) Gets the status of the icon for a given icon styleTLcdKML22IconProvider.retrieveIcon
(TLcdKML22IconStyle aIconStyle) Retrieves an icon for a given icon style.void
TLcdKML22IconProvider.retrieveIcon
(TLcdKML22IconStyle aIconStyle, ILcdKML22ResourceListener aCallbackFunction) Asynchronously retrieves an icon for a given icon style without calling the calling thread.