Uses of Class
org.apache.sis.internal.storage.csv.MovingFeatureBuilder.Period
Packages that use MovingFeatureBuilder.Period
-
Uses of MovingFeatureBuilder.Period in org.apache.sis.internal.storage.csv
Fields in org.apache.sis.internal.storage.csv declared as MovingFeatureBuilder.PeriodModifier and TypeFieldDescription(package private) final MovingFeatureBuilder.Period
MovingFeatureBuilder.Period.previous
Previous property in a chained list of properties.private final MovingFeatureBuilder.Period[]
MovingFeatureBuilder.properties
The properties having values that may change in time.Constructors in org.apache.sis.internal.storage.csv with parameters of type MovingFeatureBuilder.PeriodModifierConstructorDescription(package private)
Period
(MovingFeatureBuilder.Period previous, long startTime, long endTime, Object value) Creates a new property value valid on the given period of time.