Uses of Interface
com.luciad.model.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
Modifier and TypeMethodDescriptionvoid
TLcdASTERIXLiveDecoder.decodeBlockSFCT
(int aFireEventMode, ILcdModelContainer aModelSFCT) Reads a single ASTERIX block from theInputStream
that was given to TLcdASTERIXLiveDecoder.initDecode(java.io.InputStream).void
TLcdASTERIXLiveDecoder.decodeSFCT
(InputStream aStream, int aFireEventMode, ILcdModelContainer aModelSFCT) Modifies the givenILcdModelContainer
to contain new blocks of ASTERIX data that are read from the givenInputStream
. -
Uses of ILcdModelContainer in com.luciad.format.gml2.model
Modifier and TypeClassDescriptionclass
A feature collection contains zero or more featureMember elements. -
Uses of ILcdModelContainer in com.luciad.format.gml31.model
Modifier and TypeClassDescriptionclass
Deprecated.class
A dynamic feature collection may possess a history and/or a timestamp.class
Concrete generic feature collection.class
ATLcdGML31AbstractFeature
-based feature collection that implementsILcdModel
. -
Uses of ILcdModelContainer in com.luciad.format.gml32.model
Modifier and TypeClassDescriptionclass
Deprecated.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
.class
class
ATLcdGML32AbstractFeature
-based feature collection that implementsILcdModel
. -
Uses of ILcdModelContainer in com.luciad.format.kml22.model
Modifier and TypeClassDescriptionclass
Model wrapper around static KML models (TLcdKML22Kml, TLcdKML22Document, TLcdKML22Folder, TLcdKML22NetworkLink
), resolving the dynamic contents of KML data.class
Domain class modeling the KML KmlType type. -
Uses of ILcdModelContainer in com.luciad.format.kml22.model.feature
Modifier and TypeClassDescriptionclass
Domain class modeling the KML AbstractContainerType type.class
Domain class modeling the KML DocumentType type.class
Domain class modeling the KML FolderType type.class
Domain class modeling the KML NetworkLinkType type. -
Uses of ILcdModelContainer in com.luciad.model
Modifier and TypeInterfaceDescriptioninterface
AnILcdModelTreeNode
is anILcdModel
which can also have child models.Modifier and TypeClassDescriptionclass
ATLcdModelList
that also implementsILcd2DBoundsIndexedModel
.class
An implementation ofILcdModelTreeNode
based on aTLcd2DBoundsIndexedModel
.class
This class provides an implementation ofILcdModelContainer
.class
AnILcdModel
that is composed of an ordered list of otherILcdModel
objects.class
An implementation ofILcdModelTreeNode
based on aTLcdVectorModel
.class
This is a utility class that can be used to create anILcdModelTreeNode
implementation.Modifier and TypeMethodDescriptionTLcdModelContainerEvent.getModelContainer()
Returns the model container that has changed.ModifierConstructorDescriptionTLcdModelContainerEvent
(ILcdModelContainer aModelContainer, int aID, ILcdModel aModel) An event that indicates that aModelContainer has changed in aID manner, which involves aModel.
AbstractFeatureMember
.