Uses of Class
org.apache.sis.internal.storage.csv.TimeEncoding
Packages that use TimeEncoding
-
Uses of TimeEncoding in org.apache.sis.internal.storage.csv
Fields in org.apache.sis.internal.storage.csv declared as TimeEncodingModifier and TypeFieldDescription(package private) static final TimeEncodingTimeEncoding.ABSOLUTETimes are formatted as ISO dates.private TimeEncodingStore.timeEncodingSpecifies how time is encoded in the CSV file, ornullif there is no time.Methods in org.apache.sis.internal.storage.csv that return TimeEncodingModifier and TypeMethodDescription(package private) final TimeEncodingStore.timeEncoding()Returns an indication of how time is encoded in the CSV file, ornullif there is no time.