Package ddf.catalog.transformer
Class ThumbnailSupplier
java.lang.Object
ddf.catalog.transformer.ThumbnailSupplier
- All Implemented Interfaces:
BiFunction<ddf.catalog.data.Metacard,Map<String, Serializable>, Optional<BufferedImage>>
public class ThumbnailSupplier
extends Object
implements BiFunction<ddf.catalog.data.Metacard,Map<String,Serializable>,Optional<BufferedImage>>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply(ddf.catalog.data.Metacard metacard, Map<String, Serializable> arguments) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiFunction
andThen
-
Constructor Details
-
ThumbnailSupplier
public ThumbnailSupplier()
-
-
Method Details
-
apply
public Optional<BufferedImage> apply(ddf.catalog.data.Metacard metacard, Map<String, Serializable> arguments) - Specified by:
applyin interfaceBiFunction<ddf.catalog.data.Metacard,Map<String, Serializable>, Optional<BufferedImage>>
-