Uses of Interface
com.luciad.panorama.model.ILcdPanoramicImage
Packages that use ILcdPanoramicImage
Package
Description
This package contains the base classes that describe a panorama.
-
Uses of ILcdPanoramicImage in com.luciad.panorama.model
Classes in com.luciad.panorama.model that implement ILcdPanoramicImageModifier and TypeClassDescriptionclass
Default implementation of theILcdPanoramicImage
interface.Methods in com.luciad.panorama.model that return types with arguments of type ILcdPanoramicImageModifier and TypeMethodDescriptionILcdPanorama.getPanoramicImages()
Get the list ofILcdPanoramicImages
that together represent this panorama.TLcdPanorama.getPanoramicImages()
Methods in com.luciad.panorama.model with parameters of type ILcdPanoramicImageModifier and TypeMethodDescriptionTLcdPanorama.Builder.image
(ILcdPanoramicImage aImage) Add the given image to the collection of images for the panoramaMethod parameters in com.luciad.panorama.model with type arguments of type ILcdPanoramicImageModifier 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.Constructor parameters in com.luciad.panorama.model with type arguments of type ILcdPanoramicImageModifierConstructorDescriptionprotected
TLcdPanorama
(TLcdDataType aDataType, ILcdPoint aPoint, Collection<Supplier<ILcdPanoramicImage>> aImages) Create a newTLcdPanorama
.