Uses of Interface
ddf.catalog.data.BinaryContent
Packages that use BinaryContent
Package
Description
Provides the classes for the Catalog Framework API and implementation.
Provides the classes for the Catalog Resource API and implementation.
Provides the classes for the Catalog Transform API and implementation.
-
Uses of BinaryContent in ddf.catalog
Methods in ddf.catalog that return BinaryContentModifier and TypeMethodDescriptionCatalogFramework.transform(Metacard metacard, String transformerId, Map<String, Serializable> requestProperties) Transforms the providedMetacardintoBinaryContent.CatalogFramework.transform(SourceResponse response, String transformerId, Map<String, Serializable> requestProperties) -
Uses of BinaryContent in ddf.catalog.resource
Subinterfaces of BinaryContent in ddf.catalog.resourceModifier and TypeInterfaceDescriptioninterfaceA Resource represents an item (e.g. image, video, document, etc.) that has been posted for sharing. -
Uses of BinaryContent in ddf.catalog.transform
Methods in ddf.catalog.transform that return BinaryContentModifier and TypeMethodDescriptionMetacardTransformer.transform(Metacard metacard, Map<String, Serializable> arguments) Transforms the providedMetacardinto aBinaryContentQueryResponseTransformer.transform(SourceResponse upstreamResponse, Map<String, Serializable> arguments) Transforms the list of results into theBinaryContent.