Uses of Interface
com.luciad.model.ILcdModelContainer
Packages that use ILcdModelContainer
Package
Description
Provides classes and interfaces for decoding and displaying ASTERIX data.
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.
Model interfaces
-
Uses of ILcdModelContainer in com.luciad.format.asterix
Methods in com.luciad.format.asterix with parameters of type ILcdModelContainerModifier and TypeMethodDescriptionvoidTLcdASTERIXLiveDecoder.decodeBlockSFCT(int aFireEventMode, ILcdModelContainer aModelSFCT) Reads a single ASTERIX block from theInputStreamthat was given to TLcdASTERIXLiveDecoder.initDecode(java.io.InputStream).voidTLcdASTERIXLiveDecoder.decodeSFCT(InputStream aStream, int aFireEventMode, ILcdModelContainer aModelSFCT) Modifies the givenILcdModelContainerto contain new blocks of ASTERIX data that are read from the givenInputStream. -
Uses of ILcdModelContainer in com.luciad.format.gml2.model
Classes in com.luciad.format.gml2.model that implement ILcdModelContainerModifier and TypeClassDescriptionclassA feature collection contains zero or more featureMember elements. -
Uses of ILcdModelContainer in com.luciad.format.gml31.model
Classes in com.luciad.format.gml31.model that implement ILcdModelContainerModifier 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 ILcdModelContainer in com.luciad.format.gml32.model
Classes in com.luciad.format.gml32.model that implement ILcdModelContainerModifier 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 ILcdModelContainer in com.luciad.format.kml22.model
Classes in com.luciad.format.kml22.model that implement ILcdModelContainerModifier 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. -
Uses of ILcdModelContainer in com.luciad.format.kml22.model.feature
Classes in com.luciad.format.kml22.model.feature that implement ILcdModelContainerModifier 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 ILcdModelContainer in com.luciad.model
Subinterfaces of ILcdModelContainer in com.luciad.modelModifier and TypeInterfaceDescriptioninterfaceAnILcdModelTreeNodeis anILcdModelwhich can also have child models.Classes in com.luciad.model that implement ILcdModelContainerModifier and TypeClassDescriptionclassATLcdModelListthat also implementsILcd2DBoundsIndexedModel.classAn implementation ofILcdModelTreeNodebased on aTLcd2DBoundsIndexedModel.classThis class provides an implementation ofILcdModelContainer.classAnILcdModelthat is composed of an ordered list of otherILcdModelobjects.classAn implementation ofILcdModelTreeNodebased on aTLcdVectorModel.classThis is a utility class that can be used to create anILcdModelTreeNodeimplementation.Methods in com.luciad.model that return ILcdModelContainerModifier and TypeMethodDescriptionTLcdModelContainerEvent.getModelContainer()Returns the model container that has changed.Constructors in com.luciad.model with parameters of type ILcdModelContainerModifierConstructorDescriptionTLcdModelContainerEvent(ILcdModelContainer aModelContainer, int aID, ILcdModel aModel) An event that indicates that aModelContainer has changed in aID manner, which involves aModel.
AbstractFeatureMember.