|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.pds.transform.TransformerFactory
public class TransformerFactory
Transformer Factory class that determines whether to transform a PDS3 or PDS4 product.
Method Summary | |
---|---|
static TransformerFactory |
getInstance()
Gets an instance of the factory. |
PdsTransformer |
newInstance(File label,
String formatType)
Gets an instance of a Transformer. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static TransformerFactory getInstance()
public PdsTransformer newInstance(File label, String formatType) throws TransformException
label
- A PDS3 or PDS4 label.formatType
- The transformation format.
TransformException
- If the input label could not be opened or
the format type is not one of the valid formats.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |