public class SimpleFeatureTable extends Object implements FeatureTable
| Constructor and Description |
|---|
SimpleFeatureTable() |
| Modifier and Type | Method and Description |
|---|---|
void |
addRow(FeatureTableRow row)
addRow.
|
void |
dispose()
Remove all data associated to this feature table.
|
List<FeatureTableRow> |
getRows()
Returns an immutable list of rows
|
List<Sample> |
getSamples()
Shortcut to return an immutable list of
Samples found in this feature table. |
void |
removeRow(FeatureTableRow row)
removeRow.
|
void |
setSamples(List<Sample> samples) |
@Nonnull public List<FeatureTableRow> getRows()
getRows in interface FeatureTableFeatureTableRows.public void addRow(@Nonnull FeatureTableRow row)
addRow.
row - a FeatureTableRow object.public void removeRow(@Nonnull FeatureTableRow row)
removeRow.
row - a FeatureTableRow object.@Nonnull public List<Sample> getSamples()
Samples found in this feature table.getSamples in interface FeatureTable@Nonnull public void setSamples(List<Sample> samples)
samples - a List object.public void dispose()
dispose in interface FeatureTableCopyright © 2019. All rights reserved.