Class TLspPlatformInfo

java.lang.Object
com.luciad.view.lightspeed.util.TLspPlatformInfo

public class TLspPlatformInfo extends Object
Utility class that returns a report on the capabilities of the platform on which a Lightspeed view is being run. Among other things, the report will contain detailed info on hardware related capabilities (such as OpenGL, OpenCL...).
Since:
2012.0
  • Method Details

    • getReport

      public static String getReport()
      Returns a string containing a detailed report with information about the platform.
      Returns:
      a detailed report
    • getReport

      public static String getReport(ILcdGLDrawable aGLDrawable)
      Returns a string containing a detailed report with information about the platform on which the given ILcdGLDrawable is running.
      Parameters:
      aGLDrawable - the GL drawable for which to obtain a report
      Returns:
      a detailed report