public class TableLabelTransformerFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
static TableLabelTransformerFactory |
getInstance()
Gets an instance of the factory.
|
TableLabelTransformer<?> |
newInstance(Object tableObject)
Instantiates a new TableLabelTransformer object based on the given
table object.
|
public static TableLabelTransformerFactory getInstance()
public TableLabelTransformer<?> newInstance(Object tableObject) throws TransformException
tableObject - Must be either Table_Binary,
Table_Character, or Table_Delimited.TransformException - If the given object is not one of
the supported PDS4 table objects.Copyright © 2022 Planetary Data System. All rights reserved.