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 TypeMethodDescriptionbooleanCondition defined by ISO 19108:2006 (corrigendum) §5.2.3.5.booleanCondition defined by ISO 19108:2006 (corrigendum) §5.2.3.5.booleanCondition defined by OGC filter specification.booleanCondition defined by ISO 19108:2006 (corrigendum) §5.2.3.5.booleanCondition defined by ISO 19108:2006 (corrigendum) §5.2.3.5.booleanCondition defined by ISO 19108:2006 (corrigendum) §5.2.3.5.booleanCondition defined by ISO 19108:2006 (corrigendum) §5.2.3.5.booleanCondition defined by ISO 19108:2006 (corrigendum) §5.2.3.5.booleanCondition defined by ISO 19108:2006 (corrigendum) §5.2.3.5.booleanCondition defined by ISO 19108:2006 (corrigendum) §5.2.3.5.booleanCondition defined by ISO 19108:2006 (corrigendum) §5.2.3.5.booleanCondition defined by ISO 19108:2006 (corrigendum) §5.2.3.5.booleanCondition defined by ISO 19108:2006 (corrigendum) §5.2.3.5.booleanCondition defined by ISO 19108:2006 (corrigendum) §5.2.3.5.booleanExtension to ISO 19108: handle instant as a tiny period.booleanCondition defined by ISO 19108:2006 (corrigendum) §5.2.3.5.protected booleanEvaluates the filter between a period and an instant.protected booleanEvaluates the filter between two periods.booleanExtension to ISO 19108: handle instant as a tiny period.booleanCondition defined by ISO 19108:2006 (corrigendum) §5.2.3.5.booleanExtension to ISO 19108: handle instant as a tiny period.booleanCondition defined by ISO 19108:2006 (corrigendum) §5.2.3.5.booleanCondition defined by ISO 19108:2006 (corrigendum) §5.2.3.5.booleanCondition 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 classDefault 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 PeriodTemporalUtilities.createPeriod(Date begin, Date end) Creates a period for the given begin and end dates.