Package oracle.spatial.georaster
Class TemporalReferenceInfo
- java.lang.Object
-
- 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.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
TemporalReferenceInfo(JGeoRasterMeta geoRasterMeta)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description oracle.sql.TIMESTAMP
getBeginDateTime()
Returns the begin date and time.java.lang.String[]
getDescription()
Returns the georeference description.oracle.sql.TIMESTAMP
getEndDateTime()
Returns the end date and time.protected void
getJSONString(java.lang.StringBuilder jsonString)
Returns a JSON string represented by this GeoRaster Metadata subcomponent.java.lang.String
getTemporalResolutionDescription()
Returns the temporal resolution description.protected void
getXMLString(java.lang.String indent, java.lang.StringBuilder xmlString)
protected void
initialize()
java.lang.Boolean
isReferenced()
Returns true if the current GeoRaster object is georeferenced.protected void
populateMetadata(org.w3c.dom.Node node)
void
setBeginDateTime(oracle.sql.TIMESTAMP beginDateTime)
Sets the begin date and time.void
setDescription(java.lang.String[] description)
Sets the georeference description.void
setEndDateTime(oracle.sql.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.
-
-
-
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 GeoRasterException
Returns 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)
-
-