Package oracle.spatial.georaster
Class TemporalReferenceInfo
- java.lang.Object
-
- oracle.spatial.georaster.TemporalReferenceInfo
-
public class TemporalReferenceInfo extends java.lang.ObjectTemporalReferenceInfo is a Java class mapped to the XML element TemporalReferenceInfo in the Oracle Spatial GeoRaster metadata.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedTemporalReferenceInfo(JGeoRasterMeta geoRasterMeta)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description oracle.sql.TIMESTAMPgetBeginDateTime()Returns the begin date and time.java.lang.String[]getDescription()Returns the georeference description.oracle.sql.TIMESTAMPgetEndDateTime()Returns the end date and time.protected voidgetJSONString(java.lang.StringBuilder jsonString)Returns a JSON string represented by this GeoRaster Metadata subcomponent.java.lang.StringgetTemporalResolutionDescription()Returns the temporal resolution description.protected voidgetXMLString(java.lang.String indent, java.lang.StringBuilder xmlString)protected voidinitialize()java.lang.BooleanisReferenced()Returns true if the current GeoRaster object is georeferenced.protected voidpopulateMetadata(org.w3c.dom.Node node)voidsetBeginDateTime(oracle.sql.TIMESTAMP beginDateTime)Sets the begin date and time.voidsetDescription(java.lang.String[] description)Sets the georeference description.voidsetEndDateTime(oracle.sql.TIMESTAMP endDateTime)Sets the end date and time.voidsetReferenced(java.lang.Boolean isReferenced)Sets true if the current GeoRaster object is georeferenced.voidsetTemporalResolutionDescription(java.lang.String temporalResolutionDescription)Sets the temporal resolution description.
-
-
-
Constructor Detail
-
TemporalReferenceInfo
protected TemporalReferenceInfo(JGeoRasterMeta geoRasterMeta)
-
-
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 oracle.sql.TIMESTAMP getBeginDateTime()
Returns the begin date and time.- Returns:
- begin date and time.
-
setBeginDateTime
public void setBeginDateTime(oracle.sql.TIMESTAMP beginDateTime)
Sets the begin date and time.- Parameters:
beginDateTime- begin date and time.
-
getEndDateTime
public oracle.sql.TIMESTAMP getEndDateTime()
Returns the end date and time.- Returns:
- end Date Time.
-
setEndDateTime
public void setEndDateTime(oracle.sql.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
-
initialize
protected void initialize()
-
getJSONString
protected void getJSONString(java.lang.StringBuilder jsonString) throws GeoRasterExceptionReturns a JSON string represented by this GeoRaster Metadata subcomponent.- Throws:
GeoRasterException
-
getXMLString
protected void getXMLString(java.lang.String indent, java.lang.StringBuilder xmlString) throws GeoRasterException- Throws:
GeoRasterException
-
populateMetadata
protected void populateMetadata(org.w3c.dom.Node node)
-
-