Enum FeatureFormat.Column

java.lang.Object
java.lang.Enum<FeatureFormat.Column>
org.apache.sis.feature.FeatureFormat.Column
All Implemented Interfaces:
Serializable, Comparable<FeatureFormat.Column>, java.lang.constant.Constable
Enclosing class:
FeatureFormat

public static enum FeatureFormat.Column extends Enum<FeatureFormat.Column>
Identifies the columns to include in the table formatted by FeatureFormat. By default, all columns having at least one non-null value are shown. But a smaller set of columns can be specified to the FeatureFormat.setAllowedColumns(Set) method for formatting narrower tables.
Since:
0.8
See Also: