| Package | Description | 
|---|---|
| org.geotools.temporal.object | |
| org.opengis.temporal | 
| Modifier and Type | Method and Description | 
|---|---|
| IndeterminateValue | DefaultTemporalPosition. getIndeterminatePosition()When this attribute is used with a subtype of  TemporalPosition, it provides a
 qualifier to the specific value for temporal position provided by the subtype. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DefaultTemporalPosition. setIndeterminatePosition(IndeterminateValue indeterminatePosition) | 
| Constructor and 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 | 
| Modifier and Type | Field and Description | 
|---|---|
| static IndeterminateValue | IndeterminateValue. AFTER | 
| static IndeterminateValue | IndeterminateValue. BEFORE | 
| static IndeterminateValue | IndeterminateValue. NOW | 
| static IndeterminateValue | IndeterminateValue. UNKNOWN | 
| Modifier and Type | Method and 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 of  TemporalPositionis 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 of  IndeterminateValues. | 
Copyright © 1996–2019 Geotools. All rights reserved.