Package org.geotools.api.temporal
Class IndeterminateValue
- All Implemented Interfaces:
Serializable
,Comparable<IndeterminateValue>
@UML(identifier="TM_IndeterminateValue",
specification=ISO_19108)
public final class IndeterminateValue
extends CodeList<IndeterminateValue>
Provides 4 values for indeterminate positions.
- Author:
- Stephane Fellah (Image Matters), Alexander Petkov, Martin Desruisseaux (IRD)
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final IndeterminateValue
static final IndeterminateValue
static final IndeterminateValue
static final IndeterminateValue
-
Method Summary
Modifier and TypeMethodDescriptionfamily()
Returns the list of enumerations of the same kind than this enum.static IndeterminateValue
Returns the indeterminate value that matches the given string, or returns a new one if none match it.static IndeterminateValue[]
values()
Returns the list ofIndeterminateValue
s.
-
Field Details
-
UNKNOWN
-
NOW
-
BEFORE
-
AFTER
-
-
Method Details
-
values
Returns the list ofIndeterminateValue
s.- Returns:
- The list of codes declared in the current JVM.
-
family
Returns the list of enumerations of the same kind than this enum.- Specified by:
family
in classCodeList<IndeterminateValue>
- Returns:
- The codes of the same kind than this code.
-
valueOf
Returns the indeterminate value that matches the given string, or returns a new one if none match it.- Parameters:
code
- The name of the code to fetch or to create.- Returns:
- A code matching the given name.
-