Package | Description |
---|---|
fr.cnes.genius.vts |
Package VTS file management.
|
Modifier and Type | Method and Description |
---|---|
static AbstractVTSWriter.ColumnId |
AbstractVTSWriter.ColumnId.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractVTSWriter.ColumnId[] |
AbstractVTSWriter.ColumnId.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractVTSWriter.addColumn(AbstractVTSWriter.ColumnId columnId)
Add a column to the output file.
|
void |
AbstractVTSWriter.addValue(AbstractVTSWriter.ColumnId columnId,
Object value)
This method adds a value to a column.
|
Copyright © 2024. All rights reserved.