Uses of Interface
org.opengis.temporal.TemporalPrimitive
Packages that use TemporalPrimitive
Package
Description
Information about spatial, vertical, and temporal extent.
Information to uniquely identify the data or service.
Information about the sources and production processes of a dataset.
Extent information.
-
Uses of TemporalPrimitive in org.apache.sis.metadata.iso.extent
Methods in org.apache.sis.metadata.iso.extent that return TemporalPrimitiveModifier and TypeMethodDescriptionDefaultTemporalExtent.getExtent()Returns the date and time for the content of the dataset.Methods in org.apache.sis.metadata.iso.extent with parameters of type TemporalPrimitiveModifier and TypeMethodDescriptionvoidDefaultTemporalExtent.setExtent(TemporalPrimitive newValue) Sets the date and time for the content of the dataset. -
Uses of TemporalPrimitive in org.apache.sis.metadata.iso.identification
Methods in org.apache.sis.metadata.iso.identification that return types with arguments of type TemporalPrimitiveModifier and TypeMethodDescriptionDefaultUsage.getUsageDates()Returns the date and time of the first use or range of uses of the resource and/or resource series.Method parameters in org.apache.sis.metadata.iso.identification with type arguments of type TemporalPrimitiveModifier and TypeMethodDescriptionvoidDefaultUsage.setUsageDates(Collection<TemporalPrimitive> newValues) Sets the date and time of the first use or range of uses of the resource and/or resource series. -
Uses of TemporalPrimitive in org.apache.sis.metadata.iso.lineage
Methods in org.apache.sis.metadata.iso.lineage that return TemporalPrimitiveModifier and TypeMethodDescriptionDefaultProcessStep.getStepDateTime()Returns the date, time or range of date and time over which the process step occurred.Methods in org.apache.sis.metadata.iso.lineage with parameters of type TemporalPrimitiveModifier and TypeMethodDescriptionvoidDefaultProcessStep.setStepDateTime(TemporalPrimitive newValue) Sets the date, time or range of date and time over which the process step occurred. -
Uses of TemporalPrimitive in org.opengis.metadata.extent
Methods in org.opengis.metadata.extent that return TemporalPrimitiveModifier and TypeMethodDescriptionTemporalExtent.getExtent()Returns the date and time for the content of the dataset.