public class ProductTransformerFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
static ProductTransformerFactory |
getInstance()
Gets an instance of the factory.
|
ProductTransformer |
newInstance(File target,
String format)
Gets an instance of a Transformer.
|
ProductTransformer |
newInstance(URL target,
String format) |
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.public ProductTransformer newInstance(URL target, String format) throws TransformException
TransformExceptionCopyright © 2019. All rights reserved.