Skip navigation links

Oracle® Spatial Java API Reference
11g Release 2 (11.2)
E11829-02


oracle.spatial.georaster
Class TemporalReferenceInfo

java.lang.Object
  extended by oracle.spatial.georaster.TemporalReferenceInfo


public class TemporalReferenceInfo
extends java.lang.Object

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

isReferenced

public java.lang.Boolean isReferenced()
Returns true if the current GeoRaster object is georeferenced.
Returns:
true if the current GeoRaster object is georeferenced.

setReferenced

public void setReferenced(java.lang.Boolean isReferenced)
Sets true if the current GeoRaster object is georeferenced.
Parameters:
isReferenced - true if the current GeoRaster object is georeferenced

getDescription

public java.lang.String[] getDescription()
Returns the georeference description.
Returns:
georeference description.

setDescription

public void setDescription(java.lang.String[] description)
Sets the georeference description.
Parameters:
description - georeference description.

getBeginDateTime

public TIMESTAMP getBeginDateTime()
Returns the begin date and time.
Returns:
begin date and time.

setBeginDateTime

public void setBeginDateTime(TIMESTAMP beginDateTime)
Sets the begin date and time.
Parameters:
beginDateTime - begin date and time.

getEndDateTime

public TIMESTAMP getEndDateTime()
Returns the end date and time.
Returns:
end Date Time.

setEndDateTime

public void setEndDateTime(TIMESTAMP endDateTime)
Sets the end date and time.
Parameters:
endDateTime - end date and time.

getTemporalResolutionDescription

public java.lang.String getTemporalResolutionDescription()
Returns the temporal resolution description.
Returns:
temporal resolution description.

setTemporalResolutionDescription

public void setTemporalResolutionDescription(java.lang.String temporalResolutionDescription)
Sets the temporal resolution description.
Parameters:
temporalResolutionDescription - temporal resolution description

Skip navigation links

Oracle® Spatial Java API Reference
11g Release 2 (11.2)
E11829-02


Copyright © 2007, 2011, Oracle and/or its affiliates. All Rights Reserved.