Uses of Interface
org.apache.sis.internal.geoapi.temporal.Instant
Packages that use Instant
Package
Description
Placeholder for GeoAPI interfaces not present in GeoAPI 3.0.
Miscellaneous objects and adapters defined in the
"gml" namespace.Place-holder for a future "sis-temporal" module.
A set of helper classes for the SIS implementation.
-
Uses of Instant in org.apache.sis.internal.geoapi.temporal
Methods in org.apache.sis.internal.geoapi.temporal that return InstantModifier and TypeMethodDescriptionTemporalFactory.createInstant(Date date) Period.getBeginning()Links this period to the instant at which it ends.Period.getEnding()Links this period to the instant at which it ends.Methods in org.apache.sis.internal.geoapi.temporal with parameters of type Instant -
Uses of Instant in org.apache.sis.internal.jaxb.gml
Constructors in org.apache.sis.internal.jaxb.gml with parameters of type InstantModifierConstructorDescriptionTimeInstant(Instant instant) Creates a new time instant initialized to the given value. -
Uses of Instant in org.apache.sis.internal.temporal
Methods in org.apache.sis.internal.temporal that return InstantModifier and TypeMethodDescriptionDefaultTemporalFactory.createInstant(Date date) Creates anInstantfor the given date.Methods in org.apache.sis.internal.temporal with parameters of type InstantModifier and TypeMethodDescriptionDefaultTemporalFactory.createPeriod(Instant begin, Instant end) Creates a period for the two given instants. -
Uses of Instant in org.apache.sis.internal.util
Methods in org.apache.sis.internal.util that return InstantModifier and TypeMethodDescriptionstatic InstantTemporalUtilities.createInstant(Date time) Creates an instant for the given date.