|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.noaa.pmel.sgt.dm.SGTVector
gov.noaa.pmel.sgt.dm.SGT3DVector
public class SGT3DVector
Defines a data object to be a Vector. Interpretation
of U and V is determined by the CoordinateSystem
. For
Cartesian
, U and V are the Cartesian vector
components. For Polar
,
U and V are R (radius) and Theta (angle) vector components,
respectively.
SGTData
,
CoordinateSystem
,
Serialized FormConstructor Summary | |
---|---|
SGT3DVector()
Default constructor. |
|
SGT3DVector(SGTGrid uComp,
SGTGrid vComp,
SGTGrid wComp)
Construct a SGTVector from two components. |
Method Summary | |
---|---|
void |
addPropertyChangeListener(java.beans.PropertyChangeListener l)
Add a PropertyChangeListener to the listener list. |
SGTData |
copy()
Create a copy. |
java.lang.String |
getId()
Get the unique identifier. |
SGTGrid |
getW()
Get the W component. |
void |
removePropertyChangeListener(java.beans.PropertyChangeListener l)
Remove a PropertyChangeListener from the listener list. |
void |
setComponents(SGTGrid uComp,
SGTGrid vComp,
SGTGrid wComp)
Set the vector components. |
void |
setId(java.lang.String ident)
Set the unique identifier. |
void |
setU(SGTGrid wComp)
Set the W component. |
Methods inherited from class gov.noaa.pmel.sgt.dm.SGTVector |
---|
getKeyTitle, getTitle, getU, getV, getXMetaData, getXRange, getYMetaData, getYRange, isXTime, isYTime, setComponents, setKeyTitle, setTitle, setV |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SGT3DVector()
public SGT3DVector(SGTGrid uComp, SGTGrid vComp, SGTGrid wComp)
uComp
- U component of the vectorvComp
- V component of the vectorvComp
- W component of the vectorMethod Detail |
---|
public SGTData copy()
copy
in interface SGTData
copy
in class SGTVector
SGTData
public SGTGrid getW()
public void setU(SGTGrid wComp)
setU
in class SGTVector
uComp
- W componentpublic void setComponents(SGTGrid uComp, SGTGrid vComp, SGTGrid wComp)
uComp
- U componentvComp
- V componentpublic java.lang.String getId()
getId
in interface SGTData
getId
in class SGTVector
Pane
,
Layer
public void setId(java.lang.String ident)
setId
in class SGTVector
public void addPropertyChangeListener(java.beans.PropertyChangeListener l)
SGTData
addPropertyChangeListener
in interface SGTData
addPropertyChangeListener
in class SGTVector
public void removePropertyChangeListener(java.beans.PropertyChangeListener l)
SGTData
removePropertyChangeListener
in interface SGTData
removePropertyChangeListener
in class SGTVector
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |