Uses of Interface
gov.nasa.pds.transform.product.ProductTransformer
-
Packages that use ProductTransformer Package Description gov.nasa.pds.transform.product -
-
Uses of ProductTransformer in gov.nasa.pds.transform.product
Classes in gov.nasa.pds.transform.product that implement ProductTransformer Modifier and Type Class Description classDefaultTransformerDefault implementation of the ProductTransformer interface.classPds3ImageTransformerClass to transform PDS3 images.classPds3LabelTransformerClass to support transformations given a PDS3 label.classPds3TableTransformerClass that supports PDS3 table transformations.classPds4ImageTransformerClass to perform transformations of PDS4 images.classPds4LabelTransformerClass that performs transformations on a PDS4 label.classPds4TableTransformerClass that transforms PDS4 tables into CSV formatted-files.classStylesheetTransformerClass that performs transformations of PDS4 data product labels into other formats defined by a stylesheet.Methods in gov.nasa.pds.transform.product that return ProductTransformer Modifier and Type Method Description ProductTransformerProductTransformerFactory. newInstance(File target, String format)Gets an instance of a Transformer.ProductTransformerProductTransformerFactory. newInstance(URL target, String format)
-