Uses of Class
org.geotools.api.temporal.IndeterminateValue
-
Packages that use IndeterminateValue Package Description org.geotools.api.temporal org.geotools.temporal.object -
-
Uses of IndeterminateValue in org.geotools.api.temporal
Fields in org.geotools.api.temporal declared as IndeterminateValue Modifier and Type Field Description static IndeterminateValue
IndeterminateValue. AFTER
static IndeterminateValue
IndeterminateValue. BEFORE
static IndeterminateValue
IndeterminateValue. NOW
static IndeterminateValue
IndeterminateValue. UNKNOWN
Methods in org.geotools.api.temporal that return IndeterminateValue Modifier and Type Method Description IndeterminateValue[]
IndeterminateValue. family()
Returns the list of enumerations of the same kind than this enum.IndeterminateValue
TemporalPosition. getIndeterminatePosition()
This attribute provides the only value for temporal position unless a subtype ofTemporalPosition
is used as the data type.static IndeterminateValue
IndeterminateValue. valueOf(String code)
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. -
Uses of IndeterminateValue in org.geotools.temporal.object
Methods in org.geotools.temporal.object that return IndeterminateValue Modifier and Type Method Description IndeterminateValue
DefaultTemporalPosition. getIndeterminatePosition()
When this attribute is used with a subtype ofTemporalPosition
, it provides a qualifier to the specific value for temporal position provided by the subtype.Methods in org.geotools.temporal.object with parameters of type IndeterminateValue Modifier and Type Method Description void
DefaultTemporalPosition. setIndeterminatePosition(IndeterminateValue indeterminatePosition)
Constructors in org.geotools.temporal.object with parameters of type IndeterminateValue Constructor Description DefaultCalendarDate(TemporalReferenceSystem frame, IndeterminateValue indeterminatePosition, InternationalString calendarEraName, int[] calendarDate)
DefaultClockTime(TemporalReferenceSystem frame, IndeterminateValue indeterminatePosition, Number... clockTime)
DefaultDateAndTime(TemporalReferenceSystem frame, IndeterminateValue indeterminatePosition, InternationalString calendarEraName, int[] calendarDate, Number[] clockTime)
DefaultJulianDate(TemporalReferenceSystem frame, IndeterminateValue indeterminatePosition, Number coordinateValue)
Creates a new instance of JulianDate.DefaultOrdinalPosition(TemporalReferenceSystem frame, IndeterminateValue indeterminatePosition, OrdinalEra ordinalPosition)
DefaultTemporalCoordinate(TemporalReferenceSystem frame, IndeterminateValue indeterminatePosition, Number coordinateValue)
DefaultTemporalPosition(TemporalReferenceSystem frame, IndeterminateValue indeterminatePosition)
Creates a new instance from a TemporalReferenceSystem and an IndeterminateValue
-