Uses of Enum
org.apache.sis.feature.FeatureFormat.Column
Packages that use FeatureFormat.Column
Package
Description
Defines the structure and content of views of real-world phenomenon.
-
Uses of FeatureFormat.Column in org.apache.sis.feature
Subclasses with type arguments of type FeatureFormat.Column in org.apache.sis.featureModifier and TypeClassDescriptionstatic enumIdentifies the columns to include in the table formatted byFeatureFormat.Fields in org.apache.sis.feature with type parameters of type FeatureFormat.ColumnModifier and TypeFieldDescriptionprivate final EnumSet<FeatureFormat.Column> FeatureFormat.columnsThe columns to include in the table formatted by thisFeatureFormat.Methods in org.apache.sis.feature that return FeatureFormat.ColumnModifier and TypeMethodDescriptionstatic FeatureFormat.ColumnReturns 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.Methods in org.apache.sis.feature that return types with arguments of type FeatureFormat.ColumnModifier and TypeMethodDescriptionFeatureFormat.getAllowedColumns()Returns all columns that may be shown in the tables to format.Method parameters in org.apache.sis.feature with type arguments of type FeatureFormat.ColumnModifier and TypeMethodDescriptionvoidFeatureFormat.setAllowedColumns(Set<FeatureFormat.Column> inclusion) Sets all columns that may be shown in the tables to format.