gov.nasa.pds.transform
Class Pds3Transformer

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

public class Pds3Transformer
extends Object
implements PdsTransformer

Class that converts PDS3 data products into a viewable image file.

Author:
mcayanan

Constructor Summary
Pds3Transformer()
           
 
Method Summary
 void transform(File input, 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

Pds3Transformer

public Pds3Transformer()
Method Detail

transform

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

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


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