Package org.geotools.api.metadata.extent
Interface TemporalExtent
- 
- All Known Implementing Classes:
- TemporalExtentImpl
 
 public interface TemporalExtentTime period covered by the content of the dataset.- Since:
- GeoAPI 1.0
- Author:
- Martin Desruisseaux (IRD)
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description TemporalPrimitivegetExtent()Returns the date and time for the content of the dataset.
 
- 
- 
- 
Method Detail- 
getExtentTemporalPrimitive getExtent() Returns the date and time for the content of the dataset.- Returns:
- The date and time for the content.
 
 
- 
 
-