Uses of Class
com.luciad.panorama.model.TLcdPanorama.Builder
Package
Description
This package contains the base classes that describe a panorama.
-
Uses of TLcdPanorama.Builder in com.luciad.panorama.model
Modifier and TypeMethodDescriptionTLcdPanorama.Builder.dataObject
(ILcdDataObject aDataObject) Set theILcdDataObject
that will be the base object for the panorama.TLcdPanorama.Builder.dataType
(TLcdDataType aDataType) Set theTLcdDataType
for 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.Builder
TLcdPanorama.newBuilder()
Get a newTLcdPanorama.Builder
for apanorama
.