public class DefaultTemporalPosition extends Object implements TemporalPosition
Constructor and Description |
---|
DefaultTemporalPosition(TemporalReferenceSystem frame,
IndeterminateValue indeterminatePosition)
Creates a new instance from a TemporalReferenceSystem and an IndeterminateValue
|
Modifier and Type | Method and Description |
---|---|
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() |
public DefaultTemporalPosition(TemporalReferenceSystem frame, IndeterminateValue indeterminatePosition)
frame
- cannot be @CODE nullindeterminatePosition
- can be @CODE NULL if none.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)
Copyright © 1996–2019 Geotools. All rights reserved.