Package nds2
Class epoch
java.lang.Object
nds2.epoch
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.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddelete()protected voidfinalize()protected static longintintgetName()voidsetGpsStart(int value) voidsetGpsStop(int value) voidprotected voidswigSetCMemOwn(boolean own)
-
Constructor Details
-
epoch
protected epoch(long cPtr, boolean cMemoryOwn) -
epoch
public epoch() -
epoch
-
epoch
-
-
Method Details
-
getCPtr
-
swigSetCMemOwn
protected void swigSetCMemOwn(boolean own) -
finalize
protected void finalize() -
delete
public void delete() -
setName
-
getName
-
setGpsStart
public void setGpsStart(int value) -
getGpsStart
public int getGpsStart() -
setGpsStop
public void setGpsStop(int value) -
getGpsStop
public int getGpsStop()
-