Uses of Class
com.luciad.view.lightspeed.TLspOpenGLProfile
Packages that use TLspOpenGLProfile
Package
Description
Painters for OpenFlight models.
Provides a painter that performs and visualizes Line-Of-Sight (LOS)
computations.
Provides support for OpenGL-based 2D and 3D visualization of data.
Provides layering support for
ILspView
.Provides support for visualizing
ILcdGXYLayer
instances in an
ILspView
.Painter interfaces and implementations for visualizing objects in an
ILspView
.Provides support for the visualization of density plots.
Provides support for painting labels for objects.
Provides a painting support for 3D meshes.
Provides support for painting of vector shapes.
This package contains a painter that visualizes
ALcdWMSProxy
instances in a Lightspeed view using a tiled approach.-
Uses of TLspOpenGLProfile in com.luciad.format.object3d.openflight.lightspeed
Methods in com.luciad.format.object3d.openflight.lightspeed that return TLspOpenGLProfile -
Uses of TLspOpenGLProfile in com.luciad.tea.lightspeed.los.view
Methods in com.luciad.tea.lightspeed.los.view that return TLspOpenGLProfile -
Uses of TLspOpenGLProfile in com.luciad.view.lightspeed
Fields in com.luciad.view.lightspeed declared as TLspOpenGLProfileModifier and TypeFieldDescriptionstatic final TLspOpenGLProfile
TLspOpenGLProfile.FRAMEBUFFER_OBJECT
MatchesLIGHTSPEED_MINIMUM
plus theGL_ARB_framebuffer_object
extension.static final TLspOpenGLProfile
TLspOpenGLProfile.LIGHTSPEED_MINIMUM
Matches OpenGL versions 4.2 and above.Methods in com.luciad.view.lightspeed that return TLspOpenGLProfileModifier and TypeMethodDescriptionALspAWTView.getRequiredOpenGLProfile()
ILspView.getRequiredOpenGLProfile()
Returns the minimum required OpenGL profile that an end user system must support in order to be compatible with this view.TLspExternalView.getRequiredOpenGLProfile()
Deprecated.TLspFXView.getRequiredOpenGLProfile()
TLspOffscreenView.getRequiredOpenGLProfile()
static TLspOpenGLProfile
TLspOpenGLProfile.getSuperSet
(TLspOpenGLProfile... aProfiles) Creates a new OpenGL profile which matches a superset of the supplied profiles.Methods in com.luciad.view.lightspeed with parameters of type TLspOpenGLProfileModifier and TypeMethodDescriptionstatic TLspOpenGLProfile
TLspOpenGLProfile.getSuperSet
(TLspOpenGLProfile... aProfiles) Creates a new OpenGL profile which matches a superset of the supplied profiles.Constructors in com.luciad.view.lightspeed with parameters of type TLspOpenGLProfileModifierConstructorDescriptionprotected
TLspOpenGLProfile
(TLspOpenGLProfile aBaseLine) Creates a newTLspOpenGLProfile
with the specified baseline.TLspOpenGLProfile
(TLspOpenGLProfile aRequiredBaseLine, int aRequiredMajorVersion, int aRequiredMinorVersion, String[] aRequiredExtensions) Creates a newTLspOpenGLProfile
with the specified baseline, minimum OpenGL version and list of required OpenGL extensions. -
Uses of TLspOpenGLProfile in com.luciad.view.lightspeed.layer
Methods in com.luciad.view.lightspeed.layer that return TLspOpenGLProfileModifier and TypeMethodDescriptionILspPaintableLayer.getRequiredOpenGLProfile()
Returns the minimum required OpenGL profile that a view must support in order to be compatible with this layer.TLspLayer.getRequiredOpenGLProfile()
Returns an OpenGL profile which is a superset of the profiles of all the painters currently associated with this layer. -
Uses of TLspOpenGLProfile in com.luciad.view.lightspeed.layer.integration.gxy
Methods in com.luciad.view.lightspeed.layer.integration.gxy that return TLspOpenGLProfile -
Uses of TLspOpenGLProfile in com.luciad.view.lightspeed.painter
Methods in com.luciad.view.lightspeed.painter that return TLspOpenGLProfileModifier and TypeMethodDescriptionILspPainter.getRequiredOpenGLProfile()
Returns the minimum required OpenGL profile that a view must support in order to be compatible with this painter. -
Uses of TLspOpenGLProfile in com.luciad.view.lightspeed.painter.density
Methods in com.luciad.view.lightspeed.painter.density that return TLspOpenGLProfile -
Uses of TLspOpenGLProfile in com.luciad.view.lightspeed.painter.label
Methods in com.luciad.view.lightspeed.painter.label that return TLspOpenGLProfile -
Uses of TLspOpenGLProfile in com.luciad.view.lightspeed.painter.mesh
Methods in com.luciad.view.lightspeed.painter.mesh that return TLspOpenGLProfile -
Uses of TLspOpenGLProfile in com.luciad.view.lightspeed.painter.shape
Methods in com.luciad.view.lightspeed.painter.shape that return TLspOpenGLProfile -
Uses of TLspOpenGLProfile in com.luciad.wms.client.lightspeed.tiled
Methods in com.luciad.wms.client.lightspeed.tiled that return TLspOpenGLProfile