|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectDefaultTemporalPosition
public class DefaultTemporalPosition
Used for describing temporal positions referenced to other temporal reference systems.
Constructor Summary | |
---|---|
DefaultTemporalPosition(TemporalReferenceSystem frame,
IndeterminateValue indeterminatePosition)
Creates a new instance from a TemporalReferenceSystem and an IndeterminateValue |
Method Summary | |
---|---|
boolean |
equals(Object object)
|
TemporalReferenceSystem |
getFrame()
Returns the TM_ReferenceSystem associated with this TM_TemporalPosition, if not specified, it is assumed to be an association to the Gregorian calendar and UTC. |
IndeterminateValue |
getIndeterminatePosition()
When this attribute is used with a subtype of TemporalPosition , it provides a qualifier to the specific value
for temporal position provided by the subtype. |
int |
hashCode()
|
void |
setFrame(TemporalReferenceSystem frame)
|
void |
setIndeterminatePosition(IndeterminateValue indeterminatePosition)
|
String |
toString()
|
Methods inherited from class Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DefaultTemporalPosition(TemporalReferenceSystem frame, IndeterminateValue indeterminatePosition)
frame
- cannot be @CODE nullindeterminatePosition
- can be @CODE NULL if none.Method Detail |
---|
public IndeterminateValue getIndeterminatePosition()
TemporalPosition
, it provides a qualifier to the specific value
for temporal position provided by the subtype.
getIndeterminatePosition
in interface TemporalPosition
public TemporalReferenceSystem getFrame()
public void setFrame(TemporalReferenceSystem frame)
public void setIndeterminatePosition(IndeterminateValue indeterminatePosition)
public boolean equals(Object object)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |