Uses of Class
org.geotools.api.temporal.IndeterminateValue
Packages that use IndeterminateValue
-
Uses of IndeterminateValue in org.geotools.api.temporal
Fields in org.geotools.api.temporal declared as IndeterminateValueModifier and TypeFieldDescriptionstatic final IndeterminateValueIndeterminateValue.AFTERstatic final IndeterminateValueIndeterminateValue.BEFOREstatic final IndeterminateValueIndeterminateValue.NOWstatic final IndeterminateValueIndeterminateValue.UNKNOWNMethods in org.geotools.api.temporal that return IndeterminateValueModifier and TypeMethodDescriptionIndeterminateValue.family()Returns the list of enumerations of the same kind than this enum.TemporalPosition.getIndeterminatePosition()This attribute provides the only value for temporal position unless a subtype ofTemporalPositionis used as the data type.static IndeterminateValueReturns 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.Methods in org.geotools.api.temporal with parameters of type IndeterminateValueModifier and TypeMethodDescriptionTemporalFactory.createCalendarDate(TemporalReferenceSystem frame, IndeterminateValue indeterminatePosition, InternationalString calendarEraName, int[] calendarDate) TemporalFactory.createClockTime(TemporalReferenceSystem frame, IndeterminateValue indeterminatePosition, Number... clockTime) TemporalFactory.createDateAndTime(TemporalReferenceSystem frame, IndeterminateValue indeterminatePosition, InternationalString calendarEraName, int[] calendarDate, Number[] clockTime) TemporalFactory.createJulianDate(TemporalReferenceSystem frame, IndeterminateValue indeterminatePosition, Number coordinateValue) TemporalFactory.createOrdinalPosition(TemporalReferenceSystem frame, IndeterminateValue indeterminatePosition, OrdinalEra ordinalPosition) TemporalFactory.createTemporalCoordinate(TemporalReferenceSystem frame, IndeterminateValue indeterminatePosition, Number coordinateValue) TemporalFactory.createTemporalPosition(TemporalReferenceSystem frame, IndeterminateValue indeterminatePosition) -
Uses of IndeterminateValue in org.geotools.temporal.object
Methods in org.geotools.temporal.object that return IndeterminateValueModifier and TypeMethodDescriptionDefaultTemporalPosition.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 IndeterminateValueModifier and TypeMethodDescriptionvoidDefaultTemporalPosition.setIndeterminatePosition(IndeterminateValue indeterminatePosition) Constructors in org.geotools.temporal.object with parameters of type IndeterminateValueModifierConstructorDescriptionDefaultCalendarDate(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