gov.nasa.pds.transform
Class Pds3Transformer
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Pds3Transformer
public Pds3Transformer()
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-2012 Planetary Data System. All Rights Reserved.