Uses of Class
com.luciad.format.kml22.model.style.TLcdKML22IconStyle
Packages that use 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
Methods in com.luciad.format.kml22.model.style that return TLcdKML22IconStyleModifier and TypeMethodDescriptionTLcdKML22Style.getIconStyle()Returns the value of the property that maps to theIconStyleelement.Methods in com.luciad.format.kml22.model.style with parameters of type TLcdKML22IconStyleModifier and TypeMethodDescriptionvoidTLcdKML22Style.setIconStyle(TLcdKML22IconStyle aValue) Sets the value of the property that maps to theIconStyleelement. -
Uses of TLcdKML22IconStyle in com.luciad.format.kml22.util
Methods in com.luciad.format.kml22.util with parameters of type TLcdKML22IconStyleModifier 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.voidTLcdKML22IconProvider.retrieveIcon(TLcdKML22IconStyle aIconStyle, ILcdKML22ResourceListener aCallbackFunction) Asynchronously retrieves an icon for a given icon style without calling the calling thread.