|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--gov.lanl.ObsDataTools.CoasDataAccess
Provide the support for accessing all elements for COAS data.
| Constructor Summary | |
CoasDataAccess(org.omg.DsObservationAccess.ObservationDataStruct inObservationData)
Constructes a CoasDataAccess object with the given ovservation data. |
|
| Method Summary | |
gov.lanl.Utility.DateTime |
getBeginTime()
Returns the begin time or null for the hight level Observation Data |
org.omg.DsObservationAccess.ObservationDataStruct |
getCompositeByName(java.lang.String inName)
Finds the composite in the main level composites by name and returns it. |
java.lang.String |
getCompositeValueByName(java.lang.String inName)
Finds the composit content in the main level composits by name and returns the associated value as a string |
gov.lanl.Utility.DateTime |
getEndTime()
Returns the end time or null for the high level Observation Data |
org.omg.DsObservationAccess.ObservationDataStruct |
getObsData()
Returns the complete single high level Observation Data |
java.lang.String |
getObsDataType()
Returns the type of the high level ObservationData. |
org.omg.DsObservationAccess.ObservationId |
getObservationId()
Finds the observation id from the qualifiers |
java.lang.String |
getObsIdCodeString()
gets the string used to find the ObjectId. |
org.omg.DsObservationAccess.ObservationDataStruct |
getQualifierByName(java.lang.String inName)
Finds the qualifier in the main level qualifiers by name and returns it. |
java.lang.String |
getQualifierValueByName(java.lang.String inName)
Finds the qualifier content in the main level qualifiers by name and returns the associated value as a string |
boolean |
isPointInTime()
Returns true if the high level Observation Data is a point in time event |
boolean |
isTimeSpan()
Returns true if the high level Observation Data is a time span event |
void |
setObsData(org.omg.DsObservationAccess.ObservationDataStruct inObservationData)
Sets the complete single high level Observation Data |
void |
setObsIdCodeString(java.lang.String inObsIdCodeString)
Sets the string to be used to find the ObjectId. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CoasDataAccess(org.omg.DsObservationAccess.ObservationDataStruct inObservationData)
inObservationData - is the observation data for accessing| Method Detail |
public void setObsData(org.omg.DsObservationAccess.ObservationDataStruct inObservationData)
setObsData in interface ObsDataAccessInterfacepublic org.omg.DsObservationAccess.ObservationDataStruct getObsData()
getObsData in interface ObsDataAccessInterfacepublic java.lang.String getObsDataType()
getObsDataType in interface ObsDataAccessInterface
public org.omg.DsObservationAccess.ObservationDataStruct getQualifierByName(java.lang.String inName)
throws ObsDataAccessException
getQualifierByName in interface ObsDataAccessInterfaceinName - is the name to look for
ObsDataAccessException
public org.omg.DsObservationAccess.ObservationDataStruct getCompositeByName(java.lang.String inName)
throws ObsDataAccessException
getCompositeByName in interface ObsDataAccessInterfaceinName - is the name to look for
ObsDataAccessException
public java.lang.String getQualifierValueByName(java.lang.String inName)
throws ObsDataAccessException
getQualifierValueByName in interface ObsDataAccessInterfaceObsDataAccessException
public java.lang.String getCompositeValueByName(java.lang.String inName)
throws ObsDataAccessException
getCompositeValueByName in interface ObsDataAccessInterfaceObsDataAccessExceptionpublic gov.lanl.Utility.DateTime getBeginTime()
getBeginTime in interface ObsDataAccessInterfacepublic gov.lanl.Utility.DateTime getEndTime()
getEndTime in interface ObsDataAccessInterfacepublic boolean isPointInTime()
isPointInTime in interface ObsDataAccessInterfacepublic boolean isTimeSpan()
isTimeSpan in interface ObsDataAccessInterface
public org.omg.DsObservationAccess.ObservationId getObservationId()
throws ObsDataAccessException
getObservationId in interface ObsDataAccessInterfaceObsDataAccessExceptionpublic void setObsIdCodeString(java.lang.String inObsIdCodeString)
setObsIdCodeString in interface ObsDataAccessInterfaceinObsIdCodeString - is the string by which the ObjectId is knownpublic java.lang.String getObsIdCodeString()
getObsIdCodeString in interface ObsDataAccessInterface
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||