Package org.geotools.api.metadata.extent
Interface TemporalExtent
- All Known Implementing Classes:
TemporalExtentImpl
public interface TemporalExtent
Time period covered by the content of the dataset.
- Since:
- GeoAPI 1.0
- Author:
- Martin Desruisseaux (IRD)
-
Method Summary
Modifier and TypeMethodDescriptionReturns the date and time for the content of the dataset.
-
Method Details
-
getExtent
TemporalPrimitive getExtent()Returns the date and time for the content of the dataset.- Returns:
- The date and time for the content.
-