public class TemporalReferenceInfo
extends java.lang.Object
| Modifier and Type | Method and Description | 
|---|---|
TIMESTAMP | 
getBeginDateTime()
Returns the begin date and time. 
 | 
java.lang.String[] | 
getDescription()
Returns the georeference description. 
 | 
TIMESTAMP | 
getEndDateTime()
Returns the end date and time. 
 | 
java.lang.String | 
getTemporalResolutionDescription()
Returns the temporal resolution description. 
 | 
java.lang.Boolean | 
isReferenced()
Returns true if the current GeoRaster object is georeferenced. 
 | 
void | 
setBeginDateTime(TIMESTAMP beginDateTime)
Sets the begin date and time. 
 | 
void | 
setDescription(java.lang.String[] description)
Sets the georeference description. 
 | 
void | 
setEndDateTime(TIMESTAMP endDateTime)
Sets the end date and time. 
 | 
void | 
setReferenced(java.lang.Boolean isReferenced)
Sets true if the current GeoRaster object is georeferenced. 
 | 
void | 
setTemporalResolutionDescription(java.lang.String temporalResolutionDescription)
Sets the temporal resolution description. 
 | 
public java.lang.Boolean isReferenced()
public void setReferenced(java.lang.Boolean isReferenced)
isReferenced - true if the current GeoRaster object is georeferencedpublic java.lang.String[] getDescription()
public void setDescription(java.lang.String[] description)
description - georeference description.public TIMESTAMP getBeginDateTime()
public void setBeginDateTime(TIMESTAMP beginDateTime)
beginDateTime - begin date and time.public TIMESTAMP getEndDateTime()
public void setEndDateTime(TIMESTAMP endDateTime)
endDateTime - end date and time.public java.lang.String getTemporalResolutionDescription()
public void setTemporalResolutionDescription(java.lang.String temporalResolutionDescription)
temporalResolutionDescription - temporal resolution description