| Package | Description |
|---|---|
| org.apache.sis.feature |
Defines the structure and content of views of real-world phenomenon.
|
| Modifier and Type | Method and Description |
|---|---|
static FeatureFormat.Column |
FeatureFormat.Column.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FeatureFormat.Column[] |
FeatureFormat.Column.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<FeatureFormat.Column> |
FeatureFormat.getAllowedColumns()
Returns all columns that may be shown in the tables to format.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FeatureFormat.setAllowedColumns(Set<FeatureFormat.Column> inclusion)
Sets all columns that may be shown in the tables to format.
|
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.