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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TemporalPrimitive
getExtent()
Returns the date and time for the content of the dataset.
-
-
-
Method Detail
-
getExtent
TemporalPrimitive getExtent()
Returns the date and time for the content of the dataset.- Returns:
- The date and time for the content.
-
-