Uses of Interface
org.apache.sis.internal.geoapi.temporal.Period
Packages that use Period
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 Period in org.apache.sis.filter
Methods in org.apache.sis.filter with parameters of type PeriodModifier and TypeMethodDescriptionboolean
Condition defined by ISO 19108:2006 (corrigendum) §5.2.3.5.boolean
Condition defined by ISO 19108:2006 (corrigendum) §5.2.3.5.boolean
Condition defined by OGC filter specification.boolean
Condition defined by ISO 19108:2006 (corrigendum) §5.2.3.5.boolean
Condition defined by ISO 19108:2006 (corrigendum) §5.2.3.5.boolean
Condition defined by ISO 19108:2006 (corrigendum) §5.2.3.5.boolean
Condition defined by ISO 19108:2006 (corrigendum) §5.2.3.5.boolean
Condition defined by ISO 19108:2006 (corrigendum) §5.2.3.5.boolean
Condition defined by ISO 19108:2006 (corrigendum) §5.2.3.5.boolean
Condition defined by ISO 19108:2006 (corrigendum) §5.2.3.5.boolean
Condition defined by ISO 19108:2006 (corrigendum) §5.2.3.5.boolean
Condition defined by ISO 19108:2006 (corrigendum) §5.2.3.5.boolean
Condition defined by ISO 19108:2006 (corrigendum) §5.2.3.5.boolean
Condition defined by ISO 19108:2006 (corrigendum) §5.2.3.5.boolean
Extension to ISO 19108: handle instant as a tiny period.boolean
Condition defined by ISO 19108:2006 (corrigendum) §5.2.3.5.protected boolean
Evaluates the filter between a period and an instant.protected boolean
Evaluates the filter between two periods.boolean
Extension to ISO 19108: handle instant as a tiny period.boolean
Condition defined by ISO 19108:2006 (corrigendum) §5.2.3.5.boolean
Extension to ISO 19108: handle instant as a tiny period.boolean
Condition defined by ISO 19108:2006 (corrigendum) §5.2.3.5.boolean
Condition defined by ISO 19108:2006 (corrigendum) §5.2.3.5.boolean
Condition defined by ISO 19108:2006 (corrigendum) §5.2.3.5. -
Uses of Period in org.apache.sis.internal.geoapi.temporal
Methods in org.apache.sis.internal.geoapi.temporal that return Period -
Uses of Period in org.apache.sis.internal.jaxb.gml
Constructors in org.apache.sis.internal.jaxb.gml with parameters of type PeriodModifierConstructorDescriptionTimePeriod
(Period period) Creates a new Time Period bounded by the begin and end time specified in the given object. -
Uses of Period in org.apache.sis.internal.temporal
Classes in org.apache.sis.internal.temporal that implement PeriodModifier and TypeClassDescription(package private) final class
Default implementation of GeoAPI period.Methods in org.apache.sis.internal.temporal that return PeriodModifier and TypeMethodDescriptionDefaultTemporalFactory.createPeriod
(Instant begin, Instant end) Creates a period for the two given instants. -
Uses of Period in org.apache.sis.internal.util
Methods in org.apache.sis.internal.util that return PeriodModifier and TypeMethodDescriptionstatic Period
TemporalUtilities.createPeriod
(Date begin, Date end) Creates a period for the given begin and end dates.