gov.nasa.pds.transform
Class Pds4Transformer

java.lang.Object
  extended by gov.nasa.pds.transform.Pds4Transformer
All Implemented Interfaces:
PdsTransformer

public class Pds4Transformer
extends Object
implements PdsTransformer

Class to convert PDS4 data products into a viewable image file.

Author:
mcayanan

Constructor Summary
Pds4Transformer()
           
 
Method Summary
 void transform(File label, File output, String format)
          Perform the transformation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Pds4Transformer

public Pds4Transformer()
Method Detail

transform

public void transform(File label,
                      File output,
                      String format)
               throws TransformException
Description copied from interface: PdsTransformer
Perform the transformation.

Specified by:
transform in interface PdsTransformer
Parameters:
label - Input file.
output - Output file.
format - Valid format file type.
Throws:
TransformException


Copyright © 2010-2012 Planetary Data System. All Rights Reserved.