Uses of Interface
com.luciad.panorama.model.ILcdPanoramicImage
Package
Description
This package contains the base classes that describe a panorama.
-
Uses of ILcdPanoramicImage in com.luciad.panorama.model
Modifier and TypeClassDescriptionclass
Default implementation of theILcdPanoramicImage
interface.Modifier and TypeMethodDescriptionILcdPanorama.getPanoramicImages()
Get the list ofILcdPanoramicImages
that together represent this panorama.TLcdPanorama.getPanoramicImages()
Modifier and TypeMethodDescriptionTLcdPanorama.Builder.image
(ILcdPanoramicImage aImage) Add the given image to the collection of images for the panoramaModifier and TypeMethodDescriptionTLcdPanorama.Builder.image
(Supplier<ILcdPanoramicImage> aImage) Add the given supplier to the collection of images for the panoramaTLcdPanorama.Builder.images
(Collection<ILcdPanoramicImage> aImages) Add the given collection of images to the collection of images for the panorama.ModifierConstructorDescriptionprotected
TLcdPanorama
(TLcdDataType aDataType, ILcdPoint aPoint, Collection<Supplier<ILcdPanoramicImage>> aImages) Create a newTLcdPanorama
.