Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbsoluteInstant - Interface in org.gvsig.timesupport
-
It defines a partial time that does not support every datetime field, and is thus a local time.
- AbsoluteInstantType - Interface in org.gvsig.timesupport
-
Identifies a field, such as year or minuteOfHour, in a chronology-neutral way.
- AbsoluteInstantTypeNotRegisteredException - Exception Class in org.gvsig.timesupport
-
Exception thrown when there is an error getting a TimeSupport message.
- AbsoluteInstantTypeNotRegisteredException(int) - Constructor for exception class org.gvsig.timesupport.AbsoluteInstantTypeNotRegisteredException
-
Creates a new
AbsoluteInstantTypeNotRegisteredException. - AbsoluteInterval - Interface in org.gvsig.timesupport
-
Is defined like an interval between two absolute instants.
- AbsoluteIntervalType - Interface in org.gvsig.timesupport
-
Identifies a field, such as year or month, in a chronology-neutral way.
- AbsoluteIntervalTypeNotRegisteredException - Exception Class in org.gvsig.timesupport
-
Exception thrown when there is an error getting a TimeSupport message.
- AbsoluteIntervalTypeNotRegisteredException(int) - Constructor for exception class org.gvsig.timesupport.AbsoluteIntervalTypeNotRegisteredException
-
Creates a new
AbsoluteIntervalTypeNotRegisteredException. - addDays(int) - Method in interface org.gvsig.timesupport.EditableRelativeInstant
-
Add a number of days to the date.
- addHours(int) - Method in interface org.gvsig.timesupport.EditableRelativeInstant
-
Add a number of hours to the date.
- addMillis(int) - Method in interface org.gvsig.timesupport.EditableRelativeInstant
-
Add a number of millis to the date.
- addMinutes(int) - Method in interface org.gvsig.timesupport.EditableRelativeInstant
-
Add a number of minutes to the date.
- addRelativeInstantPattern(String) - Method in interface org.gvsig.timesupport.TimeSupportManager
-
Add a time pattern that is used to parse a relative instant
- addSeconds(int) - Method in interface org.gvsig.timesupport.EditableRelativeInstant
-
Add a number of seconds to the date.
- addYears(int) - Method in interface org.gvsig.timesupport.EditableRelativeInstant
-
Add a number of years to the date.
B
- begin() - Method in interface org.gvsig.timesupport.animation.TimeAnimation.TimeAnimationRenderer
- BUDDHIST - Static variable in interface org.gvsig.timesupport.Chronology
C
- CENTURY_OF_ERA - Static variable in interface org.gvsig.timesupport.AbsoluteInstantType
- Chronology - Interface in org.gvsig.timesupport
-
Chronology provides access to the individual date time fields for a chronological calendar system.
- CLOCKHOUR_OF_DAY - Static variable in interface org.gvsig.timesupport.AbsoluteInstantType
- CLOCKHOUR_OF_HALFDAY - Static variable in interface org.gvsig.timesupport.AbsoluteInstantType
- compareTo(Instant) - Method in interface org.gvsig.timesupport.RelativeInstant
-
Compares this object with the specified object for ascending millisecond instant order.
- contains(Instant) - Method in interface org.gvsig.timesupport.Interval
-
Does this time interval contain the specified time instant.
- contains(RelativeInstant) - Method in interface org.gvsig.timesupport.RelativeInterval
-
Does this time interval contain the specified instant
- contains(RelativeInterval) - Method in interface org.gvsig.timesupport.RelativeInterval
-
Does this time interval contain the specified interval
- COPTIC - Static variable in interface org.gvsig.timesupport.Chronology
- createAbsoluteInstant() - Method in interface org.gvsig.timesupport.TimeSupportManager
-
Creates an
AbsoluteInstantwithout any value. - createAbsoluteInstant(int[], int[]) - Method in interface org.gvsig.timesupport.TimeSupportManager
-
Creates an
AbsoluteInstantwith a set of types and an array of values. - createAbsoluteInstant(int[], int[], Chronology) - Method in interface org.gvsig.timesupport.TimeSupportManager
-
Creates an
AbsoluteInstantwith a set of types and an array of values. - createAbsoluteInstant(int, int) - Method in interface org.gvsig.timesupport.TimeSupportManager
-
Creates an
AbsoluteInstantwith a type and a value. - createAbsoluteInstant(int, int, Chronology) - Method in interface org.gvsig.timesupport.TimeSupportManager
-
Creates an
AbsoluteInstantwith a type and a value and using a chronology. - createAbsoluteInstant(Chronology) - Method in interface org.gvsig.timesupport.TimeSupportManager
-
Creates an
AbsoluteInstantwithout any value and using a chronology. - createAbsoluteInterval(int, int, int, int, int, int, int, int) - Method in interface org.gvsig.timesupport.TimeSupportManager
-
Creates an
AbsoluteIntervalfrom individual fields. - createAbsoluteInterval(int, int, int, int, int, int, int, int, Chronology) - Method in interface org.gvsig.timesupport.TimeSupportManager
-
Creates an
AbsoluteIntervalfrom individual fields and a chronology. - createAbsoluteInterval(AbsoluteInstant, int, int, int, int, int, int, int, int) - Method in interface org.gvsig.timesupport.TimeSupportManager
-
Creates an
AbsoluteIntervalfrom a start instant and an increment of the time fields. - createAbsoluteInterval(AbsoluteInstant, int, int, int, int, int, int, int, int, Chronology) - Method in interface org.gvsig.timesupport.TimeSupportManager
-
Creates an
AbsoluteIntervalfrom a start instant and an increment of the time fields and a chronology. - createAbsoluteInterval(AbsoluteInstant, AbsoluteInstant) - Method in interface org.gvsig.timesupport.TimeSupportManager
-
Creates an
AbsoluteIntervalfrom a start and an end instants. - createAbsoluteInterval(AbsoluteInstant, AbsoluteInstant, Chronology) - Method in interface org.gvsig.timesupport.TimeSupportManager
-
Creates an
AbsoluteIntervalfrom a start and an end instants and a chronology. - createRelativeInstant(int, int, int, int, int, int, int) - Method in interface org.gvsig.timesupport.TimeSupportManager
-
Creates a
RelativeInstantusing the datetime field values. - createRelativeInstant(int, int, int, int, int, int, int, int) - Method in interface org.gvsig.timesupport.TimeSupportManager
-
Creates a
RelativeInstantusing the datetime field values and using a chronology code. - createRelativeInstant(int, int, int, int, int, int, int, Chronology) - Method in interface org.gvsig.timesupport.TimeSupportManager
-
Creates a
RelativeInstantusing the datetime field values and using a chronology. - createRelativeInstant(long) - Method in interface org.gvsig.timesupport.TimeSupportManager
-
Creates a
RelativeInstantusing the number of milliseconds from 1970-01-01T00:00Z. - createRelativeInstant(long, Chronology) - Method in interface org.gvsig.timesupport.TimeSupportManager
-
Creates a
RelativeInstantusing the number of milliseconds from 1970-01-01T00:00Z and using a chronology. - createRelativeInstant(Date) - Method in interface org.gvsig.timesupport.TimeSupportManager
-
Creates a
RelativeInstantusing aDate. - createRelativeInstant(Date, Chronology) - Method in interface org.gvsig.timesupport.TimeSupportManager
-
Creates a
RelativeInstantusing aDateand using a chronology. - createRelativeInstant(Chronology) - Method in interface org.gvsig.timesupport.TimeSupportManager
-
Creates a
RelativeInstantusing the current system time and using a chronology. - createRelativeInterval(long, long) - Method in interface org.gvsig.timesupport.TimeSupportManager
-
Creates a
RelativeIntervalfrom a start and an end instants. - createRelativeInterval(long, long, Chronology) - Method in interface org.gvsig.timesupport.TimeSupportManager
-
Creates a
RelativeIntervalfrom a start and an end instants, and using a chonology. - createRelativeInterval(RelativeInstant, RelativeInstant) - Method in interface org.gvsig.timesupport.TimeSupportManager
-
Creates a
RelativeIntervalfrom a start and an end instants. - createTimeAnimation(TimeAnimation.TimeAnimationRenderer) - Method in interface org.gvsig.timesupport.TimeSupportManager
-
Creates a time animation object.
D
- DataTypes - Interface in org.gvsig.timesupport
-
This interface defines a set of constants for basic time data types.
- DAY - Static variable in interface org.gvsig.timesupport.animation.TimeAnimation
- DAY_OF_MONTH - Static variable in interface org.gvsig.timesupport.AbsoluteInstantType
- DAY_OF_WEEK - Static variable in interface org.gvsig.timesupport.AbsoluteInstantType
- DAY_OF_YEAR - Static variable in interface org.gvsig.timesupport.AbsoluteInstantType
- DAYS - Static variable in interface org.gvsig.timesupport.AbsoluteIntervalType
- doInitialize() - Method in class org.gvsig.timesupport.TimeSupportLibrary
- doPostInitialize() - Method in class org.gvsig.timesupport.TimeSupportLibrary
- doRegistration() - Method in class org.gvsig.timesupport.TimeSupportLibrary
- Duration - Interface in org.gvsig.timesupport
-
A duration specifying a length of time in milliseconds.
E
- EditableRelativeInstant - Interface in org.gvsig.timesupport
-
The
RelativeInstantins inmutable, but sometimes is necessary to edit it. - end() - Method in interface org.gvsig.timesupport.animation.TimeAnimation.TimeAnimationRenderer
- ERA - Static variable in interface org.gvsig.timesupport.AbsoluteInstantType
G
- getAbsoluteInstantType(int) - Method in interface org.gvsig.timesupport.TimeSupportManager
-
Gets an
AbsoluteInstantTypeby code. - getAbsoluteIntervalType(int) - Method in interface org.gvsig.timesupport.TimeSupportManager
-
Gets an
AbsoluteIntervalTypeby code. - getChronology() - Method in interface org.gvsig.timesupport.Time
-
Gets the chronology of the instant.
- getChronology(int) - Method in interface org.gvsig.timesupport.TimeSupportManager
-
Gets an
Chronologyby code. - getCurrentIteration() - Method in interface org.gvsig.timesupport.animation.TimeAnimation
- getCurrentPosition() - Method in interface org.gvsig.timesupport.animation.TimeAnimation
- getCurrentTime() - Method in interface org.gvsig.timesupport.animation.TimeAnimation
- getDayOfMonth() - Method in interface org.gvsig.timesupport.RelativeInstant
-
Get the day of month field value.
- getDays() - Method in interface org.gvsig.timesupport.AbsoluteInstant
-
Gets the number of days of this absolute instant.
- getDays() - Method in interface org.gvsig.timesupport.AbsoluteInterval
-
Gets the number of days of this absolute instant.
- getEditableCopy() - Method in interface org.gvsig.timesupport.RelativeInstant
-
Get an editable copy used to edit other instance of a relative instant.
- getEnd() - Method in interface org.gvsig.timesupport.AbsoluteInterval
-
Gets the end of this time interval, which is exclusive, as an Instant.
- getEnd() - Method in interface org.gvsig.timesupport.Interval
-
Gets the end of this time interval, which is exclusive, as an Instant.
- getEnd() - Method in interface org.gvsig.timesupport.RelativeInterval
-
Gets the end of this time interval, which is exclusive, as an Instant.
- getFieldType(int) - Method in interface org.gvsig.timesupport.AbsoluteInstant
-
Gets the field type at the specified index.
- getFieldType(int) - Method in interface org.gvsig.timesupport.AbsoluteInterval
-
Gets the field type at the specified index.
- getFramesPerSecond() - Method in interface org.gvsig.timesupport.animation.TimeAnimation
- getHourOfDay() - Method in interface org.gvsig.timesupport.RelativeInstant
-
Get the hour of day field value.
- getHours() - Method in interface org.gvsig.timesupport.AbsoluteInstant
-
Gets the number of hours of this absolute instant.
- getHours() - Method in interface org.gvsig.timesupport.AbsoluteInterval
-
Gets the number of hours of this absolute instant.
- getInstance() - Static method in class org.gvsig.timesupport.TimeSupportLocator
-
Return the singleton instance.
- getInterval() - Method in interface org.gvsig.timesupport.animation.TimeAnimation
- getIterations() - Method in interface org.gvsig.timesupport.animation.TimeAnimation
- getLocatorName() - Method in class org.gvsig.timesupport.TimeSupportLocator
-
Return the Locator's name.
- getManager() - Static method in class org.gvsig.timesupport.TimeSupportLocator
-
Return a reference to the TimeSupportManager.
- getMillis() - Method in interface org.gvsig.timesupport.AbsoluteInstant
-
Gets the number of millis of this absolute instant.
- getMillis() - Method in interface org.gvsig.timesupport.AbsoluteInterval
-
Gets the number of millis of this absolute instant.
- getMillis() - Method in interface org.gvsig.timesupport.Duration
-
Gets the length of this duration in milliseconds.
- getMillisOfSecond() - Method in interface org.gvsig.timesupport.RelativeInstant
-
Get the millis of second field value.
- getMinuteOfDay() - Method in interface org.gvsig.timesupport.RelativeInstant
-
Get the minute of day field value.
- getMinuteOfHour() - Method in interface org.gvsig.timesupport.RelativeInstant
-
Get the minute of hour field value.
- getMinutes() - Method in interface org.gvsig.timesupport.AbsoluteInstant
-
Gets the number of minutes of this absolute instant.
- getMinutes() - Method in interface org.gvsig.timesupport.AbsoluteInterval
-
Gets the number of minutes of this absolute instant.
- getMonthOfYear() - Method in interface org.gvsig.timesupport.RelativeInstant
-
Get the month of year field value.
- getMonths() - Method in interface org.gvsig.timesupport.AbsoluteInstant
-
Gets the number of months of this absolute instant.
- getMonths() - Method in interface org.gvsig.timesupport.AbsoluteInterval
-
Gets the number of months of this absolute instant.
- getName() - Method in interface org.gvsig.timesupport.AbsoluteInstantType
-
Gets a description of the
AbsoluteInstantType. - getName() - Method in interface org.gvsig.timesupport.AbsoluteIntervalType
-
Gets a description of the
AbsoluteIntervalType. - getPauseTime() - Method in interface org.gvsig.timesupport.animation.TimeAnimation
- getScaleLabel(int) - Method in interface org.gvsig.timesupport.animation.TimeAnimation
- getSecondOfDay() - Method in interface org.gvsig.timesupport.RelativeInstant
-
Get the second of day field value.
- getSecondOfMinute() - Method in interface org.gvsig.timesupport.RelativeInstant
-
Get the second of minute field value.
- getSeconds() - Method in interface org.gvsig.timesupport.AbsoluteInstant
-
Gets the number of seconds of this absolute instant.
- getSeconds() - Method in interface org.gvsig.timesupport.AbsoluteInterval
-
Gets the number of seconds of this absolute instant.
- getStart() - Method in interface org.gvsig.timesupport.AbsoluteInterval
-
Gets the start of this time interval, which is inclusive, as an Instant.
- getStart() - Method in interface org.gvsig.timesupport.Interval
-
Gets the start of this time interval, which is inclusive, as an Instant.
- getStart() - Method in interface org.gvsig.timesupport.RelativeInterval
-
Gets the start of this time interval, which is inclusive, as an Instant.
- getStatus() - Method in interface org.gvsig.timesupport.animation.TimeAnimation
- getStatusLabel(int) - Method in interface org.gvsig.timesupport.animation.TimeAnimation
- getStep() - Method in interface org.gvsig.timesupport.animation.TimeAnimation
- getStep(int) - Method in interface org.gvsig.timesupport.animation.TimeAnimation
- getStepCount() - Method in interface org.gvsig.timesupport.animation.TimeAnimation
- getStepScale() - Method in interface org.gvsig.timesupport.animation.TimeAnimation
- getType() - Method in interface org.gvsig.timesupport.AbsoluteInstantType
-
Gets the code of the type, that is one of the constants defined in the
AbsoluteInstantTypeclass. - getType() - Method in interface org.gvsig.timesupport.AbsoluteIntervalType
-
Gets the code of the type, that is one of the constants defined in the
AbsoluteIntervalTypeclass. - getType() - Method in interface org.gvsig.timesupport.Chronology
-
Gets the code of the type, that is one of the constants defined in the
Chronologyclass. - getValue(int) - Method in interface org.gvsig.timesupport.AbsoluteInstant
-
Gets the value of the field at the specifed index.
- getValue(int) - Method in interface org.gvsig.timesupport.AbsoluteInterval
-
Gets the value at the specified index.
- getWeeks() - Method in interface org.gvsig.timesupport.AbsoluteInstant
-
Gets the number of weeks of this absolute instant.
- getYear() - Method in interface org.gvsig.timesupport.RelativeInstant
-
Get the year field value.
- getYears() - Method in interface org.gvsig.timesupport.AbsoluteInstant
-
Gets the number of years of this absolute instant.
- getYears() - Method in interface org.gvsig.timesupport.AbsoluteInterval
-
Gets the number of years of this absolute instant.
- GJ - Static variable in interface org.gvsig.timesupport.Chronology
- GREGORIAN - Static variable in interface org.gvsig.timesupport.Chronology
H
- HALFDAY_OF_DAY - Static variable in interface org.gvsig.timesupport.AbsoluteInstantType
- HOUR - Static variable in interface org.gvsig.timesupport.animation.TimeAnimation
- HOUR_OF_DAY - Static variable in interface org.gvsig.timesupport.AbsoluteInstantType
- HOUR_OF_HALFDAY - Static variable in interface org.gvsig.timesupport.AbsoluteInstantType
- HOURS - Static variable in interface org.gvsig.timesupport.AbsoluteIntervalType
I
- inferStepScale() - Method in interface org.gvsig.timesupport.animation.TimeAnimation
- Instant - Interface in org.gvsig.timesupport
-
An Instant represents a position in a time scale.
- INSTANT - Static variable in interface org.gvsig.timesupport.DataTypes
- intersects(Time) - Method in interface org.gvsig.timesupport.Time
-
Does this time intersects with the time passed.
- Interval - Interface in org.gvsig.timesupport
-
A time interval represents a period of time between two instants.
- INTERVAL - Static variable in interface org.gvsig.timesupport.DataTypes
- isAbsolute() - Method in interface org.gvsig.timesupport.Time
-
Checks if the time is an absolute temporal type, that is an object that doesn't has a time zone.
- isAfter(AbsoluteInterval) - Method in interface org.gvsig.timesupport.AbsoluteInterval
-
Is this time interval after the specified interval.
- isAfter(Instant) - Method in interface org.gvsig.timesupport.Instant
-
Is this instant after the instant passed in comparing solely by millisecond.
- isAfter(RelativeInstant) - Method in interface org.gvsig.timesupport.RelativeInterval
-
Is this time interval after the specified instant.
- isAfter(RelativeInterval) - Method in interface org.gvsig.timesupport.RelativeInterval
-
Is this time interval entirely after the specified interval.
- isBefore(AbsoluteInterval) - Method in interface org.gvsig.timesupport.AbsoluteInterval
-
Is this time interval before the specified interval.
- isBefore(Instant) - Method in interface org.gvsig.timesupport.Instant
-
Is this instant before the instant passed in comparing solely by millisecond.
- isBefore(RelativeInstant) - Method in interface org.gvsig.timesupport.RelativeInterval
-
Is this time interval before the specified instant.
- isBefore(RelativeInterval) - Method in interface org.gvsig.timesupport.RelativeInterval
-
Is this time interval entirely before the specified interval.
- isEqual(Instant) - Method in interface org.gvsig.timesupport.Instant
-
Is this instant equal to the instant passed in comparing solely by millisecond.
- isInstant() - Method in interface org.gvsig.timesupport.Time
-
Checks if the time is an instant, that is an object that represents a position in a time scale.
- isInterval() - Method in interface org.gvsig.timesupport.Time
-
Checks if the time is an interval, that is an object that represents a period of time between two instants.
- ISO - Static variable in interface org.gvsig.timesupport.Chronology
- isPlaying() - Method in interface org.gvsig.timesupport.animation.TimeAnimation
-
Return is the animation is playing.
- isRelative() - Method in interface org.gvsig.timesupport.Time
-
Checks if the time is a relative temporal type, that is an object that has a Chronology that establish how a time object can be converted into other object with date time fields.
J
- JULIAN - Static variable in interface org.gvsig.timesupport.Chronology
M
- MANAGER_DESCRIPTION - Static variable in class org.gvsig.timesupport.TimeSupportLocator
-
TimeSupport manager description.
- MANAGER_NAME - Static variable in class org.gvsig.timesupport.TimeSupportLocator
-
TimeSupport manager name.
- MILLIS - Static variable in interface org.gvsig.timesupport.AbsoluteIntervalType
- MILLIS_OF_DAY - Static variable in interface org.gvsig.timesupport.AbsoluteInstantType
- MILLIS_OF_SECOND - Static variable in interface org.gvsig.timesupport.AbsoluteInstantType
- MILLISECOND - Static variable in interface org.gvsig.timesupport.animation.TimeAnimation
- minus(AbsoluteInterval) - Method in interface org.gvsig.timesupport.AbsoluteInstant
-
Gets a copy of this instance with the specified period take away.
- MINUTE - Static variable in interface org.gvsig.timesupport.animation.TimeAnimation
- MINUTE_OF_DAY - Static variable in interface org.gvsig.timesupport.AbsoluteInstantType
- MINUTE_OF_HOUR - Static variable in interface org.gvsig.timesupport.AbsoluteInstantType
- MINUTES - Static variable in interface org.gvsig.timesupport.AbsoluteIntervalType
- MONTH - Static variable in interface org.gvsig.timesupport.animation.TimeAnimation
- MONTH_OF_YEAR - Static variable in interface org.gvsig.timesupport.AbsoluteInstantType
- MONTHS - Static variable in interface org.gvsig.timesupport.AbsoluteIntervalType
O
- org.gvsig.timesupport - package org.gvsig.timesupport
-
TimeSupport library API.
- org.gvsig.timesupport.animation - package org.gvsig.timesupport.animation
- overlaps(RelativeInterval) - Method in interface org.gvsig.timesupport.RelativeInterval
-
Does this time interval overlap the specified time interval.
P
- parseRelativeInstant(String) - Method in interface org.gvsig.timesupport.TimeSupportManager
-
Creates a relative instant from a string.
- pause() - Method in interface org.gvsig.timesupport.animation.TimeAnimation
-
Pauses the animation
- PAUSED - Static variable in interface org.gvsig.timesupport.animation.TimeAnimation
- play() - Method in interface org.gvsig.timesupport.animation.TimeAnimation
-
Play the animation
- PLAYING - Static variable in interface org.gvsig.timesupport.animation.TimeAnimation
- plus(AbsoluteInterval) - Method in interface org.gvsig.timesupport.AbsoluteInstant
-
Gets a copy of this instance with the specified period added.
R
- registerAbsoluteInstantType(AbsoluteInstantType) - Method in interface org.gvsig.timesupport.TimeSupportManager
-
Registers a new
AbsoluteInstantTypethat can be used in the creation of anAbsoluteInstant. - registerAbsoluteIntervalType(AbsoluteIntervalType) - Method in interface org.gvsig.timesupport.TimeSupportManager
-
Registers a new
AbsoluteIntervalTypethat can be used in the creation of anAbsoluteInterval. - registerChronology(Chronology) - Method in interface org.gvsig.timesupport.TimeSupportManager
-
Registers a new
Chronologythat can be used in the creation of any temporal object. - registerManager(Class<? extends TimeSupportManager>) - Static method in class org.gvsig.timesupport.TimeSupportLocator
-
Registers the Class implementing the TimeSupportManager interface.
- RelativeInstant - Interface in org.gvsig.timesupport
-
A relative instant is defined like an instant in the datetime continuum specified as a number of milliseconds from 1970-01-01T00:00Z.
- RelativeInterval - Interface in org.gvsig.timesupport
-
A RelativeInterval is defined like an interval between two
RelativeInstants. - render(Interval) - Method in interface org.gvsig.timesupport.animation.TimeAnimation.TimeAnimationRenderer
S
- SECOND - Static variable in interface org.gvsig.timesupport.animation.TimeAnimation
- SECOND_OF_DAY - Static variable in interface org.gvsig.timesupport.AbsoluteInstantType
- SECOND_OF_MINUTE - Static variable in interface org.gvsig.timesupport.AbsoluteInstantType
- SECONDS - Static variable in interface org.gvsig.timesupport.AbsoluteIntervalType
- setCurrentPosition(int) - Method in interface org.gvsig.timesupport.animation.TimeAnimation
- setDate(int, int, int) - Method in interface org.gvsig.timesupport.EditableRelativeInstant
-
Set the date from fields.
- setDefaultChronology(int) - Method in interface org.gvsig.timesupport.TimeSupportManager
-
Sets the default chronology.
- setFramesPerSecond(double) - Method in interface org.gvsig.timesupport.animation.TimeAnimation
- setInterval(RelativeInterval) - Method in interface org.gvsig.timesupport.animation.TimeAnimation
- setIterations(int) - Method in interface org.gvsig.timesupport.animation.TimeAnimation
- setPauseTime(long) - Method in interface org.gvsig.timesupport.animation.TimeAnimation
- setStep(long) - Method in interface org.gvsig.timesupport.animation.TimeAnimation
- setStep(long, int) - Method in interface org.gvsig.timesupport.animation.TimeAnimation
- setTime(int, int, int, int) - Method in interface org.gvsig.timesupport.EditableRelativeInstant
-
Set the time from fields.
- size() - Method in interface org.gvsig.timesupport.AbsoluteInstant
-
Gets the number of fields in this absolute instant.
- size() - Method in interface org.gvsig.timesupport.AbsoluteInterval
-
Gets the number of fields that this absolute interval supports.
- stop() - Method in interface org.gvsig.timesupport.animation.TimeAnimation
-
Stops the animation
- STOPED - Static variable in interface org.gvsig.timesupport.animation.TimeAnimation
T
- Time - Interface in org.gvsig.timesupport
-
This object is in the top level of the time hierarchy.
- TimeAnimation - Interface in org.gvsig.timesupport.animation
- TimeAnimation.TimeAnimationRenderer - Interface in org.gvsig.timesupport.animation
- TimeSupportException - Exception Class in org.gvsig.timesupport
-
Generic exception thrown in the TimeSupport API when the exception or error may be dealt by the program or the user of the program which is a client of the TimeSupport API.
- TimeSupportException() - Constructor for exception class org.gvsig.timesupport.TimeSupportException
-
Constructor to be used in rare cases, usually you must create a new child exception class for each case.
- TimeSupportException(Exception) - Constructor for exception class org.gvsig.timesupport.TimeSupportException
-
Constructor to be used in rare cases, usually you must create a new child exception class for each case.
- TimeSupportException(String, String, long) - Constructor for exception class org.gvsig.timesupport.TimeSupportException
- TimeSupportException(String, Throwable, String, long) - Constructor for exception class org.gvsig.timesupport.TimeSupportException
- TimeSupportLibrary - Class in org.gvsig.timesupport
-
Library for API initialization and configuration.
- TimeSupportLibrary() - Constructor for class org.gvsig.timesupport.TimeSupportLibrary
- TimeSupportLocator - Class in org.gvsig.timesupport
-
This locator is the entry point for the TimeSupport library, providing access to all TimeSupport services through the
TimeSupportManager. - TimeSupportLocator() - Constructor for class org.gvsig.timesupport.TimeSupportLocator
- TimeSupportManager - Interface in org.gvsig.timesupport
-
This class is responsible of the management of the library's business logic.
- toDate() - Method in interface org.gvsig.timesupport.RelativeInstant
-
Get the date time as a
java.util.Date. - toDuration() - Method in interface org.gvsig.timesupport.RelativeInterval
-
Gets the duration of this time interval.
- toDurationMillis() - Method in interface org.gvsig.timesupport.RelativeInterval
-
Gets the duration of this time interval in milliseconds.
- toMillis() - Method in interface org.gvsig.timesupport.RelativeInstant
-
Gets the milliseconds of the datetime instant from the Java epoch of 1970-01-01T00:00:00Z.
- toStandardDuration() - Method in interface org.gvsig.timesupport.AbsoluteInstant
-
Gets the duration of the instant.
- toStandardDuration() - Method in interface org.gvsig.timesupport.Interval
-
Gets the duration of the interval.
- toString(String) - Method in interface org.gvsig.timesupport.Instant
-
Output the instant using the specified format pattern.
W
- WEEK - Static variable in interface org.gvsig.timesupport.animation.TimeAnimation
- WEEK_OF_WEEKYEAR - Static variable in interface org.gvsig.timesupport.AbsoluteInstantType
- WEEKS - Static variable in interface org.gvsig.timesupport.AbsoluteIntervalType
- WEEKYEAR - Static variable in interface org.gvsig.timesupport.AbsoluteInstantType
- WEEKYEAR_OF_CENTURY - Static variable in interface org.gvsig.timesupport.AbsoluteInstantType
- withUTC() - Method in interface org.gvsig.timesupport.Chronology
-
Returns an instance of this Chronology that operates in the UTC time zone.
Y
- YEAR - Static variable in interface org.gvsig.timesupport.AbsoluteInstantType
- YEAR - Static variable in interface org.gvsig.timesupport.animation.TimeAnimation
- YEAR_OF_CENTURY - Static variable in interface org.gvsig.timesupport.AbsoluteInstantType
- YEAR_OF_ERA - Static variable in interface org.gvsig.timesupport.AbsoluteInstantType
- YEARS - Static variable in interface org.gvsig.timesupport.AbsoluteIntervalType
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form