Uses of Class
com.luciad.format.kml22.model.style.TLcdKML22AbstractStyleSelector
Packages that use TLcdKML22AbstractStyleSelector
Package
Description
This package contains all feature classes of KML.
This package contains all style-related information provided by a KML file.
-
Uses of TLcdKML22AbstractStyleSelector in com.luciad.format.kml22.model.feature
Methods in com.luciad.format.kml22.model.feature that return TLcdKML22AbstractStyleSelectorModifier and TypeMethodDescriptionTLcdKML22AbstractFeature.getInnerStyleSelector()
Returns the inner styleselector of this abstract feature, or null if the abstract feature doesn't have an inner styleselector. -
Uses of TLcdKML22AbstractStyleSelector in com.luciad.format.kml22.model.style
Subclasses of TLcdKML22AbstractStyleSelector in com.luciad.format.kml22.model.styleModifier and TypeClassDescriptionclass
Domain class modeling the KML StyleType type.class
Domain class modeling the KML StyleMapType type.Methods in com.luciad.format.kml22.model.style that return TLcdKML22AbstractStyleSelectorModifier and TypeMethodDescriptionTLcdKML22Pair.getAbstractStyleSelectorGroup()
Returns the value of the property that maps to theAbstractStyleSelectorGroup
element.Methods in com.luciad.format.kml22.model.style with parameters of type TLcdKML22AbstractStyleSelectorModifier and TypeMethodDescriptionvoid
TLcdKML22Pair.setAbstractStyleSelectorGroup
(TLcdKML22AbstractStyleSelector aValue) Sets the value of the property that maps to theAbstractStyleSelectorGroup
element.