Package com.luciad.earth.tileset
Class TLcdEarthTileOperationMode
java.lang.Object
com.luciad.earth.tileset.TLcdEarthTileOperationMode
An enumeration of modes used by
ILcdEarthTileSet
to steer its
asynchronous behaviour.- Since:
- 8.2
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdEarthTileOperationMode
Indicates that the tileset must always operate synchronously.static final TLcdEarthTileOperationMode
Indicates that the tileset should operate asynchronously if possible. -
Method Summary
-
Field Details
-
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 whenPREFER_ASYNCHRONOUS
is used. -
FORCE_SYNCHRONOUS
Indicates that the tileset must always operate synchronously. When this mode is used, the tileset must have invoked its callback before theproduceTile()
method returns.
-
-
Method Details