Uses of Class
org.opengis.temporal.IndeterminateValue
Packages that use IndeterminateValue
-
Uses of IndeterminateValue in org.opengis.temporal
Fields in org.opengis.temporal declared as IndeterminateValueModifier and TypeFieldDescriptionstatic final IndeterminateValue
IndeterminateValue.AFTER
Indicates that the actual temporal position is unknown, but it is known to be after the specified value.static final IndeterminateValue
IndeterminateValue.BEFORE
Indicate that the actual temporal position is unknown, but it is known to be before the specified value.static final IndeterminateValue
IndeterminateValue.NOW
Indicates that the specified value shall be replaced with the current temporal position whenever the value is accessed.static final IndeterminateValue
IndeterminateValue.UNKNOWN
Indicates that no specific value for temporal position is provided.Methods in org.opengis.temporal that return IndeterminateValueModifier and TypeMethodDescriptionIndeterminateValue.family()
Returns the list of codes of the same kind as this code list element.static IndeterminateValue
Returns the indeterminate value that matches the given string, or returns a new one if none match it.static IndeterminateValue[]
IndeterminateValue.values()
Returns the list ofIndeterminateValue
s.Methods in org.opengis.temporal that return types with arguments of type IndeterminateValueModifier and TypeMethodDescriptiondefault Optional
<IndeterminateValue> Instant.getIndeterminatePosition()
Returns the reason why the temporal position is missing or inaccurate.