Uses of Interface
org.geotools.api.temporal.Duration
-
Packages that use Duration Package Description org.geotools.api.temporal org.geotools.temporal.object -
-
Uses of Duration in org.geotools.api.temporal
Subinterfaces of Duration in org.geotools.api.temporal Modifier and Type Interface Description interfaceIntervalLengthA data type for intervals of time which supports the expression of duration in terms of a specified multiple of a single unit of time.interfacePeriodDurationUses the format specified by ISO 8601 for exchanging information about the duration of a period.Methods in org.geotools.api.temporal that return Duration Modifier and Type Method Description DurationSeparation. distance(TemporalGeometricPrimitive other)Returns the distance from this temporal geometric primitive to another temporal geometric primitive.DurationSeparation. length()Return the duration of this temporal geometric primitive. -
Uses of Duration in org.geotools.temporal.object
Classes in org.geotools.temporal.object that implement Duration Modifier and Type Class Description classDefaultDurationA data type to be used for describing length or distance in the temporal dimension.classDefaultIntervalLengthA data type for intervals of time which supports the expression of duration in terms of a specified multiple of a single unit of time.classDefaultPeriodDurationUses the format specified by ISO 8601 for exchanging information about the duration of a period.Methods in org.geotools.temporal.object that return Duration Modifier and Type Method Description DurationDefaultTemporalGeometricPrimitive. distance(TemporalGeometricPrimitive other)Returns the distance from this TM_GeometricPrimitive to another TM_GeometricPrimitive, i.e. the absolute value of the difference between their temporal positions.DurationDefaultTemporalGeometricPrimitive. length()Returns the length of this TM_GeometricPrimitiveMethods in org.geotools.temporal.object with parameters of type Duration Modifier and Type Method Description static UnitUtils. getUnitFromDuration(Duration duration)This method returns the nearest Unit of a Duration.
-