Uses of Interface
com.luciad.model.ILcdModelProducerListener
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.
Model interfaces
Provides two-dimensional views and components supporting the visualization of the former's representation.
Utilities for making maps.
-
Uses of ILcdModelProducerListener in com.luciad.format.gml2.model
Modifier and TypeClassDescriptionclass
A feature collection contains zero or more featureMember elements. -
Uses of ILcdModelProducerListener 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 ILcdModelProducerListener 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 ILcdModelProducerListener 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 ILcdModelProducerListener 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 ILcdModelProducerListener in com.luciad.model
Modifier and TypeInterfaceDescriptioninterface
ILcdModelContainer
is anILcdModelProducerListener
containing a zero or moreILcdModel
objects.interface
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
This class provides an implementation ofILcdEventMulticaster
that is also anILcdModelProducerListener
.class
An implementation ofILcdModelTreeNode
based on aTLcdVectorModel
.class
This is a utility class that can be used to create anILcdModelTreeNode
implementation.Modifier and TypeMethodDescriptionvoid
ILcdModelProducer.addModelProducerListener
(ILcdModelProducerListener aModelProducerListener) Adds anILcdModelProducerListener
to thisILcdModelProducer
.void
TLcdOpenAction.addModelProducerListener
(ILcdModelProducerListener aListener) void
ILcdModelProducer.removeModelProducerListener
(ILcdModelProducerListener aModelProducerListener) Removes anILcdModelProducerListener
from thisILcdModelProducer
.void
TLcdOpenAction.removeModelProducerListener
(ILcdModelProducerListener aListener) -
Uses of ILcdModelProducerListener in com.luciad.view.gxy
Modifier and TypeClassDescriptionclass
ILcdGXYView
implementation based on an off-screen image.
It does not depend on AWT or Swing components, and can be used on the server side (for example, in a Servlet) for generating images to be sent to light-weight clients.class
An implementation of theILcdGXYView
interface as ajava.awt.Canvas
.class
An implementation of theILcdGXYView
interface as ajavax.swing.JPanel
.class
ILcdGXYView
implementation that consumes less memory thanTLcdGXYViewJPanel
.class
An implementation of theILcdGXYView
interface as ajava.awt.Panel
.class
This PlanarImage implements an off-screen view. -
Uses of ILcdModelProducerListener in com.luciad.view.map
Modifier and TypeClassDescriptionclass
TLcdGXYViewBufferedImage
extension suited for displaying maps.class
TLcdGXYViewCanvas
extension suited for displaying maps.class
TLcdGXYViewJPanel
extension suited for displaying maps.class
TLcdGXYViewJPanelLightWeight
extension suited for displaying maps.class
TLcdGXYViewPanel
extension suited for displaying maps.
AbstractFeatureMember
.