Uses of Class
com.luciad.model.TLcdModelProducerEvent
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.
-
Uses of TLcdModelProducerEvent in com.luciad.format.gml2.model
Modifier and TypeMethodDescriptionvoid
TLcdGML2AbstractFeatureCollection.modelProduced
(TLcdModelProducerEvent aModelProducerEvent) -
Uses of TLcdModelProducerEvent in com.luciad.format.gml31.model
Modifier and TypeMethodDescriptionvoid
TLcdGML31AbstractFeatureCollection.modelProduced
(TLcdModelProducerEvent aModelProducerEvent) Deprecated.void
TLcdGML31Model.modelProduced
(TLcdModelProducerEvent aModelProducerEvent) -
Uses of TLcdModelProducerEvent in com.luciad.format.gml32.model
Modifier and TypeMethodDescriptionvoid
TLcdGML32AbstractFeatureCollection.modelProduced
(TLcdModelProducerEvent aModelProducerEvent) Deprecated.void
TLcdGML32Model.modelProduced
(TLcdModelProducerEvent aModelProducerEvent) -
Uses of TLcdModelProducerEvent in com.luciad.format.kml22.model
Modifier and TypeMethodDescriptionvoid
TLcdKML22DynamicModel.modelProduced
(TLcdModelProducerEvent aModelProducerEvent) void
TLcdKML22Kml.modelProduced
(TLcdModelProducerEvent aModelProducerEvent) -
Uses of TLcdModelProducerEvent in com.luciad.format.kml22.model.feature
Modifier and TypeMethodDescriptionvoid
TLcdKML22AbstractContainer.modelProduced
(TLcdModelProducerEvent aModelProducerEvent) void
TLcdKML22NetworkLink.modelProduced
(TLcdModelProducerEvent aModelProducerEvent) -
Uses of TLcdModelProducerEvent in com.luciad.model
Modifier and TypeMethodDescriptionvoid
ILcdModelProducerListener.modelProduced
(TLcdModelProducerEvent aModelProducerEvent) Notifies this ILcdModelProducerListener of a produced model.void
TLcd2DBoundsIndexedModelTreeNode.modelProduced
(TLcdModelProducerEvent e) void
TLcdModelContainer.modelProduced
(TLcdModelProducerEvent e) void
TLcdModelList.modelProduced
(TLcdModelProducerEvent aModelProducerEvent) void
TLcdModelProducerEventMulticaster.modelProduced
(TLcdModelProducerEvent e) void
TLcdModelTreeNode.modelProduced
(TLcdModelProducerEvent e) void
TLcdModelTreeNodeSupport.modelProduced
(TLcdModelProducerEvent e) -
Uses of TLcdModelProducerEvent in com.luciad.view.gxy
Modifier and TypeMethodDescriptionvoid
TLcdGXYViewBufferedImage.modelProduced
(TLcdModelProducerEvent aModelProducerEvent) The produced model is added to the view, provided that a layer factory supporting the model is set.void
TLcdGXYViewCanvas.modelProduced
(TLcdModelProducerEvent aModelProducerEvent) The produced model is added to the view, provided that a layer factory supporting the model is set.void
TLcdGXYViewJPanel.modelProduced
(TLcdModelProducerEvent aModelProducerEvent) The produced model is added to the view, provided that a layer factory supporting the model is set.void
TLcdGXYViewJPanelLightWeight.modelProduced
(TLcdModelProducerEvent aModelProducerEvent) The produced model is added to the view, provided that a layer factory supporting the model is set.void
TLcdGXYViewPanel.modelProduced
(TLcdModelProducerEvent aModelProducerEvent) The produced model is added to the view, provided that a layer factory supporting the model is set.void
TLcdGXYViewPlanarImage.modelProduced
(TLcdModelProducerEvent aModelProducerEvent) The produced model is added to the view, provided that a layer factory supporting the model is set.