public class epoch
extends java.lang.Object
A timespan, either named or explicity delimited
An epoch is used to limit the scope of requests against an NDS2 server.The epoch may be named or have explicit [start, stop) ranges.
Modifier | Constructor and Description |
---|---|
|
epoch() |
|
epoch(epoch other) |
protected |
epoch(long cPtr,
boolean cMemoryOwn) |
|
epoch(java.lang.String name,
int start,
int stop) |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
protected void |
finalize() |
protected static long |
getCPtr(epoch obj) |
int |
getGpsStart() |
int |
getGpsStop() |
java.lang.String |
getName() |
void |
setGpsStart(int value) |
void |
setGpsStop(int value) |
void |
setName(java.lang.String value) |
protected epoch(long cPtr, boolean cMemoryOwn)
public epoch()
public epoch(epoch other)
public epoch(java.lang.String name, int start, int stop)
protected static long getCPtr(epoch obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public void setName(java.lang.String value)
public java.lang.String getName()
public void setGpsStart(int value)
public int getGpsStart()
public void setGpsStop(int value)
public int getGpsStop()