public interface TimeSeries
| Modifier and Type | Method and Description |
|---|---|
void |
createNewTime(Time time)
Creates the serial time using a Time object from org.gvsig.timesupport
|
void |
createNewTimeInterval(double a,
double b)
Creates a pair of values for the time.
|
void |
createNewTimeInterval(java.lang.String dateA,
java.lang.String dateB)
Creates a pair of values for the time.
|
void |
createNewTimeValue(double value)
Creates a new single value for the time.
|
void |
createNewTimeValue(java.lang.String value)
Creates a new single value for the time
|
java.lang.String |
getDescription()
Gets the description
|
java.lang.String |
getName()
Gets the serial name
|
int |
getNumberOfSerials()
Counts the number of serials
|
java.util.ArrayList<?> |
getTimeList()
Gets the list of times.
|
void |
removeIntervals()
Removes all date intervals
|
void |
selectSerial(int pos)
Selects the serial
|
void |
selectSerial(java.lang.String name)
Selects the serial
|
void |
setDescription(java.lang.String description)
Sets the description
|
void |
setName(java.lang.String name)
Sets the serial name
|
void selectSerial(java.lang.String name)
name - void selectSerial(int pos)
pos - void setDescription(java.lang.String description)
java.lang.String getName()
void setName(java.lang.String name)
java.lang.String getDescription()
void createNewTime(Time time) throws java.text.ParseException
time - java.text.ParseExceptionvoid createNewTimeValue(java.lang.String value)
throws java.text.ParseException
value - java.text.ParseExceptionvoid createNewTimeInterval(java.lang.String dateA,
java.lang.String dateB)
throws java.text.ParseException
dateA - dateB - java.text.ParseExceptionvoid createNewTimeValue(double value)
throws java.text.ParseException
value - java.text.ParseExceptionvoid createNewTimeInterval(double a,
double b)
throws java.text.ParseException
dateA - dateB - java.text.ParseExceptionvoid removeIntervals()
int getNumberOfSerials()
java.util.ArrayList<?> getTimeList()