Uses of Class
com.luciad.datamodel.expression.ALcdDataObjectExpressionLanguage
Packages that use ALcdDataObjectExpressionLanguage
Package
Description
This package provides an API to evaluate expressions on data objects.
This package provides the classes that correspond to AIXM 5.1 data types.
Contains a painter provider and a label painter provider for painting MIF
shapes on a 2D view.
Model interfaces
General aspects of views.
Provides two-dimensional views and components supporting the visualization of the former's representation.
Contains style related classes that are used by the label painter.
Painters for maps.
-
Uses of ALcdDataObjectExpressionLanguage in com.luciad.datamodel.expression
Subclasses of ALcdDataObjectExpressionLanguage in com.luciad.datamodel.expressionModifier and TypeClassDescriptionclass
Default implementation ofALcdDataObjectExpressionLanguage
. -
Uses of ALcdDataObjectExpressionLanguage in com.luciad.format.aixm51.model.abstractfeature
Methods in com.luciad.format.aixm51.model.abstractfeature that return ALcdDataObjectExpressionLanguageModifier and TypeMethodDescriptionTLcdAIXM51AbstractAIXMMessage.getDataObjectExpressionLanguage()
Methods in com.luciad.format.aixm51.model.abstractfeature with parameters of type ALcdDataObjectExpressionLanguageModifier and TypeMethodDescriptionvoid
TLcdAIXM51AbstractAIXMMessage.setDataObjectExpressionLanguage
(ALcdDataObjectExpressionLanguage aExpressionLanguage) -
Uses of ALcdDataObjectExpressionLanguage in com.luciad.format.mif.gxy
Methods in com.luciad.format.mif.gxy that return ALcdDataObjectExpressionLanguageModifier and TypeMethodDescriptionTLcdMIFGXYLabelPainterProvider.getDataObjectExpressionLanguage()
Returns the data object expression language used by this label painter.Methods in com.luciad.format.mif.gxy with parameters of type ALcdDataObjectExpressionLanguageModifier and TypeMethodDescriptionvoid
TLcdMIFGXYLabelPainterProvider.setDataObjectExpressionLanguage
(ALcdDataObjectExpressionLanguage aExpressionLanguage) Sets the data object expression language used by this label painter. -
Uses of ALcdDataObjectExpressionLanguage in com.luciad.model
Methods in com.luciad.model that return ALcdDataObjectExpressionLanguageModifier and TypeMethodDescriptionILcdDataObjectIndexedModel.getDataObjectExpressionLanguage()
Returns the expression language used to evaluate expressions defined in the indices of the model.TLcdDataObjectIndexedAnd2DBoundsIndexedModel.getDataObjectExpressionLanguage()
TLcdDataObjectIndexedVectorModel.getDataObjectExpressionLanguage()
Methods in com.luciad.model with parameters of type ALcdDataObjectExpressionLanguageModifier and TypeMethodDescriptionvoid
ILcdDataObjectIndexedModel.setDataObjectExpressionLanguage
(ALcdDataObjectExpressionLanguage aExpressionLanguage) Sets the expression language to be used for evaluating expressions defined in the indices of the model.void
TLcdDataObjectIndexedAnd2DBoundsIndexedModel.setDataObjectExpressionLanguage
(ALcdDataObjectExpressionLanguage aExpressionLanguage) void
TLcdDataObjectIndexedVectorModel.setDataObjectExpressionLanguage
(ALcdDataObjectExpressionLanguage aExpressionLanguage) -
Uses of ALcdDataObjectExpressionLanguage in com.luciad.view
Methods in com.luciad.view that return ALcdDataObjectExpressionLanguageModifier and TypeMethodDescriptionTLcdDataPropertyValueContext.getExpressionLanguage()
Returns the expression language in which the expression is defined for this property value context.Constructors in com.luciad.view with parameters of type ALcdDataObjectExpressionLanguageModifierConstructorDescriptionTLcdDataPropertyValueContext
(Object aValue, String aExpression, ALcdDataObjectExpressionLanguage aExpressionLanguage, ILcdDataObject aDataObject, ILcdModel aModel, ILcdLayer aLayer, ILcdView aView) Creates a new context instance with the given arguments. -
Uses of ALcdDataObjectExpressionLanguage in com.luciad.view.gxy
Methods in com.luciad.view.gxy that return ALcdDataObjectExpressionLanguageModifier and TypeMethodDescriptionTLcdGXYDataObjectLabelPainter.getDataObjectExpressionLanguage()
Returns the data object expression language used by this label painter.TLcdGXYDataObjectPolygonLabelPainter.getDataObjectExpressionLanguage()
Returns the data object expression language used by this label painter.TLcdGXYDataObjectPolylineLabelPainter.getDataObjectExpressionLanguage()
Returns the data object expression language used by this label painter.Methods in com.luciad.view.gxy with parameters of type ALcdDataObjectExpressionLanguageModifier and TypeMethodDescriptionvoid
TLcdGXYDataObjectLabelPainter.setDataObjectExpressionLanguage
(ALcdDataObjectExpressionLanguage aExpressionLanguage) Sets the data object expression language used by this label painter.void
TLcdGXYDataObjectPolygonLabelPainter.setDataObjectExpressionLanguage
(ALcdDataObjectExpressionLanguage aExpressionLanguage) Sets the data object expression language used by this label painter.void
TLcdGXYDataObjectPolylineLabelPainter.setDataObjectExpressionLanguage
(ALcdDataObjectExpressionLanguage aExpressionLanguage) Sets the data object expression language used by this label painter. -
Uses of ALcdDataObjectExpressionLanguage in com.luciad.view.lightspeed.painter.label.style
Methods in com.luciad.view.lightspeed.painter.label.style that return ALcdDataObjectExpressionLanguageModifier and TypeMethodDescriptionTLspDataObjectLabelTextProviderStyle.getDataObjectExpressionLanguage()
Returns the data object expression language used by this label painter.Methods in com.luciad.view.lightspeed.painter.label.style with parameters of type ALcdDataObjectExpressionLanguageModifier and TypeMethodDescriptionTLspDataObjectLabelTextProviderStyle.Builder.dataObjectExpressionLanguage
(ALcdDataObjectExpressionLanguage aExpressionLanguage) Sets the data object expression language, must not benull
. -
Uses of ALcdDataObjectExpressionLanguage in com.luciad.view.map.painter
Methods in com.luciad.view.map.painter that return ALcdDataObjectExpressionLanguageModifier and TypeMethodDescriptionTLcdCompassGridPainter.getExpressionLanguage()
Returns the expression language that is used to evaluate the heading expression.Methods in com.luciad.view.map.painter with parameters of type ALcdDataObjectExpressionLanguageModifier and TypeMethodDescriptionvoid
TLcdCompassGridPainter.setExpressionLanguage
(ALcdDataObjectExpressionLanguage aLanguage) Sets the expression language that is used to evaluate the heading expression.