Uses of Class
org.esa.snap.core.datamodel.quicklooks.Quicklook
-
Packages that use Quicklook Package Description org.esa.snap.core.datamodel Contains SNAP's central classes and interfaces used for an in-memory presentation of remote sensing data products. -
-
Uses of Quicklook in org.esa.snap.core.datamodel
Methods in org.esa.snap.core.datamodel that return Quicklook Modifier and Type Method Description Quicklook
Product. getDefaultQuicklook()
Quicklook
Product. getQuicklook(String name)
Returns the Quicklook with the given name.Methods in org.esa.snap.core.datamodel that return types with arguments of type Quicklook Modifier and Type Method Description ProductNodeGroup<Quicklook>
Product. getQuicklookGroup()
Methods in org.esa.snap.core.datamodel with parameters of type Quicklook Modifier and Type Method Description void
ProductVisitor. visit(Quicklook ql)
Visits a node group.void
ProductVisitorAdapter. visit(Quicklook ql)
-