Uses of Interface
org.apache.sis.internal.geoapi.temporal.Period
Packages that use Period
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 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
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.