|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.mbari.siam.distributed.RelCartesian
public class RelCartesian
Location captures the nominal physical location of an ISI device (Not, in general, to a precision or accuracy suitable for scientific purposes).
| Constructor Summary | |
|---|---|
RelCartesian()
|
|
RelCartesian(double x,
double y,
double z)
|
|
| Method Summary | |
|---|---|
double |
getX()
Get x |
double |
getY()
Get y |
double |
getZ()
Get z |
void |
setX(double x)
Set x |
void |
setY(double y)
Set y |
void |
setZ(double z)
Set z |
java.lang.String |
toString()
Convert to string |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RelCartesian()
public RelCartesian(double x,
double y,
double z)
| Method Detail |
|---|
public double getX()
public void setX(double x)
public double getY()
public void setY(double y)
public double getZ()
public void setZ(double z)
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||