@Classifier(DATATYPE)
@UML(identifier="MI_RequestedDate",
specification=ISO_19115_2)
public interface RequestedDate
Range of date validity.
- Since:
- 2.3
-
Method Summary
Modifier and TypeMethodDescriptionLatest date and time collection must be completed.Preferred date and time of collection.
-
Method Details
-
getRequestedDateOfCollection
@UML(identifier="requestedDateOfCollection", obligation=MANDATORY, specification=ISO_19115_2) Date getRequestedDateOfCollection()Preferred date and time of collection.Upcoming API change — temporal schema
As of Java 8, thejava.time
package is a better match for the different types of date defined by ISO 19108 (Temporal Schema) or ISO 19103. The return value of this method may be changed toTemporal
in GeoAPI 4.0.- Returns:
- preferred date and time.
-
getLatestAcceptableDate
@UML(identifier="latestAcceptableDate", obligation=MANDATORY, specification=ISO_19115_2) Date getLatestAcceptableDate()Latest date and time collection must be completed.Upcoming API change — temporal schema
As of Java 8, thejava.time
package is a better match for the different types of date defined by ISO 19108 (Temporal Schema) or ISO 19103. The return value of this method may be changed toTemporal
in GeoAPI 4.0.- Returns:
- latest date and time.
-