moos.ssds.model
Class NominalLocation
java.lang.Object
moos.ssds.model.NominalLocation
- All Implemented Interfaces:
- java.io.Serializable
- public class NominalLocation
- extends java.lang.Object
- implements java.io.Serializable
- Version:
- : $Revision: 1.1 $
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. This information should not be published or
distributed to third parties without specific written permission from MBARI.
Copyright 2002 MBARI.
MBARI Proprietary Information. All rights reserved.
Internal lon, lat, and depth are Doubles and Float to allow for nulls in the database.
- Author:
- : $Author: kgomes $
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NominalLocation
public NominalLocation(java.lang.Double lon,
java.lang.Double lat)
NominalLocation
public NominalLocation(java.lang.Double lon,
java.lang.Double lat,
java.lang.Float dep)
NominalLocation
public NominalLocation(double lon,
double lat)
NominalLocation
public NominalLocation(double lon,
double lat,
float dep)
NominalLocation
public NominalLocation()
getLatitude
public double getLatitude()
setLatitude
public void setLatitude(java.lang.Double latitude)
setLatitude
public void setLatitude(double lat)
getLongitude
public double getLongitude()
setLongitude
public void setLongitude(java.lang.Double longitude)
setLongitude
public void setLongitude(double lon)
setDepth
public void setDepth(java.lang.Float depth)
setDepth
public void setDepth(float d)
getDepth
public float getDepth()
getId
public java.lang.Long getId()
setId
public void setId(java.lang.Long id)