public interface TRasterStore
| Modifier and Type | Method and Description |
|---|---|
TimeSeries |
getTimeSerials()
Gets the serial information
|
void |
goTo(int position)
Goes to the selected position in the image list
|
void |
selectNext()
Selects the next image
|
void |
selectPrev()
Selects the previous image
|
void |
setTime(Time time)
Assigns the time for read information of the right source.
|
void |
setTimeSerials(TimeSeries serialInfo)
Sets the serial information
|
void setTime(Time time) throws TimeException, OperationNotSupportedException
time - TimeExceptionOperationNotSupportedExceptionvoid selectNext()
throws OperationNotSupportedException
OperationNotSupportedExceptionvoid selectPrev()
throws OperationNotSupportedException
OperationNotSupportedExceptionvoid goTo(int position) throws OperationNotSupportedException
position - OperationNotSupportedExceptionTimeSeries getTimeSerials() throws RmfSerializerException
RmfSerializerExceptionvoid setTimeSerials(TimeSeries serialInfo) throws RmfSerializerException
RmfSerializerException