org.mbari.siam.distributed
Class Location
java.lang.Object
org.mbari.siam.distributed.Location
public class Location
- extends java.lang.Object
Location captures the nominal physical location of an ISI device
(Not, in general, to a precision or accuracy suitable for scientific
purposes).
- Author:
- Kent Headley
|
Field Summary |
double |
_x
|
double |
_y
|
double |
_z
|
|
Constructor Summary |
Location(double x,
double y,
double z)
|
Location(java.lang.String loc)
|
|
Method Summary |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
_x
public double _x
_y
public double _y
_z
public double _z
Location
public Location(java.lang.String loc)
Location
public Location(double x,
double y,
double z)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2003 MBARI.
The Monterey Bay Aquarium Research Institute (MBARI) provides this documentation and code "as is", with no warranty, express or implied, of its quality or consistency. It is provided without support and without obligation on the part of MBARI to assist in its use, correction, modification, or enhancement.