org.opengis.metadata.extent
Interface TemporalExtent
- All Known Subinterfaces:
- SpatialTemporalExtent
- All Known Implementing Classes:
- SpatialTemporalExtentImpl, TemporalExtentImpl
@UML(identifier="EX_TemporalExtent",
specification=ISO_19115)
public interface TemporalExtent
Time period covered by the content of the dataset.
- Since:
- GeoAPI 1.0
- Author:
- Martin Desruisseaux (IRD)
getExtent
@UML(identifier="extent",
obligation=MANDATORY,
specification=ISO_19108)
TemporalPrimitive getExtent()
- Returns the date and time for the content of the dataset.
- Returns:
- The date and time for the content.
Copyright © 1996-2014 Geotools. All Rights Reserved.