Uses of Class
com.luciad.lucy.addons.kml22.TLcyKML22TreeModelObject
Packages that use TLcyKML22TreeModelObject
Package
Description
Provides the addon that supports the KML 2.2 format.
-
Uses of TLcyKML22TreeModelObject in com.luciad.lucy.addons.kml22
Methods in com.luciad.lucy.addons.kml22 that return TLcyKML22TreeModelObjectModifier and TypeMethodDescriptionTLcyKML22TreeModelObject.getParent()
Returns the parent of thisTLcyKML22TreeModelObject
Methods in com.luciad.lucy.addons.kml22 that return types with arguments of type TLcyKML22TreeModelObjectModifier and TypeMethodDescriptionTLcyKML22TreeModelObject.getChildren()
Gets the children of thisTLcyKML22TreeModelObject
Constructors in com.luciad.lucy.addons.kml22 with parameters of type TLcyKML22TreeModelObjectModifierConstructorDescriptionTLcyKML22TreeModelObject
(Object aTreeModelObject, ILcdModel aModel, ILcdLayer aLayer, ILcdView aView, TLcyKML22TreeModelObject aParent) Creates a new tree model object with given parent.