Package ucar.unidata.util
Class Coord
java.lang.Object
ucar.unidata.util.Coord
Holds a simple Coord (x,y,z)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
x
public double x_more_ -
y
public double y_more_ -
z
public double z_more_
-
-
Constructor Details
-
Coord
public Coord()_more_ -
Coord
public Coord(double x, double y, double z) _more_- Parameters:
x
-y
-z
-
-
Coord
public Coord(int x, int y, int z) _more_- Parameters:
x
-y
-z
-
-
Coord
public Coord(int[] lengths) _more_- Parameters:
lengths
-
-
Coord
public Coord(double[] lengths) _more_- Parameters:
lengths
-
-
Coord
_more_- Parameters:
s
-
-
-
Method Details
-
getIntX
public int getIntX()_more_- Returns:
- _more_
-
getIntY
public int getIntY()_more_- Returns:
- _more_
-
getIntZ
public int getIntZ()_more_- Returns:
- _more_
-
getX
public double getX()_more_- Returns:
- _more_
-
setX
public void setX(double s) _more_- Parameters:
s
-
-
getY
public double getY()_more_- Returns:
- _more_
-
setY
public void setY(double s) _more_- Parameters:
s
-
-
getZ
public double getZ()_more_- Returns:
- _more_
-
setZ
public void setZ(double s) _more_- Parameters:
s
-
-
toString
_more_
-