Uses of Class
com.luciad.view.TLcdModelQueryConfiguration
Packages that use 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
Methods in com.luciad.view that return TLcdModelQueryConfigurationModifier and TypeMethodDescriptionTLcdModelQueryConfiguration.Builder.build()Returns a newTLcdModelQueryConfigurationinstance. -
Uses of TLcdModelQueryConfiguration in com.luciad.view.gxy
Methods in com.luciad.view.gxy that return TLcdModelQueryConfigurationModifier 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.Methods in com.luciad.view.gxy with parameters of type TLcdModelQueryConfigurationModifier and TypeMethodDescriptionfinal voidTLcdGXYLayer.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
Methods in com.luciad.view.lightspeed.layer that return TLcdModelQueryConfigurationModifier 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.Methods in com.luciad.view.lightspeed.layer with parameters of type TLcdModelQueryConfigurationModifier and TypeMethodDescriptionfinal voidTLspLayer.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
Methods in com.luciad.view.lightspeed.layer.shape with parameters of type TLcdModelQueryConfigurationModifier 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.