Uses of Class
com.luciad.format.kml22.model.behavior.TLcdKML22AbstractView
Packages that use TLcdKML22AbstractView
Package
Description
This package contains classes that describe the behavior of a KML dataset within an application,
such as how a camera should be positioned to view a certain feature, when features should become
visible and hidden, ...
This package contains classes modeling all update instructions contained in KML files.
-
Uses of TLcdKML22AbstractView in com.luciad.format.kml22.model.behavior
Subclasses of TLcdKML22AbstractView in com.luciad.format.kml22.model.behaviorModifier and TypeClassDescriptionclass
Domain class modeling the KML CameraType type.class
Domain class modeling the KML LookAtType type. -
Uses of TLcdKML22AbstractView in com.luciad.format.kml22.model.update
Methods in com.luciad.format.kml22.model.update that return TLcdKML22AbstractViewModifier and TypeMethodDescriptionTLcdKML22NetworkLinkControl.getAbstractViewGroup()
Returns the value of the property that maps to theAbstractViewGroup
element.Methods in com.luciad.format.kml22.model.update with parameters of type TLcdKML22AbstractViewModifier and TypeMethodDescriptionvoid
TLcdKML22NetworkLinkControl.setAbstractViewGroup
(TLcdKML22AbstractView aValue) Sets the value of the property that maps to theAbstractViewGroup
element.