Uses of Enum Class
com.luciad.format.csv.TLcdCSVDataSource.ColumnType
Package
Description
This package contains a model decoder capable of decoding data in character-separated files.
-
Uses of TLcdCSVDataSource.ColumnType in com.luciad.format.csv
Modifier and TypeMethodDescriptionstatic TLcdCSVDataSource.ColumnType
Returns the enum constant of this class with the specified name.static TLcdCSVDataSource.ColumnType[]
TLcdCSVDataSource.ColumnType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic List
<TLcdCSVDataSource.ColumnType> TLcdCSVDataSource.ColumnType.decodeSource
(String aCSVTSource, ILcdInputStreamFactory aInputStreamFactory, Charset aEncoding) Returns a list of column types as defined in a CSVT file.TLcdCSVDataSource.getTypes()
Return the types of the different columns, ornull
when the types are not specified.Modifier and TypeMethodDescriptionTLcdCSVDataSource.Builder.types
(List<TLcdCSVDataSource.ColumnType> aColumnTypes) Sets the types of the different columns.