Class TLcdEarthTileOperationMode

java.lang.Object
com.luciad.earth.tileset.TLcdEarthTileOperationMode

public class TLcdEarthTileOperationMode extends Object
An enumeration of modes used by ILcdEarthTileSet to steer its asynchronous behaviour.
Since:
8.2
  • Field Details

    • PREFER_ASYNCHRONOUS

      public static final TLcdEarthTileOperationMode PREFER_ASYNCHRONOUS
      Indicates that the tileset should operate asynchronously if possible. This mode does not offer any guarantees, however: if the tileset is incapable of operating asynchronously, it is still allowed to operate synchronously even when PREFER_ASYNCHRONOUS is used.
    • FORCE_SYNCHRONOUS

      public static final TLcdEarthTileOperationMode FORCE_SYNCHRONOUS
      Indicates that the tileset must always operate synchronously. When this mode is used, the tileset must have invoked its callback before the produceTile() method returns.
  • Method Details

    • toString

      public String toString()
      Returns a general description of this tile operation mode. The exact details of the representation are unspecified and are subject to change.
      Overrides:
      toString in class Object
      Returns:
      A string representation of this operation mode.