public class ProductTransformerFactory
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static ProductTransformerFactory |
getInstance()
Gets an instance of the factory.
|
ProductTransformer |
newInstance(java.io.File target,
java.lang.String format)
Gets an instance of a Transformer.
|
ProductTransformer |
newInstance(java.net.URL target,
java.lang.String format) |
public static ProductTransformerFactory getInstance()
public ProductTransformer newInstance(java.io.File target, java.lang.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.public ProductTransformer newInstance(java.net.URL target, java.lang.String format) throws TransformException
TransformException
Copyright © 2010-2019 Planetary Data System. All Rights Reserved.