|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IndeterminateValue | |
---|---|
org.geotools.temporal.object | |
org.opengis.temporal |
Uses of IndeterminateValue in org.geotools.temporal.object |
---|
Methods in org.geotools.temporal.object that return IndeterminateValue | |
---|---|
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. |
Methods in org.geotools.temporal.object with parameters of type IndeterminateValue | |
---|---|
void |
DefaultTemporalPosition.setIndeterminatePosition(IndeterminateValue indeterminatePosition)
|
Constructors in org.geotools.temporal.object with parameters of type IndeterminateValue | |
---|---|
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 |
Uses of IndeterminateValue in org.opengis.temporal |
---|
Fields in org.opengis.temporal declared as IndeterminateValue | |
---|---|
static IndeterminateValue |
IndeterminateValue.AFTER
|
static IndeterminateValue |
IndeterminateValue.BEFORE
|
static IndeterminateValue |
IndeterminateValue.NOW
|
static IndeterminateValue |
IndeterminateValue.UNKNOWN
|
Methods in org.opengis.temporal that return IndeterminateValue | |
---|---|
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 TemporalPosition 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 of IndeterminateValue s. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |