Uses of Class
com.luciad.view.TLcdModelQueryConfiguration
Package
Description
General aspects of views.
Provides two-dimensional views and components supporting the visualization of the former's representation.
Provides layering support for
ILspView
.Provides layering support for vector layers.
-
Uses of TLcdModelQueryConfiguration in com.luciad.view
Modifier and TypeMethodDescriptionTLcdModelQueryConfiguration.Builder.build()
Returns a newTLcdModelQueryConfiguration
instance. -
Uses of TLcdModelQueryConfiguration in com.luciad.view.gxy
Modifier and TypeMethodDescriptionTLcdGXYLayer.getModelQueryConfiguration()
Returns the model query configuration which is used by this layer to retrieve the filters to query the model with during a paint operation.Modifier and TypeMethodDescriptionfinal void
TLcdGXYLayer.setModelQueryConfiguration
(TLcdModelQueryConfiguration aModelQueryConfiguration) Sets the model query configuration which defines the filters to query the model with during a paint operation. -
Uses of TLcdModelQueryConfiguration in com.luciad.view.lightspeed.layer
Modifier and TypeMethodDescriptionTLspLayer.getModelQueryConfiguration()
Returns the model query configuration which is used by this layer to retrieve the filters to query the model with during a paint operation.Modifier and TypeMethodDescriptionfinal void
TLspLayer.setModelQueryConfiguration
(TLcdModelQueryConfiguration aModelQueryConfiguration) Sets the model query configuration which defines the filters to query the model with during a paint operation. -
Uses of TLcdModelQueryConfiguration in com.luciad.view.lightspeed.layer.shape
Modifier and TypeMethodDescriptionTLspShapeLayerBuilder.modelQueryConfiguration
(TLcdModelQueryConfiguration aModelQueryConfiguration) Sets the model query configuration which defines the filters that the layer will use when querying the model during the paint operation.