Uses of Enum
org.apache.sis.internal.storage.csv.Foliation
Packages that use Foliation
-
Uses of Foliation in org.apache.sis.internal.storage.csv
Fields in org.apache.sis.internal.storage.csv declared as FoliationModifier and TypeFieldDescription(package private) final Foliation
Store.foliation
Appearing order of trajectories (time or sequential), ornull
if unspecified.Methods in org.apache.sis.internal.storage.csv that return FoliationModifier and TypeMethodDescriptionprivate Foliation
Store.parseFoliation
(List<String> elements) Parses the metadata described by the header line starting with@foliation
.static Foliation
Returns the enum constant of this type with the specified name.static Foliation[]
Foliation.values()
Returns an array containing the constants of this enum type, in the order they are declared.