Uses of Interface
org.opengis.metadata.extent.TemporalExtent
Packages that use TemporalExtent
Package
Description
Information about spatial, vertical, and temporal extent.
Mapping between geographic identifiers (addresses, grid indexes…) and locations (descriptions, coordinates…).
Extent information.
-
Uses of TemporalExtent in org.apache.sis.metadata.iso.extent
Classes in org.apache.sis.metadata.iso.extent that implement TemporalExtentModifier and TypeClassDescriptionclassExtent with respect to date/time and spatial boundaries.classTime period covered by the content of the dataset.Methods in org.apache.sis.metadata.iso.extent that return TemporalExtentModifier and TypeMethodDescriptionstatic TemporalExtentExtents.intersection(TemporalExtent e1, TemporalExtent e2) Returns the intersection of the given temporal extents.Methods in org.apache.sis.metadata.iso.extent that return types with arguments of type TemporalExtentModifier and TypeMethodDescriptionDefaultExtent.getTemporalElements()Provides temporal component of the extent of the referring object.Methods in org.apache.sis.metadata.iso.extent with parameters of type TemporalExtentModifier and TypeMethodDescriptionstatic DefaultTemporalExtentDefaultTemporalExtent.castOrCopy(TemporalExtent object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.voidDefaultTemporalExtent.intersect(TemporalExtent other) Sets this temporal extent to the intersection of this extent with the specified one.static TemporalExtentExtents.intersection(TemporalExtent e1, TemporalExtent e2) Returns the intersection of the given temporal extents.Method parameters in org.apache.sis.metadata.iso.extent with type arguments of type TemporalExtentModifier and TypeMethodDescriptionvoidDefaultExtent.setTemporalElements(Collection<? extends TemporalExtent> newValues) Sets temporal component of the extent of the referring object.Constructors in org.apache.sis.metadata.iso.extent with parameters of type TemporalExtentModifierConstructorDescriptionDefaultExtent(CharSequence description, GeographicExtent geographicElements, VerticalExtent verticalElements, TemporalExtent temporalElements) Constructs an extent initialized to the given description or components.DefaultSpatialTemporalExtent(GeographicExtent spatialExtent, VerticalExtent verticalExtent, TemporalExtent extent) Constructs a new spatial-temporal extent initialized to the specified values.DefaultTemporalExtent(TemporalExtent object) Constructs a new instance initialized with the values from the specified metadata object. -
Uses of TemporalExtent in org.apache.sis.referencing.gazetteer
Methods in org.apache.sis.referencing.gazetteer that return TemporalExtentModifier and TypeMethodDescriptionAbstractLocation.getTemporalExtent()Returns the date of creation of this version of the location instance. -
Uses of TemporalExtent in org.opengis.metadata.extent
Subinterfaces of TemporalExtent in org.opengis.metadata.extentModifier and TypeInterfaceDescriptioninterfaceExtent with respect to date/time and spatial boundaries.Methods in org.opengis.metadata.extent that return types with arguments of type TemporalExtentModifier and TypeMethodDescriptionCollection<? extends TemporalExtent> Extent.getTemporalElements()Provides temporal component of the extent of the referring object