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 TypeClassDescriptionclassDefault implementation of theILcdPanoramicImageinterface.Methods in com.luciad.panorama.model that return types with arguments of type ILcdPanoramicImageModifier and TypeMethodDescriptionILcdPanorama.getPanoramicImages()Get the list ofILcdPanoramicImagesthat 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 ILcdPanoramicImageModifierConstructorDescriptionprotectedTLcdPanorama(TLcdDataType aDataType, ILcdPoint aPoint, Collection<Supplier<ILcdPanoramicImage>> aImages) Create a newTLcdPanorama.