public abstract class CoordSurf extends Coord
Coord| Modifier and Type | Field and Description |
|---|---|
protected double[] |
_values
An array to store the coordinate component values
|
| Modifier | Constructor and Description |
|---|---|
protected |
CoordSurf(BaseSRF assocSRF,
Coord_ClassType type)
Constructor setting the associated SRF and the concrete class type
|
| Modifier and Type | Method and Description |
|---|---|
void |
copyTo(CoordSurf coord)
Copies the component values from this coordinate to the parameter coordinate.
|
double[] |
getValues()
Returns the coordinate component values as an array
|
boolean |
isEqual(Coord coord)
Returns TRUE if the coordinate component values are "equal"
|
void |
setValues(double[] values)
Sets the coordinate component values as an array
|
getClassType, getSRF, makeClone, toStringprotected CoordSurf(BaseSRF assocSRF, Coord_ClassType type)
public double[] getValues()
public void setValues(double[] values)
throws SrmException
SrmExceptionpublic boolean isEqual(Coord coord)
public void copyTo(CoordSurf coord) throws SrmException
coord - in : must be associated with the same SRF as this coordinateSrmExceptionCopyright © 2013 SEDRIS. All Rights Reserved.