public class TableLabelTransformerFactory
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static TableLabelTransformerFactory |
getInstance()
Gets an instance of the factory.
|
TableLabelTransformer<?> |
newInstance(java.lang.Object tableObject)
Instantiates a new TableLabelTransformer object based on the given
table object.
|
public static TableLabelTransformerFactory getInstance()
public TableLabelTransformer<?> newInstance(java.lang.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 © 2010-2019 Planetary Data System. All Rights Reserved.