|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.pds.transform.product.ProductTransformerFactory
public class ProductTransformerFactory
Transformer Factory class that determines whether to transform a PDS3 or PDS4 product.
Method Summary | |
---|---|
static ProductTransformerFactory |
getInstance()
Gets an instance of the factory. |
ProductTransformer |
newInstance(File target,
String format)
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 ProductTransformerFactory getInstance()
public ProductTransformer newInstance(File target, String format) throws TransformException
target
- A PDS3 or PDS4 label file.format
- 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 |