Uses of Interface
org.apache.sis.internal.geoapi.temporal.TemporalFactory
Packages that use TemporalFactory
Package
Description
Place-holder for a future "sis-temporal" module.
A set of helper classes for the SIS implementation.
-
Uses of TemporalFactory in org.apache.sis.internal.temporal
Classes in org.apache.sis.internal.temporal that implement TemporalFactoryModifier and TypeClassDescriptionfinal class
Default implementation of temporal object factory.Fields in org.apache.sis.internal.temporal declared as TemporalFactoryModifier and TypeFieldDescriptionstatic final TemporalFactory
DefaultTemporalFactory.INSTANCE
The unique instance of this factory. -
Uses of TemporalFactory in org.apache.sis.internal.util
Methods in org.apache.sis.internal.util that return TemporalFactoryModifier and TypeMethodDescriptionstatic TemporalFactory
TemporalUtilities.getTemporalFactory()
Returns a temporal factory if available.Methods in org.apache.sis.internal.util with parameters of type TemporalFactoryModifier and TypeMethodDescriptionprivate static Instant
TemporalUtilities.createInstant
(TemporalFactory factory, Date date) Creates an instant for the given date using the given factory.