public class Pds4ToPds3LabelTransformer
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected static java.util.logging.Logger |
log |
Constructor and Description |
---|
Pds4ToPds3LabelTransformer(java.io.File output)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
gov.nasa.pds.tools.label.Label |
transform(java.io.File pds4Label)
Transform the given PDS4 label into a PDS3 label.
|
public Pds4ToPds3LabelTransformer(java.io.File output)
output
- The location of where to store the results.public gov.nasa.pds.tools.label.Label transform(java.io.File pds4Label) throws TransformException
pds4Label
- The PDS4 label to transform.TransformException
- If an error occurred during transformation.Copyright © 2010-2019 Planetary Data System. All Rights Reserved.