public class TemporalRange extends Object
| Modifier and Type | Field and Description |
|---|---|
static Date |
END_TIME |
static Date |
START_TIME |
| Constructor and Description |
|---|
TemporalRange() |
TemporalRange(Date startTime,
Date endTime) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
void |
fromBinary(byte[] data) |
void |
fromBinary(ByteBuffer buffer) |
protected int |
getBufferSize() |
Date |
getEndTime() |
Date |
getStartTime() |
int |
hashCode() |
TemporalRange |
intersect(TemporalRange range) |
boolean |
isInfinity() |
boolean |
isWithin(Date time) |
boolean |
isWithin(NumericData timeRange) |
void |
setEndTime(Date endTime) |
void |
setStartTime(Date startTime) |
byte[] |
toBinary() |
void |
toBinary(ByteBuffer buffer) |
String |
toString() |
TemporalRange |
union(TemporalRange range) |
public static final Date START_TIME
public static final Date END_TIME
public Date getStartTime()
public Date getEndTime()
public void setStartTime(Date startTime)
public void setEndTime(Date endTime)
public boolean isWithin(Date time)
public boolean isWithin(NumericData timeRange)
public TemporalRange intersect(TemporalRange range)
public TemporalRange union(TemporalRange range)
public void toBinary(ByteBuffer buffer)
public byte[] toBinary()
public void fromBinary(ByteBuffer buffer)
public void fromBinary(byte[] data)
protected final int getBufferSize()
public boolean isInfinity()
Copyright © 2013–2021. All rights reserved.