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.temporalFields in org.geotools.api.temporal declared as IndeterminateValue Modifier and Type Field Description static IndeterminateValueIndeterminateValue. AFTERstatic IndeterminateValueIndeterminateValue. BEFOREstatic IndeterminateValueIndeterminateValue. NOWstatic IndeterminateValueIndeterminateValue. UNKNOWNMethods 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.IndeterminateValueTemporalPosition. getIndeterminatePosition()This attribute provides the only value for temporal position unless a subtype ofTemporalPositionis used as the data type.static IndeterminateValueIndeterminateValue. 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 ofIndeterminateValues.
- 
Uses of IndeterminateValue in org.geotools.temporal.objectMethods in org.geotools.temporal.object that return IndeterminateValue Modifier and Type Method Description IndeterminateValueDefaultTemporalPosition. 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 voidDefaultTemporalPosition. 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
 
-