Uses of Interface
org.apache.sis.internal.geoapi.temporal.Instant
Packages that use Instant
Package
Description
Filters features according their properties.
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.filter
Methods in org.apache.sis.filter with parameters of type InstantModifier and TypeMethodDescriptionprivate static booleanReturnstrueifselfis non null and afterother.private static booleanReturnstrueifselfis non null and afterother.private static booleanReturnstrueifselfis non null and beforeother.private static booleanReturnstrueifselfis non null and beforeother.private static booleanReturnstrueifselfis non null and equal toother.private static booleanReturnstrueifselfis non null and equal toother.private static InstantConverts a GeoAPI instant to a Java instant. -
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
Methods in org.apache.sis.internal.jaxb.gml with parameters of type InstantModifier and TypeMethodDescription(package private) static XMLGregorianCalendarCreates a XML Gregorian Calendar from the given instants, if non-null.Constructors in org.apache.sis.internal.jaxb.gml with parameters of type InstantModifierConstructorDescription(package private)Creates a bound initialized to the given instant.(package private)Creates a bound initialized to the given instant.TimeInstant(Instant instant) Creates a new time instant initialized to the given value. -
Uses of Instant in org.apache.sis.internal.temporal
Classes in org.apache.sis.internal.temporal that implement InstantModifier and TypeClassDescription(package private) final classDefault implementation of GeoAPI instant.Fields in org.apache.sis.internal.temporal declared as InstantModifier and TypeFieldDescriptionprivate final InstantDefaultPeriod.beginningBounds making this period.private final InstantDefaultPeriod.endingBounds making this period.Methods in org.apache.sis.internal.temporal that return InstantModifier and TypeMethodDescriptionDefaultTemporalFactory.createInstant(Date date) Creates anInstantfor the given date.DefaultPeriod.getBeginning()The beginning instant at which this period starts.DefaultPeriod.getEnding()The ending instant at which this period ends.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.Constructors in org.apache.sis.internal.temporal with parameters of type InstantModifierConstructorDescription(package private)DefaultPeriod(Instant beginning, Instant ending) Creates a new period with the given bounds. -
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.private static InstantTemporalUtilities.createInstant(TemporalFactory factory, Date date) Creates an instant for the given date using the given factory.