|
Oracle® Spatial Java API Reference 11g Release 2 (11.2) E11829-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.spatial.georaster.TemporalReferenceInfo
public class TemporalReferenceInfo
TemporalReferenceInfo is a Java class mapped to the XML element TemporalReferenceInfo in the Oracle Spatial GeoRaster metadata.
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
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
|
Oracle® Spatial Java API Reference 11g Release 2 (11.2) E11829-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||