Uses of Class
com.luciad.format.csv.TLcdCSVDataSource.Builder
Package
Description
This package contains a model decoder capable of decoding data in character-separated files.
-
Uses of TLcdCSVDataSource.Builder in com.luciad.format.csv
Modifier and TypeMethodDescriptionTLcdCSVDataSource.asBuilder()
Returns a newBuilder
instance initialised with the values of this data source.Sets the encoding of the data file.TLcdCSVDataSource.Builder.firstRowContainsNames()
Indicates that the first row in the file contains the column names.TLcdCSVDataSource.Builder.geoJsonGeometry
(int aGeoJsonGeometryColumn) Sets the GeoJson geometry column.TLcdCSVDataSource.Builder.geometry
(int aWKTGeometryColumn) Sets the WKT geometry column.TLcdCSVDataSource.Builder.geometry
(int aXPointCoordinateColumn, int aYPointCoordinateColumn) Sets the X and Y coordinate columns for point geometries.TLcdCSVDataSource.Builder.geometry
(int aXPointCoordinateColumn, int aYPointCoordinateColumn, int aZPointCoordinateColumn) Sets the X, Y and Z coordinate columns for point geometries.TLcdCSVDataSource.Builder.id
(int aIndex) Sets the index of the column with the unique identifier for each feature.Sets the names of the columns.static TLcdCSVDataSource.Builder
TLcdCSVDataSource.newBuilder()
Creates a newBuilder
instance initialized with default values.TLcdCSVDataSource.Builder.rowsToSkip
(int aRowsToSkip) Sets the number of rows to skip at the beginning of the data file.Sets the separator used in the data file.Sets the source name of the CSV data fileTLcdCSVDataSource.Builder.types
(List<TLcdCSVDataSource.ColumnType> aColumnTypes) Sets the types of the different columns.