public class DefaultClockTime extends DefaultTemporalPosition implements ClockTime
Constructor and Description |
---|
DefaultClockTime(TemporalReferenceSystem frame,
IndeterminateValue indeterminatePosition,
Number... clockTime) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
Number[] |
getClockTime()
A sequence of numbers with a structure similar to that of
CalendarDate . |
int |
hashCode() |
void |
setClockTime(Number... clockTime) |
String |
toString() |
getFrame, getIndeterminatePosition, setFrame, setIndeterminatePosition
getIndeterminatePosition
public DefaultClockTime(TemporalReferenceSystem frame, IndeterminateValue indeterminatePosition, Number... clockTime)
public Number[] getClockTime()
CalendarDate
. The first number integer identifies a specific instance of the unit used at
the highest level of the clock hierarchy, the second number identifies a specific instance of
the unit used at the next lower level, and so on. All but the last number in the sequence
shall be integers; the last number may be integer or real.getClockTime
in interface ClockTime
public void setClockTime(Number... clockTime)
public boolean equals(Object object)
equals
in class DefaultTemporalPosition
public int hashCode()
hashCode
in class DefaultTemporalPosition
public String toString()
toString
in class DefaultTemporalPosition
Copyright © 1996–2023 Geotools. All rights reserved.