Object
hdf.view.TableView.DataFactoryUtils
A class containing utility functions for the various DataXXXFactory classes,
such as DataProviderFactory, DataDisplayConverterFactory and
DataValidatorFactory.
- Version:
- 1.0 2/21/2019
- Author:
- Jordan T. Henderson
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuildIndexMaps(CompoundDataFormat dataFormat, List<Datatype> localSelectedTypes)
filterNonSelectedMembers(CompoundDataFormat dataFormat, Datatype compoundType)
-
Field Details
-
errStr
- See Also:
- Constant Field Values
-
nullStr
- See Also:
- Constant Field Values
-
COL_TO_BASE_CLASS_MAP_INDEX
- See Also:
- Constant Field Values
-
CMPD_START_IDX_MAP_INDEX
- See Also:
- Constant Field Values
-
-
Constructor Details
-
DataFactoryUtils
public DataFactoryUtils()
-
-
Method Details
-
filterNonSelectedMembers
public static List<Datatype> filterNonSelectedMembers(CompoundDataFormat dataFormat, Datatype compoundType) -
buildIndexMaps
public static HashMap<Integer,Integer>[] buildIndexMaps(CompoundDataFormat dataFormat, List<Datatype> localSelectedTypes) throws Exception- Throws:
Exception
-