Uses of Interface
com.luciad.model.ILcdModelTreeNode
Packages that use ILcdModelTreeNode
Package
Description
Provides domain model classes and utility classes for modeling GML 2 data.
Provides domain model classes and utility classes for modeling GML 3.1 data.
Provides domain model classes and utility classes for modeling GML 3.2 data.
This package and its subpackages provide a domain model for the KML 2.2 data format.
This package contains all feature classes of KML.
Provides support facilities for adding a new data format to Lucy.
Model interfaces
-
Uses of ILcdModelTreeNode in com.luciad.format.gml2.model
Classes in com.luciad.format.gml2.model that implement ILcdModelTreeNodeModifier and TypeClassDescriptionclassA feature collection contains zero or more featureMember elements. -
Uses of ILcdModelTreeNode in com.luciad.format.gml31.model
Classes in com.luciad.format.gml31.model that implement ILcdModelTreeNodeModifier and TypeClassDescriptionclassDeprecated.classA dynamic feature collection may possess a history and/or a timestamp.classConcrete generic feature collection.classATLcdGML31AbstractFeature-based feature collection that implementsILcdModel. -
Uses of ILcdModelTreeNode in com.luciad.format.gml32.model
Classes in com.luciad.format.gml32.model that implement ILcdModelTreeNodeModifier and TypeClassDescriptionclassDeprecated.This type is deprecated in GML 3_2, which defines A GML feature collection as any GML feature with a property element in its content model whose content model is derived by extension fromAbstractFeatureMember.classclassATLcdGML32AbstractFeature-based feature collection that implementsILcdModel. -
Uses of ILcdModelTreeNode in com.luciad.format.kml22.model
Classes in com.luciad.format.kml22.model that implement ILcdModelTreeNodeModifier and TypeClassDescriptionclassModel wrapper around static KML models (TLcdKML22Kml, TLcdKML22Document, TLcdKML22Folder, TLcdKML22NetworkLink), resolving the dynamic contents of KML data.classDomain class modeling the KML KmlType type.Methods in com.luciad.format.kml22.model that return ILcdModelTreeNodeModifier and TypeMethodDescriptionTLcdKML22DynamicModel.getKMLModel()Returns the static KML model that is wrapped by this model. -
Uses of ILcdModelTreeNode in com.luciad.format.kml22.model.feature
Classes in com.luciad.format.kml22.model.feature that implement ILcdModelTreeNodeModifier and TypeClassDescriptionclassDomain class modeling the KML AbstractContainerType type.classDomain class modeling the KML DocumentType type.classDomain class modeling the KML FolderType type.classDomain class modeling the KML NetworkLinkType type. -
Uses of ILcdModelTreeNode in com.luciad.lucy.format
Constructor parameters in com.luciad.lucy.format with type arguments of type ILcdModelTreeNodeModifierConstructorDescriptionTLcyGXYLayerTreeNodeFormatWrapper2(ALcyFormat aFormat, ILcdFilter<ILcdModelTreeNode> aModelTreeNodeFilter) Creates a layer tree node wrapper for the specifiedALcyFormat, using the given model filter. -
Uses of ILcdModelTreeNode in com.luciad.model
Classes in com.luciad.model that implement ILcdModelTreeNodeModifier and TypeClassDescriptionclassAn implementation ofILcdModelTreeNodebased on aTLcd2DBoundsIndexedModel.classAn implementation ofILcdModelTreeNodebased on aTLcdVectorModel.Methods in com.luciad.model that return ILcdModelTreeNodeModifier and TypeMethodDescriptionstatic ILcdModelTreeNodeTLcdModelTreeNodeUtil.getFirstCommonAncestor(ILcdModel aFirstModel, ILcdModelTreeNode aFirstRootNode, ILcdModel aSecondModel, ILcdModelTreeNode aSecondRootNode) Returns the first ancestor that twoILcdModels have in common.static ILcdModelTreeNodeTLcdModelTreeNodeUtil.getParent(ILcdModel aModel, ILcdModelTreeNode aRootNode) Finds the parent node ofaModelin the tree with root nodeaRootNode.Methods in com.luciad.model that return types with arguments of type ILcdModelTreeNodeModifier and TypeMethodDescriptionstatic List<ILcdModelTreeNode> TLcdModelTreeNodeUtil.getPathToParent(ILcdModelTreeNode aFrom, ILcdModel aTo) Returns a list containing all theILcdModelTreeNodes to go fromaFromto the parent ofaTo.Methods in com.luciad.model with parameters of type ILcdModelTreeNodeModifier and TypeMethodDescriptionstatic booleanTLcdModelTreeNodeUtil.containsModel(ILcdModel aModel, ILcdModelTreeNode aNode) ReturnstruewhenaModelis a child of the nodeaNode.static ILcdModelTreeNodeTLcdModelTreeNodeUtil.getFirstCommonAncestor(ILcdModel aFirstModel, ILcdModelTreeNode aFirstRootNode, ILcdModel aSecondModel, ILcdModelTreeNode aSecondRootNode) Returns the first ancestor that twoILcdModels have in common.TLcdModelTreeNodeUtil.getModels(ILcdModelTreeNode aNode) Returns a list containing all the models underneath the nodeaNode, includingaNode, by using a depth first search over trhe tree with root nodeaNode.TLcdModelTreeNodeUtil.getModels(ILcdModelTreeNode aNode, boolean aIncludeNode) Returns a list containing all the models underneath the nodeaNodeby using a depth first search over the tree starting at nodeaNode.static ILcdModelTreeNodeTLcdModelTreeNodeUtil.getParent(ILcdModel aModel, ILcdModelTreeNode aRootNode) Finds the parent node ofaModelin the tree with root nodeaRootNode.TLcdModelTreeNodeUtil.getPath(ILcdModelTreeNode aFrom, ILcdModel aTo) Returns a list containing all theILcdModels to go fromaFromto the modelaTo.static List<ILcdModelTreeNode> TLcdModelTreeNodeUtil.getPathToParent(ILcdModelTreeNode aFrom, ILcdModel aTo) Returns a list containing all theILcdModelTreeNodes to go fromaFromto the parent ofaTo.Constructors in com.luciad.model with parameters of type ILcdModelTreeNodeModifierConstructorDescriptionCreates a new support object for nodeaNode
AbstractFeatureMember.