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.Warning: The return type of this method may change in GeoAPI 3.1 release. It may be replaced by a type matching more closely either ISO 19108 (Temporal Schema) or ISO 19103.
- 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.Warning: The return type of this method may change in GeoAPI 3.1 release. It may be replaced by a type matching more closely either ISO 19108 (Temporal Schema) or ISO 19103.
- Returns:
- Latest date and time.
-