Class TLcdPanoramicImage

java.lang.Object
com.luciad.panorama.model.TLcdPanoramicImage
All Implemented Interfaces:
ILcdPanoramicImage

public class TLcdPanoramicImage extends Object implements ILcdPanoramicImage
Default implementation of the ILcdPanoramicImage interface.

The transformation and image properties must be provided in the constructor.
If you want to avoid that too many images are loaded in memory when a model is created, you can use the constructor TLcdPanoramicImage(ILcdModelModelTransformation, Supplier), which takes a Supplier<RenderedImage> as parameter.

Since:
2020.1