|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.temporal.object.DefaultTemporalPosition
public class DefaultTemporalPosition
Used for describing temporal positions referenced to other temporal reference systems.
Constructor Summary | |
---|---|
DefaultTemporalPosition(org.opengis.temporal.TemporalReferenceSystem frame,
org.opengis.temporal.IndeterminateValue indeterminatePosition)
Creates a new instance from a TemporalReferenceSystem and an IndeterminateValue |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
|
org.opengis.temporal.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. |
org.opengis.temporal.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(org.opengis.temporal.TemporalReferenceSystem frame)
|
void |
setIndeterminatePosition(org.opengis.temporal.IndeterminateValue indeterminatePosition)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DefaultTemporalPosition(org.opengis.temporal.TemporalReferenceSystem frame, org.opengis.temporal.IndeterminateValue indeterminatePosition)
frame
- cannot be @CODE nullindeterminatePosition
- can be @CODE NULL if none.Method Detail |
---|
public org.opengis.temporal.IndeterminateValue getIndeterminatePosition()
TemporalPosition
, it provides a qualifier to the specific value
for temporal position provided by the subtype.
getIndeterminatePosition
in interface org.opengis.temporal.TemporalPosition
public org.opengis.temporal.TemporalReferenceSystem getFrame()
public void setFrame(org.opengis.temporal.TemporalReferenceSystem frame)
public void setIndeterminatePosition(org.opengis.temporal.IndeterminateValue indeterminatePosition)
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |