Package nds2
Class simple_segment
- java.lang.Object
-
- nds2.simple_segment
-
public class simple_segment extends java.lang.Object
A simple [start,stop) range for denoting segments
-
-
Constructor Summary
Constructors Modifier Constructor Description simple_segment()
simple_segment(int start, int stop)
protected
simple_segment(long cPtr, boolean cMemoryOwn)
simple_segment(simple_segment other)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
delete()
protected void
finalize()
protected static long
getCPtr(simple_segment obj)
int
getGpsStart()
int
getGpsStop()
void
setGpsStart(int value)
void
setGpsStop(int value)
protected void
swigSetCMemOwn(boolean own)
-
-
-
Constructor Detail
-
simple_segment
protected simple_segment(long cPtr, boolean cMemoryOwn)
-
simple_segment
public simple_segment()
-
simple_segment
public simple_segment(simple_segment other)
-
simple_segment
public simple_segment(int start, int stop)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(simple_segment obj)
-
swigSetCMemOwn
protected void swigSetCMemOwn(boolean own)
-
finalize
protected void finalize()
- Overrides:
finalize
in classjava.lang.Object
-
delete
public void delete()
-
setGpsStart
public void setGpsStart(int value)
-
getGpsStart
public int getGpsStart()
-
setGpsStop
public void setGpsStop(int value)
-
getGpsStop
public int getGpsStop()
-
-