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 classDefault implementation of temporal object factory.Fields in org.apache.sis.internal.temporal declared as TemporalFactoryModifier and TypeFieldDescriptionstatic final TemporalFactoryDefaultTemporalFactory.INSTANCEThe 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 TemporalFactoryTemporalUtilities.getTemporalFactory()Returns a temporal factory if available.Methods in org.apache.sis.internal.util with parameters of type TemporalFactoryModifier and TypeMethodDescriptionprivate static InstantTemporalUtilities.createInstant(TemporalFactory factory, Date date) Creates an instant for the given date using the given factory.