Uses of Enum Class
com.luciad.util.ELcdInterpolationType
Packages that use ELcdInterpolationType
Package
Description
Contains utility classes used by various image operators.
Basic utilities.
This package contains classes used for working with generic measurement values.
Painter and editor classes for rendering and visually editing objects in an ILcdGXYView.
Provides a generic model for styles.
-
Uses of ELcdInterpolationType in com.luciad.imaging.operator.util
Methods in com.luciad.imaging.operator.util that return ELcdInterpolationTypeModifier and TypeMethodDescriptionTLcdLookupTable.getInterpolation()
Returns the type of interpolation that is used for evaluating values that lie between table entries.Methods in com.luciad.imaging.operator.util with parameters of type ELcdInterpolationTypeModifier and TypeMethodDescriptionTLcdColorLookupTable.Builder.interpolation
(ELcdInterpolationType aInterpolationType) Sets the interpolation type between table pixels.TLcdComponentColorLookupTable.Builder.interpolation
(ELcdInterpolationType aInterpolationType) Sets the interpolation type between table pixels.TLcdLookupTable.Builder.interpolation
(ELcdInterpolationType aInterpolationType) Sets the interpolation type between table pixels.Constructors in com.luciad.imaging.operator.util with parameters of type ELcdInterpolationTypeModifierConstructorDescriptionTLcdLookupTable
(int[] aDimensions, int aComponentCount, TLcdLookupTable.ComponentType aComponentType, ELcdInterpolationType aInterpolation, Buffer aData) Creates a lookup table with user-defined settings. -
Uses of ELcdInterpolationType in com.luciad.util
Methods in com.luciad.util that return ELcdInterpolationTypeModifier and TypeMethodDescriptionstatic ELcdInterpolationType
Returns the enum constant of this class with the specified name.static ELcdInterpolationType[]
ELcdInterpolationType.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ELcdInterpolationType in com.luciad.util.measure
Methods in com.luciad.util.measure that return ELcdInterpolationTypeModifier and TypeMethodDescriptionALcdMeasureProvider.Parameters.getInterpolationType()
Returns the interpolation type.Methods in com.luciad.util.measure with parameters of type ELcdInterpolationTypeModifier and TypeMethodDescriptionALcdMeasureProvider.Parameters.Builder.interpolationType
(ELcdInterpolationType aInterpolationType) Sets the interpolation type. -
Uses of ELcdInterpolationType in com.luciad.view.gxy.painter
Methods in com.luciad.view.gxy.painter that return ELcdInterpolationTypeModifier and TypeMethodDescriptionTLcdGXYImageIconPainter.getInterpolationType()
Returns the interpolation type that is used to sample the image when determining parameter values for the icon.Methods in com.luciad.view.gxy.painter with parameters of type ELcdInterpolationTypeModifier and TypeMethodDescriptionvoid
TLcdGXYImageIconPainter.setInterpolationType
(ELcdInterpolationType aInterpolationType) Sets the interpolation type that is used to sample the image when determining parameter values for the icon. -
Uses of ELcdInterpolationType in com.luciad.view.lightspeed.style
Methods in com.luciad.view.lightspeed.style that return ELcdInterpolationTypeModifier and TypeMethodDescriptionTLspRasterStyle.getInterpolationType()
Returns the interpolation type of this style.ILspTexturedStyle.getTextureInterpolationType()
Specifies whether linear filtering should be used for the texture map.TLspFillStyle.getTextureInterpolationType()
TLspLineStyle.getTextureInterpolationType()
Methods in com.luciad.view.lightspeed.style with parameters of type ELcdInterpolationTypeModifier and TypeMethodDescriptionTLspRasterStyle.Builder.interpolation
(ELcdInterpolationType aInterpolationType) Sets the interpolation type used for the raster data.ILspTexturedStyle.Builder.textureInterpolationType
(ELcdInterpolationType aInterpolationType) Specifies whether linear or nearest neighbor interpolation should be used for the texture.TLspFillStyle.Builder.textureInterpolationType
(ELcdInterpolationType aInterpolationType) TLspLineStyle.Builder.textureInterpolationType
(ELcdInterpolationType aInterpolationType)