| Package | Description |
|---|---|
| org.gcube.data.analysis.tabulardata.model.column | |
| org.gcube.data.analysis.tabulardata.model.column.factories | |
| org.gcube.data.analysis.tabulardata.model.datatype |
| Modifier and Type | Method and Description |
|---|---|
DataType |
Column.getDataType() |
| Modifier and Type | Method and Description |
|---|---|
void |
Column.setDataType(DataType dataType) |
| Constructor and Description |
|---|
Column(DataType dataType,
ColumnType columnType) |
| Modifier and Type | Method and Description |
|---|---|
protected static Column |
BaseColumnFactory.create(ColumnType columnType,
DataType dataType) |
protected static Column |
BaseColumnFactory.create(ColumnType columnType,
LocalizedText label,
DataType dataType) |
protected static Column |
BaseColumnFactory.create(ColumnType columnType,
String name,
LocalizedText label,
DataType dataType) |
static Column |
MeasureColumnFactory.create(LocalizedText label,
DataType dataType) |
static Column |
AttributeColumnFactory.create(LocalizedText label,
DataType dataType) |
static Column |
AnnotationColumnFactory.create(LocalizedText label,
DataType dataType) |
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanType |
class |
DateType |
class |
GeometryType |
class |
IntegerType |
class |
NumericType
The type numeric can store numbers with up to 1000 digits of precision and
perform calculations exactly.
|
class |
TextType |
Copyright © 2014. All Rights Reserved.