Interface MetadataTransformer


public interface MetadataTransformer
Metacard-to-Metacard transformer that allows implementers to transform a Metacard's metadata.
Author:
rodgersh
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the type of the transformer.
    ddf.catalog.data.Metacard
    transform(ddf.catalog.data.Metacard metacard)
    Transform metacard to another metacard.
  • Method Details

    • getType

      String getType()
      Get the type of the transformer.
      Returns:
    • transform

      ddf.catalog.data.Metacard transform(ddf.catalog.data.Metacard metacard) throws ddf.catalog.transform.CatalogTransformerException
      Transform metacard to another metacard.
      Parameters:
      metacard -
      Returns:
      Throws:
      ddf.catalog.transform.CatalogTransformerException