Uses of Class
com.luciad.view.lightspeed.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
-
Uses of TLspOpenGLProfile in com.luciad.tea.lightspeed.los.view
-
Uses of TLspOpenGLProfile in com.luciad.view.lightspeed
Modifier 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.Modifier 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.Modifier and TypeMethodDescriptionstatic TLspOpenGLProfile
TLspOpenGLProfile.getSuperSet
(TLspOpenGLProfile... aProfiles) Creates a new OpenGL profile which matches a superset of the supplied profiles.ModifierConstructorDescriptionprotected
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
Modifier 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
-
Uses of TLspOpenGLProfile in com.luciad.view.lightspeed.painter
Modifier 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
-
Uses of TLspOpenGLProfile in com.luciad.view.lightspeed.painter.label
-
Uses of TLspOpenGLProfile in com.luciad.view.lightspeed.painter.mesh
-
Uses of TLspOpenGLProfile in com.luciad.view.lightspeed.painter.shape
-
Uses of TLspOpenGLProfile in com.luciad.wms.client.lightspeed.tiled