Uses of Class
com.luciad.panorama.model.TLcdPanorama.Builder
Packages that use TLcdPanorama.Builder
Package
Description
This package contains the base classes that describe a panorama.
-
Uses of TLcdPanorama.Builder in com.luciad.panorama.model
Methods in com.luciad.panorama.model that return TLcdPanorama.BuilderModifier and TypeMethodDescriptionTLcdPanorama.Builder.dataObject(ILcdDataObject aDataObject) Set theILcdDataObjectthat will be the base object for the panorama.TLcdPanorama.Builder.dataType(TLcdDataType aDataType) Set theTLcdDataTypefor the panorama.TLcdPanorama.Builder.image(ILcdPanoramicImage aImage) Add the given image to the collection of images for the panoramaTLcdPanorama.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.Set the location.static TLcdPanorama.BuilderTLcdPanorama.newBuilder()Get a newTLcdPanorama.Builderfor apanorama.